From beb4ba5a68dbfa478bcc375cc885a047a8301c0d Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 28 Dec 1999 15:09:35 +1100 Subject: - Portability fixes for Irix 5.3 (now compiles OK!) - autoconf and other misc cleanups --- defines.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'defines.h') diff --git a/defines.h b/defines.h index 9d5d17f2b..bcab3c080 100644 --- a/defines.h +++ b/defines.h @@ -18,9 +18,13 @@ #endif #ifdef HAVE_MAILLOCK_H -#include +# include /* For _PATH_MAILDIR */ #endif +#ifdef HAVE_SYS_CDEFS_H +# include /* For __P() */ +#endif + #ifndef SHUT_RDWR enum { @@ -205,3 +209,8 @@ enum # define _PATH_RSH RSH_PATH # endif /* RSH_PATH */ #endif /* _PATH_RSH */ + +#if defined(HAVE_SECURITY_PAM_APPL_H) && !defined(DISABLE_PAM) +# define USE_PAM +#endif /* defined(HAVE_SECURITY_PAM_APPL_H) && !defined(DISABLE_PAM) */ + -- cgit v1.2.3