From e121186392567810021f111816810a9c82c0a787 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 19 Sep 2001 12:47:59 +0000 Subject: Reran autoconf, autoheader (This used to be commit 26e523bf6e36d1aa355bbaa7d9b1d5c65c1b5e6b) --- source3/include/config.h.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'source3/include/config.h.in') diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 7495cc311d..43f23ef4b4 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 + -- cgit