From a64b57a157068c793ac7be2ad276b208a7d10a90 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 17 Jan 2001 10:44:13 +1100 Subject: - (djm) Make PAM support optional, enable with --with-pam - (djm) Try to use libcrypt on Linux, but link it after OpenSSL (which provides a crypt() of its own) - (djm) Avoid a warning in bsd-bindresvport.c - (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This can cause weird segfaults errors on Solaris --- defines.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'defines.h') diff --git a/defines.h b/defines.h index 79aab5ab6..26c532c92 100644 --- a/defines.h +++ b/defines.h @@ -332,10 +332,6 @@ struct winsize { # define __attribute__(x) #endif /* !defined(__GNUC__) || (__GNUC__ < 2) */ -#if defined(HAVE_SECURITY_PAM_APPL_H) && !defined(DISABLE_PAM) -# define USE_PAM -#endif /* defined(HAVE_SECURITY_PAM_APPL_H) && !defined(DISABLE_PAM) */ - #ifndef SUN_LEN #define SUN_LEN(su) \ (sizeof(*(su)) - sizeof((su)->sun_path) + strlen((su)->sun_path)) -- cgit v1.2.3