diff options
author | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 12:47:05 -0800 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 12:47:05 -0800 |
commit | 4c51da22e068907adb7857d50f5109a467c94d7c (patch) | |
tree | becf5fbae5dfcbe8896355f59042dc8eaefa7f37 /Linux-PAM/_pam_aconf.h.in | |
parent | efd31890b5ed496a5a00c08a262da240e66a4ddc (diff) | |
parent | ab9e8ba11f464fc083fc65a0bc695d60ebc86f3e (diff) | |
download | pam-4c51da22e068907adb7857d50f5109a467c94d7c.tar.gz pam-4c51da22e068907adb7857d50f5109a467c94d7c.tar.bz2 pam-4c51da22e068907adb7857d50f5109a467c94d7c.zip |
New upstream version 0.79
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 */ |