From ce4d3cd4fa5b98187f63c2b48e8d31be16090df5 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 25 Apr 2001 19:03:57 +0000 Subject: Re-ran autoheader; autoconf to fix pam_smb build. Jeremy. (This used to be commit c6f25e84d3e15319d263386c101727d787cf0679) --- source3/include/config.h.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/include') 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 header file. */ #undef HAVE_SECURITY_PAM_APPL_H +/* Define if you have the header file. */ +#undef HAVE_SECURITY_PAM_MODULES_H + /* Define if you have the header file. */ #undef HAVE_SHADOW_H -- cgit