aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-10-20 02:55:37 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-10-20 02:55:37 +0000
commit623fc9be6a9fb63a01f30ddb0e6524460f720408 (patch)
tree28d528cb226cc4d713d15f2a47b03743fbdce1e4 /conf.c
parent727de56ed62d10afbc94c7b7547dc11760e2762f (diff)
downloadfetchmail-623fc9be6a9fb63a01f30ddb0e6524460f720408.tar.gz
fetchmail-623fc9be6a9fb63a01f30ddb0e6524460f720408.tar.bz2
fetchmail-623fc9be6a9fb63a01f30ddb0e6524460f720408.zip
*** empty log message ***
svn path=/trunk/; revision=2111
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.c b/conf.c
index 0b112ab4..0c06b3e9 100644
--- a/conf.c
+++ b/conf.c
@@ -156,6 +156,9 @@ void dump_config(struct runctl *runp, struct query *querylist)
#ifdef GSSAPI
printf("'imap-gss',");
#endif /* GSSAPI */
+#if defined(IMAP4) && defined(KERBEROS_V4)
+ printf("'imap-k4',");
+#endif /* defined(IMAP4) && defined(KERBEROS_V4) */
#ifdef RPA_ENABLE
printf("'rpa',");
#endif /* RPA_ENABLE */