aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-01-05 20:57:34 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-01-05 20:57:34 +0000
commitdbef2405753f7c8ab8eafe043b89ab3c7bacd232 (patch)
tree634f8aa9acb5a22f42378d473526bb779b9dfe46 /acconfig.h
parent10337bce440f7442947029e020db9ee73ac44725 (diff)
downloadfetchmail-dbef2405753f7c8ab8eafe043b89ab3c7bacd232.tar.gz
fetchmail-dbef2405753f7c8ab8eafe043b89ab3c7bacd232.tar.bz2
fetchmail-dbef2405753f7c8ab8eafe043b89ab3c7bacd232.zip
First step towards cleaner Kerberos configuration.
svn path=/trunk/; revision=3012
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 4cb3b034..7869b074 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -119,6 +119,12 @@
/* Define if you want GSSAPI authentication */
#undef GSSAPI
+/* Define if you have Kerberos V4 */
+#undef KERBEROS_V4
+
+/* Define if you have Kerberos V5 */
+#undef KERBEROS_V5
+
/* Define if you have HEIMDAL kerberos 5 */
#undef HEIMDAL