From 56fb12bf9db2c87d4a3b075777fd2f60346aea1a Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 3 May 2000 01:07:17 +0000 Subject: 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 --- acconfig.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'acconfig.h') 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 -- cgit v1.2.3