always compile in support for 524

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11573 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-01-14 05:45:11 +00:00
parent ccdf3df70e
commit ec1a8d0763
3 changed files with 21 additions and 21 deletions

View File

@@ -35,7 +35,9 @@
RCSID("$Id$");
#ifdef KRB4
#ifndef KRB4
#include <krb5-v4compat.h>
#endif
/*
* fetch the server from `t', returning the name in malloced memory in
@@ -361,5 +363,3 @@ out:
free_ent (server);
return ret;
}
#endif /* KRB4 */