aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-07-01 13:58:34 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-07-01 13:58:34 +0000
commitd5aa82aa53596e5f05628823cfe66ca8fda749cf (patch)
treef47be543361f22f2aa142d87c4a39e4b66cb567d /imap.c
parent2513ea1bb193ad13166122ae63879078282b5612 (diff)
downloadfetchmail-d5aa82aa53596e5f05628823cfe66ca8fda749cf.tar.gz
fetchmail-d5aa82aa53596e5f05628823cfe66ca8fda749cf.tar.bz2
fetchmail-d5aa82aa53596e5f05628823cfe66ca8fda749cf.zip
Another try at Kerberos autoconfiguration.
svn path=/trunk/; revision=1130
Diffstat (limited to 'imap.c')
-rw-r--r--imap.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/imap.c b/imap.c
index 75533ebf..e3867af4 100644
--- a/imap.c
+++ b/imap.c
@@ -16,6 +16,10 @@
#include "socket.h"
#ifdef KERBEROS_V4
+#if defined (__bsdi__)
+#include <des.h>
+#define krb_get_err_text(e) (krb_err_txt[e])
+#endif
#include <krb.h>
#endif /* KERBEROS_V4 */