diff options
author | Andrew Bartlett <abartlet@samba.org> | 2001-09-19 12:47:59 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2001-09-19 12:47:59 +0000 |
commit | e121186392567810021f111816810a9c82c0a787 (patch) | |
tree | 9d4a2697312e1a868621d2eb525bec1aeb265586 /source3/include | |
parent | b882efea35182c18685f4e5429b0c6dc7432e09f (diff) | |
download | samba-e121186392567810021f111816810a9c82c0a787.tar.gz samba-e121186392567810021f111816810a9c82c0a787.tar.xz samba-e121186392567810021f111816810a9c82c0a787.zip |
Reran autoconf, autoheader
(This used to be commit 26e523bf6e36d1aa355bbaa7d9b1d5c65c1b5e6b)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/config.h.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 7495cc311de..43f23ef4b48 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -122,6 +122,7 @@ #undef WITH_SYSLOG #undef WITH_PROFILE #undef WITH_SSL +#undef SSL_DIR #undef WITH_LDAP #undef WITH_NISPLUS #undef WITH_TDBPWD @@ -129,6 +130,8 @@ #undef WITH_NISPLUS_HOME #undef WITH_AUTOMOUNT #undef WITH_SMBMOUNT +#undef WITH_QUOTAS +#undef WITH_WINBIND #undef HAVE_BROKEN_GETGROUPS #undef REPLACE_GETPASS #undef REPLACE_INET_NTOA @@ -139,6 +142,7 @@ #undef WITH_NETATALK #undef WITH_UTMP #undef WITH_MSDFS +#undef WITH_LIBICONV #undef HAVE_INO64_T #undef HAVE_STRUCT_FLOCK64 #undef SIZEOF_INO_T @@ -156,6 +160,8 @@ #undef HAVE_UINT32_FROM_RPC_RPC_H #undef KRB4_AUTH #undef KRB5_AUTH +#undef KRB4_DIR +#undef KRB5_DIR #undef SEEKDIR_RETURNS_VOID #undef HAVE_DIRENT_D_OFF #undef HAVE_GETSPNAM @@ -167,6 +173,7 @@ #undef HAVE_SETRESGID #undef HAVE_SETRESGID_DECL #undef HAVE_SHADOW_H +#undef HAVE_CUPS #undef HAVE_MEMSET #undef HAVE_STRCASECMP #undef HAVE_STRUCT_DIRENT64 @@ -1024,3 +1031,6 @@ /* Define if you have working AF_LOCAL sockets */ #undef HAVE_WORKING_AF_LOCAL +/* Used for determining the compile time options */ +#undef SSL_DIR + |