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:
@@ -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
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user