summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
authordtucker <dtucker>2004-01-23 11:03:10 +0000
committerdtucker <dtucker>2004-01-23 11:03:10 +0000
commit7eac4263eb212ec55584098404119c443d1398f2 (patch)
tree81235e289a3fc07ed3cc851a8f7e8d7ada7ff77b /servconf.c
parentabfec9bbbfcfc166739d1c7ec140785bc2e1534c (diff)
downloadopenssh-7eac4263eb212ec55584098404119c443d1398f2.tar.gz
- (dtucker) [acconfig.h configure.ac includes.h servconf.c session.c]
Change AFS symbol to USE_AFS to prevent namespace collisions, do not include kafs.h unless necessary. From deengert at anl.gov. For consistency, all of the libkafs bits are now inside "#if defined(KRB5) && defined(USE_AFS)".
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/servconf.c b/servconf.c
index 04a10fad..a72246b6 100644
--- a/servconf.c
+++ b/servconf.c
@@ -305,7 +305,7 @@ static struct {
{ "kerberosauthentication", sKerberosAuthentication },
{ "kerberosorlocalpasswd", sKerberosOrLocalPasswd },
{ "kerberosticketcleanup", sKerberosTicketCleanup },
-#ifdef AFS
+#ifdef USE_AFS
{ "kerberosgetafstoken", sKerberosGetAFSToken },
#else
{ "kerberosgetafstoken", sUnsupported },