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/dnsgss.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/addns/dnsgss.c') diff --git a/lib/addns/dnsgss.c b/lib/addns/dnsgss.c index 19b734a6a3..4fef832926 100644 --- a/lib/addns/dnsgss.c +++ b/lib/addns/dnsgss.c @@ -26,7 +26,7 @@ #include -#ifdef HAVE_GSSAPI_SUPPORT +#ifdef HAVE_KRB5 /********************************************************************* *********************************************************************/ @@ -331,4 +331,4 @@ DNS_ERROR dns_sign_update(struct dns_update_request *req, return err; } -#endif /* HAVE_GSSAPI_SUPPORT */ +#endif /* HAVE_KRB5 */ -- cgit