From 1f1822b145f2ace2b82793bf9a8fff65581cc1c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 15 Jul 2008 11:22:39 +0000 Subject: [PATCH] define constant KRB5_PLUGIN_LOCATE git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23351 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/locate_plugin.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/krb5/locate_plugin.h b/lib/krb5/locate_plugin.h index 9d483fd2d..baca037eb 100644 --- a/lib/krb5/locate_plugin.h +++ b/lib/krb5/locate_plugin.h @@ -38,6 +38,8 @@ #include +#define KRB5_PLUGIN_LOCATE "resolve" + enum locate_service_type { locate_service_kdc = 1, locate_service_master_kdc,