Added type-casting to avoid warning from the compiler
[mod_auth_kerb.cvs/.git] / config.h.in
index e576298..c05a9cd 100644 (file)
@@ -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