diff options
author | Jeremy Allison <jra@samba.org> | 2003-01-16 02:39:58 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2003-01-16 02:39:58 +0000 |
commit | 4375fe73ba32db2682cedf9c7b68a269e3c17f6e (patch) | |
tree | baf66ab129769d67b6f538aac6323b02ddc27fb7 /source3/include/includes.h | |
parent | f0e282ebf3e459c559bfc08f3e21fdebb2515621 (diff) | |
download | samba-4375fe73ba32db2682cedf9c7b68a269e3c17f6e.tar.gz samba-4375fe73ba32db2682cedf9c7b68a269e3c17f6e.tar.bz2 samba-4375fe73ba32db2682cedf9c7b68a269e3c17f6e.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 a776fbef3244ae82a17c57a7f62de115fd023c86)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r-- | source3/include/includes.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 <gssapi.h> +#endif + #if HAVE_GSSAPI_GSSAPI_H #include <gssapi/gssapi.h> #endif |