aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-11-17 16:29:23 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-11-17 16:29:23 +0000
commit0d956b2fa9e3dc4a72cfba11b8fb05de03100b82 (patch)
tree87c9c01220f38f9d69fe71a9ca95bd484f008404 /imap.c
parentba3aa3131df992d170bff923186126845bdaa23b (diff)
downloadfetchmail-0d956b2fa9e3dc4a72cfba11b8fb05de03100b82.tar.gz
fetchmail-0d956b2fa9e3dc4a72cfba11b8fb05de03100b82.tar.bz2
fetchmail-0d956b2fa9e3dc4a72cfba11b8fb05de03100b82.zip
Gerald Britton's support for mixed Kerberos and Hesiod.
svn path=/trunk/; revision=2183
Diffstat (limited to 'imap.c')
-rw-r--r--imap.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/imap.c b/imap.c
index 94ae0529..4d6874c2 100644
--- a/imap.c
+++ b/imap.c
@@ -16,6 +16,10 @@
#include "socket.h"
#ifdef KERBEROS_V4
+#ifdef KERBEROS_V5
+#include <kerberosIV/des.h>
+#include <kerberosIV/krb.h>
+#else
#if defined (__bsdi__)
#include <des.h>
#define krb_get_err_text(e) (krb_err_txt[e])
@@ -24,6 +28,7 @@
#define krb_get_err_text(e) (krb_err_txt[e])
#endif
#include <krb.h>
+#endif
#endif /* KERBEROS_V4 */
#ifdef GSSAPI