Take ownership of resolved attributes returned to caller
[shibboleth/resolver.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if C++ compiler supports covariant virtual methods. */
4 #undef HAVE_COVARIANT_RETURNS
5
6 /* Define to 1 if you have the <dlfcn.h> header file. */
7 #undef HAVE_DLFCN_H
8
9 /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
10 #undef HAVE_GSSAPI_GSSAPI_GENERIC_H
11
12 /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
13 #undef HAVE_GSSAPI_GSSAPI_H
14
15 /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
16 #undef HAVE_GSSAPI_GSSAPI_KRB5_H
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 the compiler implements namespaces */
25 #undef HAVE_NAMESPACES
26
27 /* Define to 1 if C++ compiler supports nullptr keyword. */
28 #undef HAVE_NULLPTR
29
30 /* if you have an old MIT gssapi library, lacking GSS_C_NT_HOSTBASED_SERVICE
31    */
32 #undef HAVE_OLD_GSSMIT
33
34 /* Define if you have POSIX threads libraries and header files. */
35 #undef HAVE_PTHREAD
36
37 /* Define to 1 if you have the <stdint.h> header file. */
38 #undef HAVE_STDINT_H
39
40 /* Define to 1 if you have the <stdlib.h> header file. */
41 #undef HAVE_STDLIB_H
42
43 /* Define to 1 if you have the `strcasecmp' function. */
44 #undef HAVE_STRCASECMP
45
46 /* Define to 1 if you have the <strings.h> header file. */
47 #undef HAVE_STRINGS_H
48
49 /* Define to 1 if you have the <string.h> header file. */
50 #undef HAVE_STRING_H
51
52 /* Define to 1 if you have the <sys/stat.h> header file. */
53 #undef HAVE_SYS_STAT_H
54
55 /* Define to 1 if you have the <sys/types.h> header file. */
56 #undef HAVE_SYS_TYPES_H
57
58 /* Define to 1 if you have the <unistd.h> header file. */
59 #undef HAVE_UNISTD_H
60
61 /* Define to the sub-directory in which libtool stores uninstalled libraries.
62    */
63 #undef LT_OBJDIR
64
65 /* Name of package */
66 #undef PACKAGE
67
68 /* Define to the address where bug reports for this package should be sent. */
69 #undef PACKAGE_BUGREPORT
70
71 /* Define to the full name of this package. */
72 #undef PACKAGE_NAME
73
74 /* Define to the full name and version of this package. */
75 #undef PACKAGE_STRING
76
77 /* Define to the one symbol short name of this package. */
78 #undef PACKAGE_TARNAME
79
80 /* Define to the home page for this package. */
81 #undef PACKAGE_URL
82
83 /* Define to the version of this package. */
84 #undef PACKAGE_VERSION
85
86 /* Define to necessary symbol if this constant uses a non-standard name on
87    your system. */
88 #undef PTHREAD_CREATE_JOINABLE
89
90 /* if you have the gssapi libraries */
91 #undef SHIBRESOLVER_HAVE_GSSAPI
92
93 /* Define to 1 if GSS-API naming extensions are available. */
94 #undef SHIBRESOLVER_HAVE_GSSAPI_NAMINGEXTS
95
96 /* if you have the GNU gssapi libraries */
97 #undef SHIBRESOLVER_HAVE_GSSGNU
98
99 /* if you have the Heimdal gssapi libraries */
100 #undef SHIBRESOLVER_HAVE_GSSHEIMDAL
101
102 /* if you have the MIT gssapi libraries */
103 #undef SHIBRESOLVER_HAVE_GSSMIT
104
105 /* Define to 1 if log4cpp library is used. */
106 #undef SHIBRESOLVER_LOG4CPP
107
108 /* Define to 1 if log4shib library is used. */
109 #undef SHIBRESOLVER_LOG4SHIB
110
111 /* Define to 1 if Shibboleth SP supports non-plugin remoting. */
112 #undef SHIBRESOLVER_SHIBSP_HAS_REMOTING
113
114 /* Define to 1 if you have the ANSI C header files. */
115 #undef STDC_HEADERS
116
117 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
118 #undef TM_IN_SYS_TIME
119
120 /* Version number of package */
121 #undef VERSION
122
123 /* Define to empty if `const' does not conform to ANSI C. */
124 #undef const
125
126 /* Define to `unsigned int' if <sys/types.h> does not define. */
127 #undef size_t