File: config.h

package info (click to toggle)
libapache-mod-auth-kerb 5.4-2.2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 632 kB
  • ctags: 380
  • sloc: ansic: 3,236; makefile: 92; sh: 4
file content (29 lines) | stat: -rw-r--r-- 897 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* config.h.  Generated from config.h.in by configure.  */

/* Define to the version of this package. */
/* Conflicts with defintions from Apache */
/* #undef PACKAGE_VERSION */

/* Define to `unsigned' if <sys/types.h> does not define. */
/* #undef size_t */

/* Define if you are using the Heimdal implementation of Krb5 */
/* #undef HEIMDAL */

/* Define if you want to enable support for Kerberos5 */
#define KRB5 1

/* Define if you want to enable support for Kerberos4 */
/* #undef KRB4 */

/* Define if your GSSAPI library supports handling SPNEGO tokens */
#define GSSAPI_SUPPORTS_SPNEGO 1

/* Define if your krb supports krb5_cc_new_unique function to deal with threading issues */
#define HAVE_KRB5_CC_NEW_UNIQUE 1

/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1

/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1