diff options
author | Jeremy Allison <jra@samba.org> | 2001-04-25 19:03:57 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-04-25 19:03:57 +0000 |
commit | ce4d3cd4fa5b98187f63c2b48e8d31be16090df5 (patch) | |
tree | da7842a09d9486ed20e5fd2f15837d3742fc9d1e /source3/include | |
parent | 38df1d94be851f7b534dd7b6e3d20c5052acb42a (diff) | |
download | samba-ce4d3cd4fa5b98187f63c2b48e8d31be16090df5.tar.gz samba-ce4d3cd4fa5b98187f63c2b48e8d31be16090df5.tar.bz2 samba-ce4d3cd4fa5b98187f63c2b48e8d31be16090df5.zip |
Re-ran autoheader; autoconf to fix pam_smb build.
Jeremy.
(This used to be commit c6f25e84d3e15319d263386c101727d787cf0679)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/config.h.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index b2ed622f88..dc2d69bcce 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -124,6 +124,7 @@ #undef WITH_NISPLUS #undef WITH_TDBPWD #undef WITH_PAM +#undef WITH_PAM_SMBPASS #undef WITH_NISPLUS_HOME #undef WITH_AUTOMOUNT #undef WITH_SMBMOUNT @@ -209,6 +210,7 @@ #undef HAVE_XFS_ACLS #undef HAVE_AIX_ACLS #undef HAVE_NO_ACLS +#undef HAVE_LIBPAM /* The number of bytes in a int. */ #undef SIZEOF_INT @@ -810,6 +812,9 @@ /* Define if you have the <security/pam_appl.h> header file. */ #undef HAVE_SECURITY_PAM_APPL_H +/* Define if you have the <security/pam_modules.h> header file. */ +#undef HAVE_SECURITY_PAM_MODULES_H + /* Define if you have the <shadow.h> header file. */ #undef HAVE_SHADOW_H |