X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=config.h.in;h=c05a9cd7ed4a2f380954851a9fb64236e0af6b67;hb=853e617855f6253de43c6b0c6e4f9a2119cca8ed;hp=2e34697836cfc9c1d37098c6e32bbf958594b366;hpb=f1ca2dc9bc911b94aa9a9814a8feb2fd6cdab015;p=mod_auth_kerb.cvs%2F.git diff --git a/config.h.in b/config.h.in index 2e34697..c05a9cd 100644 --- a/config.h.in +++ b/config.h.in @@ -1,6 +1,6 @@ /* Define to the version of this package. */ -/* Conflicts with defintions from Apache +/* Conflicts with defintions from Apache */ /* #undef PACKAGE_VERSION */ /* Define to `unsigned' if does not define. */ @@ -9,14 +9,8 @@ /* Define if you are using the Heimdal implementation of Krb5 */ #undef HEIMDAL -/* Define if krb5_cc_gen_new() was found in the krb5 library */ -#undef HAVE_KRB5_CC_GEN_NEW - /* Define if you want to enable support for Kerberos5 */ #undef KRB5 /* Define if you want to enable support for Kerberos4 */ #undef KRB4 - -/* Define if you are using Apache 1.3.x */ -#undef APXS1