summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-01-16 02:39:49 +0000
committerJeremy Allison <jra@samba.org>2003-01-16 02:39:49 +0000
commit7dd7d3a96a9f23f1a7474625957fe3452222809a (patch)
tree29283638a123a35fd12766a528c5b04b7005714d /source3/include
parenta84f1e7535b64dcfb1f274097cf947d0ad6fd1ec (diff)
downloadsamba-7dd7d3a96a9f23f1a7474625957fe3452222809a.tar.gz
samba-7dd7d3a96a9f23f1a7474625957fe3452222809a.tar.bz2
samba-7dd7d3a96a9f23f1a7474625957fe3452222809a.zip
Fist part of fixes to make us compile with Heimdal. Don't explicitly
detect for now, I still have vague hopes of hiding the differences between MIT and Heimdal with a compatibility layer.... Jeremy. (This used to be commit 54d83de8a23937f1d8179a7e2596df3c50785618)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/config.h.in14
-rw-r--r--source3/include/includes.h4
2 files changed, 11 insertions, 7 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in
index 62467d3acf..5dd453c4d2 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 type char is unsigned and you are not using gcc. */
#ifndef __CHAR_UNSIGNED__
@@ -896,6 +896,9 @@
/* Define if you have the <grp.h> header file. */
#undef HAVE_GRP_H
+/* Define if you have the <gssapi.h> header file. */
+#undef HAVE_GSSAPI_H
+
/* Define if you have the <gssapi/gssapi.h> header file. */
#undef HAVE_GSSAPI_GSSAPI_H
@@ -1256,9 +1259,6 @@
/* Whether we have CUPS */
#undef HAVE_CUPS
-/* Whether we have dlopen() */
-#undef HAVE_DLOPEN
-
/* Whether the compiler supports immediate structures */
#undef HAVE_IMMEDIATE_STRUCTURES
@@ -1313,9 +1313,6 @@
/* Whether the system has connect() */
#undef HAVE_CONNECT
-/* Whether the system has yp_get_default_domain() */
-#undef HAVE_YP_GET_DEFAULT_DOMAIN
-
/* Whether stat64() is available */
#undef HAVE_STAT64
@@ -1610,6 +1607,9 @@
/* Whether GSSAPI is available */
#undef HAVE_GSSAPI
+/* Whether GSSAPI is available */
+#undef HAVE_GSSAPI
+
/* Whether ldap is available */
#undef HAVE_LDAP
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 98e38ac817..d5153a196c 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -412,6 +412,10 @@
#undef HAVE_LDAP
#endif
+#if HAVE_GSSAPI_H
+#include <gssapi.h>
+#endif
+
#if HAVE_GSSAPI_GSSAPI_H
#include <gssapi/gssapi.h>
#endif