summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-01-05 22:36:51 +1100
committerDarren Tucker <dtucker@zip.com.au>2004-01-05 22:36:51 +1100
commit409cb328c15fb5ffed00009c3290894bc888e736 (patch)
tree673f3279dcaeb5c863eb465f640fd8a84255ff25 /acconfig.h
parente918318f2b1b7429ebd5d1fecf13d0692d4f0280 (diff)
- (dtucker) [acconfig.h configure.ac includes.h servconf.c session.c]
Only enable KerberosGetAFSToken if Heimdal's libkafs is found. with jakob@
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 2a5c4334..40162b73 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
-/* $Id: acconfig.h,v 1.170 2004/01/02 07:02:44 djm Exp $ */
+/* $Id: acconfig.h,v 1.171 2004/01/05 11:36:52 dtucker Exp $ */
/*
* Copyright (c) 1999-2003 Damien Miller. All rights reserved.
@@ -256,6 +256,9 @@
/* Define this if you are using the Heimdal version of Kerberos V5 */
#undef HEIMDAL
+/* Define this if you want to use Heimdal's AFS support */
+#undef AFS
+
/* Define if you want S/Key support */
#undef SKEY