summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-06-04 19:06:59 +1000
committerDamien Miller <djm@mindrot.org>2003-06-04 19:06:59 +1000
commit865173ee038a5c35a357c44e1b17e4510ddc2630 (patch)
treeb9128363192b3f8c7eac0ebdc9c24fe715283b57 /servconf.c
parentd311c4e54b0919004150f9e2db20cb3d6867c5ab (diff)
- (djm) Bug #573 - Remove unneeded Krb headers and compat goop. Patch from
simon@sxw.org.uk (Also matches a change in OpenBSD a while ago)
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