make better conditional for v4_name_convert

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24978 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-03-28 18:26:01 +00:00
parent 1a488a85b7
commit 6ef65df975

View File

@@ -833,6 +833,8 @@ krb5_principal_match(krb5_context context,
return TRUE;
}
#if defined(KRB4) || !defined(HEIMDAL_SMALLER)
static struct v4_name_convert {
const char *from;
const char *to;
@@ -846,6 +848,8 @@ static struct v4_name_convert {
{ NULL, NULL }
};
#endif
#ifdef KRB4
/*