include krb5.h to avoid krb5_getportbyname warning
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14847 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -51,6 +51,12 @@ struct socksec ss;
|
|||||||
int auth_level = 0;
|
int auth_level = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef KRB5
|
||||||
|
#define Authenticator k5_Authenticator
|
||||||
|
#include <krb5.h>
|
||||||
|
#undef Authenticator
|
||||||
|
#endif
|
||||||
|
|
||||||
extern int utmp_len;
|
extern int utmp_len;
|
||||||
int registerd_host_only = 0;
|
int registerd_host_only = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user