From 310cf9857491e23678657598739d77520e7afcda Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 13 Feb 2012 11:21:11 +1100 Subject: s3-lib/addns: Move to system/kerberos.h and HAVE_KRB5 --- lib/addns/dns.h | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'lib/addns/dns.h') diff --git a/lib/addns/dns.h b/lib/addns/dns.h index d98a27ea2d..a4b033d712 100644 --- a/lib/addns/dns.h +++ b/lib/addns/dns.h @@ -27,6 +27,7 @@ #include "../replace/replace.h" #include "system/network.h" +#include "system/kerberos.h" /* make sure we have included the correct config.h */ #ifndef NO_CONFIG_H /* for some tests */ @@ -77,22 +78,6 @@ #endif #endif -#ifdef HAVE_KRB5_H -#include -#endif - -#if HAVE_GSSAPI_GSSAPI_H -#include -#elif HAVE_GSSAPI_GSSAPI_GENERIC_H -#include -#elif HAVE_GSSAPI_H -#include -#endif - -#if defined(HAVE_GSSAPI_H) || defined(HAVE_GSSAPI_GSSAPI_H) || defined(HAVE_GSSAPI_GSSAPI_GENERIC_H) -#define HAVE_GSSAPI_SUPPORT 1 -#endif - #include /******************************************************************* -- cgit