summaryrefslogtreecommitdiff
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 ac9a950e0..02364bbd7 100644
--- a/includes.h
+++ b/includes.h
@@ -169,6 +169,11 @@ 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)
173# include <krb5.h>
174# include <kafs.h>
175#endif
176
172#include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */ 177#include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */
173 178
174#include "defines.h" 179#include "defines.h"