Build depend against openssl 1.0, Closes: #828440
[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 in which libtool stores uninstalled libraries.
73    */
74 #undef LT_OBJDIR
75
76 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
77 #undef NO_MINUS_C_MINUS_O
78
79 /* Name of package */
80 #undef PACKAGE
81
82 /* Define to the address where bug reports for this package should be sent. */
83 #undef PACKAGE_BUGREPORT
84
85 /* Define to the full name of this package. */
86 #undef PACKAGE_NAME
87
88 /* Define to the full name and version of this package. */
89 #undef PACKAGE_STRING
90
91 /* Define to the one symbol short name of this package. */
92 #undef PACKAGE_TARNAME
93
94 /* Define to the home page for this package. */
95 #undef PACKAGE_URL
96
97 /* Define to the version of this package. */
98 #undef PACKAGE_VERSION
99
100 /* Define to 1 if you have the ANSI C header files. */
101 #undef STDC_HEADERS
102
103 /* Enable extensions on AIX 3, Interix.  */
104 #ifndef _ALL_SOURCE
105 # undef _ALL_SOURCE
106 #endif
107 /* Enable GNU extensions on systems that have them.  */
108 #ifndef _GNU_SOURCE
109 # undef _GNU_SOURCE
110 #endif
111 /* Enable threading extensions on Solaris.  */
112 #ifndef _POSIX_PTHREAD_SEMANTICS
113 # undef _POSIX_PTHREAD_SEMANTICS
114 #endif
115 /* Enable extensions on HP NonStop.  */
116 #ifndef _TANDEM_SOURCE
117 # undef _TANDEM_SOURCE
118 #endif
119 /* Enable general extensions on Solaris.  */
120 #ifndef __EXTENSIONS__
121 # undef __EXTENSIONS__
122 #endif
123
124
125 /* Version number of package */
126 #undef VERSION
127
128 /* Define to 1 if on MINIX. */
129 #undef _MINIX
130
131 /* Define to 2 if the system does not provide POSIX.1 features except with
132    this defined. */
133 #undef _POSIX_1_SOURCE
134
135 /* Define to 1 if you need to in order for `stat' and other things to work. */
136 #undef _POSIX_SOURCE