accepted ticket [1707336]: Include valid options when calling krb5_get_init_creds_passw
[mod_auth_kerb.git] / config.h.in
index 1715a1d..8f09067 100644 (file)
@@ -15,5 +15,9 @@
 /* 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
+