summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/servconf.c b/servconf.c
index c501d7b64..6df2a255b 100644
--- a/servconf.c
+++ b/servconf.c
@@ -16,18 +16,6 @@ RCSID("$OpenBSD: servconf.c,v 1.122 2003/06/02 09:17:34 markus Exp $");
16#include <krb.h> 16#include <krb.h>
17#endif 17#endif
18 18
19#if defined(KRB5)
20# ifdef HEIMDAL
21# include <krb.h>
22# else
23/*
24 * XXX: Bodge - but then, so is using the kerberos IV KEYFILE to get a
25 * Kerberos V keytab
26 */
27# define KEYFILE "/etc/krb5.keytab"
28# endif
29#endif
30
31#ifdef AFS 19#ifdef AFS
32#include <kafs.h> 20#include <kafs.h>
33#endif 21#endif