mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
Re-ran autoheader; autoconf to fix pam_smb build.
Jeremy.
This commit is contained in:
parent
5f005952f6
commit
c6f25e84d3
@ -61,6 +61,7 @@
|
||||
#undef WITH_NISPLUS
|
||||
#undef WITH_TDBPWD
|
||||
#undef WITH_PAM
|
||||
#undef WITH_PAM_SMBPASS
|
||||
#undef WITH_NISPLUS_HOME
|
||||
#undef WITH_AUTOMOUNT
|
||||
#undef WITH_SMBMOUNT
|
||||
@ -146,3 +147,4 @@
|
||||
#undef HAVE_XFS_ACLS
|
||||
#undef HAVE_AIX_ACLS
|
||||
#undef HAVE_NO_ACLS
|
||||
#undef HAVE_LIBPAM
|
||||
|
1375
source/configure
vendored
1375
source/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user