From c77f4a68c61282829a01419fbd952dedc0f1c4fe Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 14 Jul 2005 09:56:27 +0000 Subject: r8460: removed the unused function krb5_locate_kdc(). It causes a build failure on irix. Andrew, if you planned on using this in the future then we can put it back and work out how to make it portable (This used to be commit eaa74913fedefbf33f7cfab6648bf05aa3cdbbb3) --- source4/include/system/kerberos.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/include/system') diff --git a/source4/include/system/kerberos.h b/source4/include/system/kerberos.h index d000f4d668..5037cbc542 100644 --- a/source4/include/system/kerberos.h +++ b/source4/include/system/kerberos.h @@ -87,8 +87,6 @@ #define HAVE_KRB5_KT_COMPARE 1 /* Define to 1 if you have the `krb5_kt_free_entry' function. */ #define HAVE_KRB5_KT_FREE_ENTRY 1 -/* Define to 1 if you have the `krb5_locate_kdc' function. */ -/* #undef HAVE_KRB5_LOCATE_KDC */ /* Whether the type krb5_log_facility exists */ #define HAVE_KRB5_LOG_FACILITY 1 /* Define to 1 if you have the `krb5_mk_req_extended' function. */ -- cgit