summaryrefslogtreecommitdiffstats
path: root/includes.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 /includes.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 'includes.h')
-rw-r--r--includes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/includes.h b/includes.h
index ac9a950e..02364bbd 100644
--- a/includes.h
+++ b/includes.h
@@ -169,6 +169,11 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
# include <libutil.h> /* Openpty on FreeBSD at least */
#endif
+#if defined(HEIMDAL) && defined(AFS)
+# include <krb5.h>
+# include <kafs.h>
+#endif
+
#include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */
#include "defines.h"