summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-12-31 14:31:13 +0000
committerAndrew Tridgell <tridge@samba.org>2001-12-31 14:31:13 +0000
commitc4d928e55fe99a3a1c4e53508a44949f92d74219 (patch)
tree594122fa61fe0d39bb52b700ccba1dd0401c83a1 /source/include
parent65e857b36e170e3ecd78bf6695ae73342e9c04cd (diff)
downloadsamba-c4d928e55fe99a3a1c4e53508a44949f92d74219.tar.gz
samba-c4d928e55fe99a3a1c4e53508a44949f92d74219.tar.xz
samba-c4d928e55fe99a3a1c4e53508a44949f92d74219.zip
cope with systems that don't have full gssapi libs
Diffstat (limited to 'source/include')
-rw-r--r--source/include/config.h.in3
-rw-r--r--source/include/includes.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/source/include/config.h.in b/source/include/config.h.in
index 9aa9a1b203d..641f81517a4 100644
--- a/source/include/config.h.in
+++ b/source/include/config.h.in
@@ -1,4 +1,4 @@
-/* include/config.h.in. Generated automatically from configure.in by autoheader. */
+/* include/config.h.in. Generated automatically from configure.in by autoheader 2.13. */
/* Define if on AIX 3.
System headers sometimes define this.
@@ -248,6 +248,7 @@
#undef I18N_SWAT
#undef I18N_DEFAULT_PREF_LANG
#undef HAVE_KRB5
+#undef HAVE_GSSAPI
#undef BROKEN_REDHAT_7_SYSTEM_HEADERS
#undef HAVE_LDAP
diff --git a/source/include/includes.h b/source/include/includes.h
index 3a4c50ab9a6..c113a14f625 100644
--- a/source/include/includes.h
+++ b/source/include/includes.h
@@ -408,7 +408,7 @@
#endif
/* we support ADS if we have krb5 and ldap libs */
-#if defined(HAVE_KRB5) && defined(HAVE_LDAP)
+#if defined(HAVE_KRB5) && defined(HAVE_LDAP) && defined(HAVE_GSSAPI)
#define HAVE_ADS
#endif