search for: have_ulimit_h

Displaying 1 result from an estimated 1 matches for "have_ulimit_h".

Did you mean: have_limits_h
2001 Mar 29
3
Patches for OpenSSH 2.5.2p2: evaluate /etc/default/login, makefiles manpages
....Hoch at ims.uni-stuttgart.de WWW: http://www.ims.uni-stuttgart.de/~edgar/ -------------- next part -------------- --- session.c.orig-2.5.2p2 Thu Mar 22 01:58:27 2001 +++ session.c Thu Mar 29 16:14:22 2001 @@ -58,6 +58,10 @@ #include "canohost.h" #include "session.h" +#ifdef HAVE_ULIMIT_H +#include <ulimit.h> +#endif /* ULIMIT_H */ + #ifdef WITH_IRIX_PROJECT #include <proj.h> #endif /* WITH_IRIX_PROJECT */ @@ -915,6 +919,150 @@ } #endif +/* + * Get the value to the variable 'name' in the given environment 'env'. + * If the variable isn't define...