From 4375fe73ba32db2682cedf9c7b68a269e3c17f6e Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 16 Jan 2003 02:39:58 +0000 Subject: 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 a776fbef3244ae82a17c57a7f62de115fd023c86) --- source3/include/config.h.in | 8 +++++++- source3/include/includes.h | 4 ++++ 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 9c27c4673d..6d1890b0bd 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 header file. */ #undef HAVE_GRP_H +/* Define if you have the header file. */ +#undef HAVE_GSSAPI_H + /* Define if you have the header file. */ #undef HAVE_GSSAPI_GSSAPI_H @@ -1604,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 160d5bb8e5..add8ba91d8 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -412,6 +412,10 @@ #undef HAVE_LDAP #endif +#if HAVE_GSSAPI_H +#include +#endif + #if HAVE_GSSAPI_GSSAPI_H #include #endif -- cgit