X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=config.h.in;h=ca90d99f22bef644a83aa6ff5cca09842373e7ae;hb=e758d2cb7753dd736648ffbb3374eacf1e4c9acf;hp=c05a9cd7ed4a2f380954851a9fb64236e0af6b67;hpb=c7e7585923e8615192802c70c852cdc2fee12550;p=mod_auth_kerb.git diff --git a/config.h.in b/config.h.in index c05a9cd..ca90d99 100644 --- a/config.h.in +++ b/config.h.in @@ -14,3 +14,15 @@ /* Define if you want to enable support for Kerberos4 */ #undef KRB4 + +/* 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