summaryrefslogtreecommitdiff
path: root/includes.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 /includes.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 'includes.h')
-rw-r--r--includes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes.h b/includes.h
index 02364bbd7..764bd57fe 100644
--- a/includes.h
+++ b/includes.h
@@ -169,7 +169,7 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
169# include <libutil.h> /* Openpty on FreeBSD at least */ 169# include <libutil.h> /* Openpty on FreeBSD at least */
170#endif 170#endif
171 171
172#if defined(HEIMDAL) && defined(AFS) 172#if defined(KRB5) && defined(USE_AFS)
173# include <krb5.h> 173# include <krb5.h>
174# include <kafs.h> 174# include <kafs.h>
175#endif 175#endif