ticket: 2793
version_fixed: 1.4
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-4@16917
dc483132-0cff-0310-8789-
dd5450dbe970
+2004-12-06 Tom Yu <tlyu@mit.edu>
+
+ * locate_kdc.c (krb5_locate_srv_dns_1): Don't compile if
+ KRB5_DNS_LOOKUP is not defined.
+
2004-11-19 Ken Raeburn <raeburn@mit.edu>
* locate_kdc.c (krb5int_add_host_to_list): If debugging, log the
}
#endif
+#ifdef KRB5_DNS_LOOKUP
static krb5_error_code
krb5_locate_srv_dns_1 (const krb5_data *realm,
const char *service,
krb5int_free_srv_dns_data(head);
return code;
}
+#endif
/*
* Wrapper function for the two backends