summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-01-23 22:03:10 +1100
committerDarren Tucker <dtucker@zip.com.au>2004-01-23 22:03:10 +1100
commit3c78c5ed2fd12785842bbb9e3bd030fab19a9221 (patch)
tree5dd057f81dc6f9ea0da07919cac74bf401580696 /acconfig.h
parent6369958301f0184c95988f8c87a5494bab0bb0c6 (diff)
- (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 'acconfig.h')
-rw-r--r--acconfig.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/acconfig.h b/acconfig.h
index 40162b731..27366ed17 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.171 2004/01/05 11:36:52 dtucker Exp $ */ 1/* $Id: acconfig.h,v 1.172 2004/01/23 11:03:10 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,8 +256,8 @@
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 */ 259/* Define this if you want to use libkafs' AFS support */
260#undef AFS 260#undef USE_AFS
261 261
262/* Define if you want S/Key support */ 262/* Define if you want S/Key support */
263#undef SKEY 263#undef SKEY