From 78e9a960233f1e40396a2e5859b11eae3aafc998 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 15 Jun 2006 02:40:23 +0000 Subject: [PATCH] Conditionalize declarations of krb5int_make_srv_query_realm and krb5int_free_srv_dns_data on KRB5_DNS_LOOKUP. ticket: 2628 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18137 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/k5-int.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 7e4effed5..1bc3ed2d7 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -1637,12 +1637,14 @@ struct srv_dns_entry { unsigned short port; char *host; }; +#ifdef KRB5_DNS_LOOKUP krb5_error_code krb5int_make_srv_query_realm(const krb5_data *realm, const char *service, const char *protocol, struct srv_dns_entry **answers); void krb5int_free_srv_dns_data(struct srv_dns_entry *); +#endif /* * Convenience function for structure magic number -- 2.26.2