From 1d0e2b9569be6f2e8a5495ead1f92c9855f0e7f9 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 16 May 2005 01:31:22 +0000 Subject: r6803: Try to bring in the correct GSSAPI headers for the krb5 mech. This should allow us to ditch the local static storage for OIDs, as well as fix the build on non-heimdal platforms. Andrew Bartlett (This used to be commit a7e2ecfac9aaacd673e3583b62139e4f4e114429) --- source4/include/system/kerberos.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'source4/include/system/kerberos.h') diff --git a/source4/include/system/kerberos.h b/source4/include/system/kerberos.h index 392300267e..d5fc0209e5 100644 --- a/source4/include/system/kerberos.h +++ b/source4/include/system/kerberos.h @@ -27,7 +27,11 @@ #undef HAVE_KRB5 #endif -#ifdef HAVE_GSSAPI_H +#ifdef HAVE_GSSAPI_KRB5_H +#include +#elif defined(HAVE_GSSAPI_KRB5_H) +#include +#elif defined(HAVE_GSSAPI_H) #include #elif defined(HAVE_GSSAPI_GSSAPI_H) #include -- cgit