diff options
Diffstat (limited to 'Linux-PAM/_pam_aconf.h.in')
-rw-r--r-- | Linux-PAM/_pam_aconf.h.in | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Linux-PAM/_pam_aconf.h.in b/Linux-PAM/_pam_aconf.h.in index 14c6f9fd..17adbb34 100644 --- a/Linux-PAM/_pam_aconf.h.in +++ b/Linux-PAM/_pam_aconf.h.in @@ -1,5 +1,5 @@ /* - * $Id: _pam_aconf.h.in,v 1.1.1.2 2002/09/15 20:08:20 hartmans Exp $ + * $Id: _pam_aconf.h.in,v 1.11 2004/10/06 13:42:36 kukuk Exp $ * * */ @@ -21,9 +21,6 @@ #ifdef HAVE_FEATURES_H # define _SVID_SOURCE # define _BSD_SOURCE -# define __USE_BSD -# define __USE_SVID -# define __USE_MISC # define _GNU_SOURCE # include <features.h> #endif /* HAVE_FEATURES_H */ @@ -64,7 +61,11 @@ /* Define if reentrant declarations of standard nss functions are available */ #undef HAVE_GETPWNAM_R +#undef HAVE_GETPWUID_R +#undef HAVE_GETSPNAM_R #undef HAVE_GETGRNAM_R +#undef HAVE_GETGRGID_R +#undef HAVE_GETGROUPLIST /* ugly hack to partially support old pam_strerror syntax */ #undef UGLY_HACK_FOR_PRIOR_BEHAVIOR_SUPPORT @@ -96,4 +97,8 @@ # include <security/pam_malloc.h> #endif /* MEMORY_DEBUG */ +/* the path, relative to SECUREDIR, where PAMs specific to this architecture + * can be found */ +#undef _PAM_ISA + #endif /* PAM_ACONF_H */ |