X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=config.h.in;h=ca90d99f22bef644a83aa6ff5cca09842373e7ae;hb=65e8f97d5637a774758ba183324d360c7adeda23;hp=2e34697836cfc9c1d37098c6e32bbf958594b366;hpb=f1ca2dc9bc911b94aa9a9814a8feb2fd6cdab015;p=mod_auth_kerb.git diff --git a/config.h.in b/config.h.in index 2e34697..ca90d99 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,20 @@ /* 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 +/* Define if your GSSAPI library supports handling SPNEGO tokens */ +#undef GSSAPI_SUPPORTS_SPNEGO + +/* Define if your krb supports krb5_cc_new_unique function to deal with threading issues */ +#undef HAVE_KRB5_CC_NEW_UNIQUE + +/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TYPES_H