removed compilation warnings
[mod_auth_kerb.git] / config.h.in
1
2 /* Define to the version of this package. */
3 /* Conflicts with defintions from Apache */
4 /* #undef PACKAGE_VERSION */
5
6 /* Define to `unsigned' if <sys/types.h> does not define. */
7 #undef size_t
8
9 /* Define if you are using the Heimdal implementation of Krb5 */
10 #undef HEIMDAL
11
12 /* Define if you want to enable support for Kerberos5 */
13 #undef KRB5
14
15 /* Define if you want to enable support for Kerberos4 */
16 #undef KRB4
17
18 /* Define if your GSSAPI library supports handling SPNEGO tokens */
19 #undef GSSAPI_SUPPORTS_SPNEGO
20
21 /* Define if your krb supports krb5_cc_new_unique function to deal with threading issues */
22 #undef HAVE_KRB5_CC_NEW_UNIQUE
23
24 /* Define to 1 if you have the <unistd.h> header file. */
25 #undef HAVE_UNISTD_H
26
27 /* Define to 1 if you have the <sys/types.h> header file. */
28 #undef HAVE_SYS_TYPES_H