diff options
Diffstat (limited to 'source3/include/config.h.in')
-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 b2ed622f880..dc2d69bcce5 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 |