diff options
author | Dan Winship <danw@src.gnome.org> | 2000-05-03 09:07:17 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-05-03 09:07:17 +0800 |
commit | 56fb12bf9db2c87d4a3b075777fd2f60346aea1a (patch) | |
tree | 37c03afc4d002e3621117464be43173a2d27581b /acconfig.h | |
parent | d37d28ddf27f9998a96e5b3fe12c3ffc048799f2 (diff) | |
download | gsoc2013-evolution-56fb12bf9db2c87d4a3b075777fd2f60346aea1a.tar.gz gsoc2013-evolution-56fb12bf9db2c87d4a3b075777fd2f60346aea1a.tar.zst gsoc2013-evolution-56fb12bf9db2c87d4a3b075777fd2f60346aea1a.zip |
add some minimal Kerberos checking. This isn't intended to be generically
* configure.in, acconfig.h: add some minimal Kerberos checking.
This isn't intended to be generically useful at this point, it's
just there to give me a second POP auth mechanism to play with.
Also remove a bit of cruft, and reorganize configure.in a bit.
svn path=/trunk/; revision=2765
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index e0a4419a23..fe6c5e8e49 100644 --- a/acconfig.h +++ b/acconfig.h @@ -7,7 +7,6 @@ #undef PACKAGE #undef VERSION #undef HAVE_BONOBO -#undef CAMEL_HARD_LOG_LEVEL #undef ENABLE_THREADS #undef SENDMAIL_PATH #undef SYSTEM_MAIL_DIR @@ -15,6 +14,8 @@ #undef HAVE_TIMEZONE #undef HAVE_TM_GMTOFF #undef USING_OAF +#undef HAVE_KRB4 +#undef HAVE_KRB5 /* Define this if you want to build against the development gtk */ #undef HAVE_DEVGTK |