aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 */