Import moonshot-gss-eap_1.0.1.orig.tar.gz
[mech_eap.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if you have the <dlfcn.h> header file. */
4 #undef HAVE_DLFCN_H
5
6 /* Define if GSS-API library supports recent naming extensions draft */
7 #undef HAVE_GSS_C_NT_COMPOSITE_EXPORT
8
9 /* Define if GSS-API library supports RFC 5587 */
10 #undef HAVE_GSS_INQUIRE_ATTRS_FOR_MECH
11
12 /* Define if GSS-API library supports gss_krb5_import_cred */
13 #undef HAVE_GSS_KRB5_IMPORT_CRED
14
15 /* Define if building against Heimdal Kerberos implementation */
16 #undef HAVE_HEIMDAL_VERSION
17
18 /* Define to 1 if you have the <inttypes.h> header file. */
19 #undef HAVE_INTTYPES_H
20
21 /* Define to 1 if you have the <memory.h> header file. */
22 #undef HAVE_MEMORY_H
23
24 /* Define if Moonshot identity selector is available */
25 #undef HAVE_MOONSHOT_GET_IDENTITY
26
27 /* Define is OpenSAML is available */
28 #undef HAVE_OPENSAML
29
30 /* Define to 1 if you have the `secure_getenv' function. */
31 #undef HAVE_SECURE_GETENV
32
33 /* Define is Shibboleth resolver is available */
34 #undef HAVE_SHIBRESOLVER
35
36 /* Define is Shibboleth SP is available */
37 #undef HAVE_SHIBSP
38
39 /* Define to 1 if you have the <stdarg.h> header file. */
40 #undef HAVE_STDARG_H
41
42 /* Define to 1 if you have the <stdint.h> header file. */
43 #undef HAVE_STDINT_H
44
45 /* Define to 1 if you have the <stdio.h> header file. */
46 #undef HAVE_STDIO_H
47
48 /* Define to 1 if you have the <stdlib.h> header file. */
49 #undef HAVE_STDLIB_H
50
51 /* Define to 1 if you have the <strings.h> header file. */
52 #undef HAVE_STRINGS_H
53
54 /* Define to 1 if you have the <string.h> header file. */
55 #undef HAVE_STRING_H
56
57 /* Define to 1 if you have the <sys/param.h> header file. */
58 #undef HAVE_SYS_PARAM_H
59
60 /* Define to 1 if you have the <sys/stat.h> header file. */
61 #undef HAVE_SYS_STAT_H
62
63 /* Define to 1 if you have the <sys/types.h> header file. */
64 #undef HAVE_SYS_TYPES_H
65
66 /* Define to 1 if you have the <unistd.h> header file. */
67 #undef HAVE_UNISTD_H
68
69 /* Define to 1 if you have the `vasprintf' function. */
70 #undef HAVE_VASPRINTF
71
72 /* Define to the sub-directory where libtool stores uninstalled libraries. */
73 #undef LT_OBJDIR
74
75 /* Define if gss_const_name_t is a pointer. Broken krb5 10.x headers define it
76    as a struct. */
77 #undef MECHEAP_GSS_CONST_NAME_T_IS_POINTER
78
79 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
80 #undef NO_MINUS_C_MINUS_O
81
82 /* Name of package */
83 #undef PACKAGE
84
85 /* Define to the address where bug reports for this package should be sent. */
86 #undef PACKAGE_BUGREPORT
87
88 /* Define to the full name of this package. */
89 #undef PACKAGE_NAME
90
91 /* Define to the full name and version of this package. */
92 #undef PACKAGE_STRING
93
94 /* Define to the one symbol short name of this package. */
95 #undef PACKAGE_TARNAME
96
97 /* Define to the home page for this package. */
98 #undef PACKAGE_URL
99
100 /* Define to the version of this package. */
101 #undef PACKAGE_VERSION
102
103 /* Define to 1 if you have the ANSI C header files. */
104 #undef STDC_HEADERS
105
106 /* Enable extensions on AIX 3, Interix.  */
107 #ifndef _ALL_SOURCE
108 # undef _ALL_SOURCE
109 #endif
110 /* Enable GNU extensions on systems that have them.  */
111 #ifndef _GNU_SOURCE
112 # undef _GNU_SOURCE
113 #endif
114 /* Enable threading extensions on Solaris.  */
115 #ifndef _POSIX_PTHREAD_SEMANTICS
116 # undef _POSIX_PTHREAD_SEMANTICS
117 #endif
118 /* Enable extensions on HP NonStop.  */
119 #ifndef _TANDEM_SOURCE
120 # undef _TANDEM_SOURCE
121 #endif
122 /* Enable general extensions on Solaris.  */
123 #ifndef __EXTENSIONS__
124 # undef __EXTENSIONS__
125 #endif
126
127
128 /* Version number of package */
129 #undef VERSION
130
131 /* Define to 1 if on MINIX. */
132 #undef _MINIX
133
134 /* Define to 2 if the system does not provide POSIX.1 features except with
135    this defined. */
136 #undef _POSIX_1_SOURCE
137
138 /* Define to 1 if you need to in order for `stat' and other things to work. */
139 #undef _POSIX_SOURCE