diff options
author | Steve Langasek <vorlon@debian.org> | 2001-09-12 19:15:10 +0000 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2001-09-12 19:15:10 +0000 |
commit | cdf8300ff2ddee6a71e3318a5083fa4209e747a9 (patch) | |
tree | ff9920bd3fe0fedcd9a985f3e3169269bd4de273 /_pam_aconf.h.in | |
parent | 1c3bff246cd5c22565ba6fbec1658852c9f99224 (diff) | |
download | pam-cdf8300ff2ddee6a71e3318a5083fa4209e747a9.tar.gz pam-cdf8300ff2ddee6a71e3318a5083fa4209e747a9.tar.bz2 pam-cdf8300ff2ddee6a71e3318a5083fa4209e747a9.zip |
Relevant BUGIDs: 440107
Purpose of commit: reentrant modules
Commit summary:
---------------
Lay the autoconf groundwork for making all PAM modules reentrant on systems
that include the POSIX getxx_r() functions.
Diffstat (limited to '_pam_aconf.h.in')
-rw-r--r-- | _pam_aconf.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_pam_aconf.h.in b/_pam_aconf.h.in index 35dfd197..baa97170 100644 --- a/_pam_aconf.h.in +++ b/_pam_aconf.h.in @@ -62,6 +62,10 @@ #undef HAVE_STRTOL #undef HAVE_UNAME +/* Define if reentrant declarations of standard nss functions are available */ +#undef HAVE_GETPWNAM_R +#undef HAVE_GETGRNAM_R + /* ugly hack to partially support old pam_strerror syntax */ #undef UGLY_HACK_FOR_PRIOR_BEHAVIOR_SUPPORT |