diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-08-02 17:47:14 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-08-02 17:47:14 +0000 |
commit | 82d0e434b7e59e92893711225011e942629b3080 (patch) | |
tree | 11e774da17d63831697461cd6563c5643edbf42d /acconfig.h | |
parent | 7cd8c4f5233ec94344a340d219eae92db1b3038c (diff) | |
download | fetchmail-82d0e434b7e59e92893711225011e942629b3080.tar.gz fetchmail-82d0e434b7e59e92893711225011e942629b3080.tar.bz2 fetchmail-82d0e434b7e59e92893711225011e942629b3080.zip |
Heimdal GSSAPI patches.
svn path=/trunk/; revision=2533
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -109,6 +109,12 @@ /* Define if you want GSSAPI authentication */ #undef GSSAPI +/* Define if you have HEIMDAL kerberos 5 */ +#undef HEIMDAL + +/* Define if you have MIT kerberos */ +#undef HAVE_GSS_C_NT_HOSTBASED_SERVICE + /* Define if you want built-in SOCKS support */ #undef HAVE_SOCKS |