summaryrefslogtreecommitdiff
path: root/lib/addns/dns.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/addns/dns.h')
-rw-r--r--lib/addns/dns.h4
1 files changed, 2 insertions, 2 deletions
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 */