From ed8883c5ddb9c3709bf2f842ae7522f2e09110ff Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 7 Sep 2001 23:56:54 +0000 Subject: Change the description on --with-pam_smbpass to make it clearer - some peope seem to think you need this module for normal samba/PAM operation. rerun autoconf rerun autoheader (Note that --with-pam_smbpass still doesn't build, but at least when it does again only people who actually need it will select it). (This used to be commit bbda3dd7422a434f19ca8968dab8f9f210254c2f) --- source3/include/config.h.in | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'source3/include/config.h.in') diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 2889fa24c0..34ac41784f 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -1,4 +1,4 @@ -/* include/config.h.in. Generated automatically from configure.in by autoheader 2.13. */ +/* include/config.h.in. Generated automatically from configure.in by autoheader. */ /* Define if on AIX 3. System headers sometimes define this. @@ -74,10 +74,12 @@ #undef HAVE_SOCKLEN_T_TYPE #undef ssize_t #undef ino_t +#undef ssize_t #undef loff_t #undef offset_t #undef aclent_t #undef wchar_t +#undef HAVE_CONNECT #undef HAVE_SHORT_INO_T #undef WITH_SMBWRAPPER #undef WITH_AFS @@ -95,6 +97,7 @@ #undef OSF1 #undef NEXT2 #undef RELIANTUNIX +#undef HAVE_MMAP #undef HAVE_FCNTL_LOCK #undef HAVE_FTRUNCATE_EXTEND #undef FTRUNCATE_NEEDS_ROOT @@ -109,9 +112,13 @@ #undef STAT_STATFS3_OSF1 #undef STAT_STATFS4 #undef STAT_STATVFS +#undef STAT_STATVFS64 #undef HAVE_IFACE_AIX #undef HAVE_IFACE_IFCONF #undef HAVE_IFACE_IFREQ +#undef HAVE_CRYPT +#undef HAVE_PUTPRPWNAM +#undef HAVE_SET_AUTH_PARAMETERS #undef WITH_SYSLOG #undef WITH_PROFILE #undef WITH_SSL @@ -119,7 +126,6 @@ #undef WITH_NISPLUS #undef WITH_TDBPWD #undef WITH_PAM -#undef WITH_PAM_SMBPASS #undef WITH_NISPLUS_HOME #undef WITH_AUTOMOUNT #undef WITH_SMBMOUNT @@ -152,8 +158,17 @@ #undef KRB5_AUTH #undef SEEKDIR_RETURNS_VOID #undef HAVE_DIRENT_D_OFF +#undef HAVE_GETSPNAM +#undef HAVE_BIGCRYPT +#undef HAVE_GETPRPWNAM +#undef HAVE_FSTAT64 +#undef HAVE_LSTAT64 +#undef HAVE_STAT64 #undef HAVE_SETRESGID #undef HAVE_SETRESGID_DECL +#undef HAVE_SHADOW_H +#undef HAVE_MEMSET +#undef HAVE_STRCASECMP #undef HAVE_STRUCT_DIRENT64 #undef HAVE_TRUNCATED_SALT #undef BROKEN_NISPLUS_INCLUDE_FILES @@ -182,6 +197,7 @@ #undef HAVE_UX_UT_SYSLEN #undef PUTUTLINE_RETURNS_UTMP #undef COMPILER_SUPPORTS_LL +#undef HAVE_YP_GET_DEFAULT_DOMAIN #undef USE_SPINLOCKS #undef SPARC_SPINLOCKS #undef INTEL_SPINLOCKS @@ -947,6 +963,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_VFS_H +/* Define if you have the header file. */ +#undef HAVE_SYS_WAIT_H + /* Define if you have the header file. */ #undef HAVE_SYSCALL_H @@ -1003,3 +1022,4 @@ /* Define if you have working AF_LOCAL sockets */ #undef HAVE_WORKING_AF_LOCAL + -- cgit