summaryrefslogtreecommitdiff
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 2a5c4334c..40162b731 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.170 2004/01/02 07:02:44 djm Exp $ */ 1/* $Id: acconfig.h,v 1.171 2004/01/05 11:36:52 dtucker Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 1999-2003 Damien Miller. All rights reserved. 4 * Copyright (c) 1999-2003 Damien Miller. All rights reserved.
@@ -256,6 +256,9 @@
256/* Define this if you are using the Heimdal version of Kerberos V5 */ 256/* Define this if you are using the Heimdal version of Kerberos V5 */
257#undef HEIMDAL 257#undef HEIMDAL
258 258
259/* Define this if you want to use Heimdal's AFS support */
260#undef AFS
261
259/* Define if you want S/Key support */ 262/* Define if you want S/Key support */
260#undef SKEY 263#undef SKEY
261 264