From 4a0d1b5ac6c2a42fd5df969acf91bb8e60af06e1 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 13 Feb 2012 11:23:15 +1100 Subject: s3-libads: Move to using only the HAVE_KRB5 define HAVE_KRB5 already implies that GSSAPI is present as well. Andrew Bartlett --- lib/addns/dns.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/addns') diff --git a/lib/addns/dns.h b/lib/addns/dns.h index a4b033d712..d0999918c1 100644 --- a/lib/addns/dns.h +++ b/lib/addns/dns.h @@ -468,7 +468,7 @@ const char *dns_errstr(DNS_ERROR err); /* from dnsgss.c */ -#ifdef HAVE_GSSAPI_SUPPORT +#ifdef HAVE_KRB5 void display_status( const char *msg, OM_uint32 maj_stat, OM_uint32 min_stat ); DNS_ERROR dns_negotiate_sec_ctx( const char *target_realm, @@ -482,6 +482,6 @@ DNS_ERROR dns_sign_update(struct dns_update_request *req, const char *algorithmname, time_t time_signed, uint16 fudge); -#endif /* HAVE_GSSAPI_SUPPORT */ +#endif /* HAVE_KRB5 */ #endif /* _DNS_H */ -- cgit