diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-01-05 20:57:34 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-01-05 20:57:34 +0000 |
commit | dbef2405753f7c8ab8eafe043b89ab3c7bacd232 (patch) | |
tree | 634f8aa9acb5a22f42378d473526bb779b9dfe46 /acconfig.h | |
parent | 10337bce440f7442947029e020db9ee73ac44725 (diff) | |
download | fetchmail-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.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |