It turns out the *.a static libraries were a autoconf error upstream
[shibboleth/xmltooling.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 'curl_off_t' type. */
7 #undef HAVE_CURL_OFF_T
8
9 /* Define to 1 if you have the <dlfcn.h> header file. */
10 #undef HAVE_DLFCN_H
11
12 /* Define to 1 if you have an STL implementation that supports useful string
13    specialization. */
14 #undef HAVE_GOOD_STL
15
16 /* Define to 1 if you have the <inttypes.h> header file. */
17 #undef HAVE_INTTYPES_H
18
19 /* Define to 1 if you have an STL implementation that supports
20    std::iterator_traits. */
21 #undef HAVE_ITERATOR_TRAITS
22
23 /* Define to 1 if you have the `curl' library (-lcurl). */
24 #undef HAVE_LIBCURL
25
26 /* Define to 1 if you have the `dl' library (-ldl). */
27 #undef HAVE_LIBDL
28
29 /* Define to 1 if you have the <memory.h> header file. */
30 #undef HAVE_MEMORY_H
31
32 /* define if the compiler implements namespaces */
33 #undef HAVE_NAMESPACES
34
35 /* Define to 1 if C++ compiler supports nullptr keyword. */
36 #undef HAVE_NULLPTR
37
38 /* Define if you have POSIX threads libraries and header files. */
39 #undef HAVE_PTHREAD
40
41 /* Define to 1 if you have the `pthread_rwlock_init' function. */
42 #undef HAVE_PTHREAD_RWLOCK_INIT
43
44 /* Define to 1 if you have the <stdint.h> header file. */
45 #undef HAVE_STDINT_H
46
47 /* Define to 1 if you have the <stdlib.h> header file. */
48 #undef HAVE_STDLIB_H
49
50 /* Define to 1 if you have the `strcasecmp' function. */
51 #undef HAVE_STRCASECMP
52
53 /* Define to 1 if you have the `strchr' function. */
54 #undef HAVE_STRCHR
55
56 /* Define to 1 if you have the `strdup' function. */
57 #undef HAVE_STRDUP
58
59 /* Define to 1 if you have the <strings.h> header file. */
60 #undef HAVE_STRINGS_H
61
62 /* Define to 1 if you have the <string.h> header file. */
63 #undef HAVE_STRING_H
64
65 /* Define to 1 if you have the `strstr' function. */
66 #undef HAVE_STRSTR
67
68 /* Define to 1 if you have the <sys/stat.h> header file. */
69 #undef HAVE_SYS_STAT_H
70
71 /* Define to 1 if you have the <sys/types.h> header file. */
72 #undef HAVE_SYS_TYPES_H
73
74 /* Define to 1 if you have the `timegm' function. */
75 #undef HAVE_TIMEGM
76
77 /* Define to 1 if you have the <unistd.h> header file. */
78 #undef HAVE_UNISTD_H
79
80 /* Define to 1 if you have the 'xsecsize_t' type. */
81 #undef HAVE_XSECSIZE_T
82
83 /* Define to the sub-directory in which libtool stores uninstalled libraries.
84    */
85 #undef LT_OBJDIR
86
87 /* Name of package */
88 #undef PACKAGE
89
90 /* Define to the address where bug reports for this package should be sent. */
91 #undef PACKAGE_BUGREPORT
92
93 /* Define to the full name of this package. */
94 #undef PACKAGE_NAME
95
96 /* Define to the full name and version of this package. */
97 #undef PACKAGE_STRING
98
99 /* Define to the one symbol short name of this package. */
100 #undef PACKAGE_TARNAME
101
102 /* Define to the home page for this package. */
103 #undef PACKAGE_URL
104
105 /* Define to the version of this package. */
106 #undef PACKAGE_VERSION
107
108 /* Define to necessary symbol if this constant uses a non-standard name on
109    your system. */
110 #undef PTHREAD_CREATE_JOINABLE
111
112 /* The size of `long', as computed by sizeof. */
113 #undef SIZEOF_LONG
114
115 /* Define to 1 if you have the ANSI C header files. */
116 #undef STDC_HEADERS
117
118 /* Version number of package */
119 #undef VERSION
120
121 /* Define to 1 if log4cpp library is used. */
122 #undef XMLTOOLING_LOG4CPP
123
124 /* Define to 1 if log4shib library is used. */
125 #undef XMLTOOLING_LOG4SHIB
126
127 /* Define to 1 if you wish to disable XML-Security-dependent features. */
128 #undef XMLTOOLING_NO_XMLSEC
129
130 /* Define to 1 if OpenSSL has EC support. */
131 #undef XMLTOOLING_OPENSSL_HAVE_EC
132
133 /* Define to 1 if OpenSSL supports the SHA-2 hash family. */
134 #undef XMLTOOLING_OPENSSL_HAVE_SHA2
135
136 /* Define to 1 if Xerces has a 64-bit-safe API. */
137 #undef XMLTOOLING_XERCESC_64BITSAFE
138
139 /* Define to 1 if Xerces DOM ID methods take extra parameter. */
140 #undef XMLTOOLING_XERCESC_BOOLSETIDATTRIBUTE
141
142 /* Define to 1 if Xerces supports a compliant DOMLS API. */
143 #undef XMLTOOLING_XERCESC_COMPLIANT_DOMLS
144
145 /* Define to 1 if Xerces XMLString includes XMLByte release. */
146 #undef XMLTOOLING_XERCESC_HAS_XMLBYTE_RELEASE
147
148 /* Define to 1 if Xerces InputStream class requires getContentType. */
149 #undef XMLTOOLING_XERCESC_INPUTSTREAM_HAS_CONTENTTYPE
150
151 /* Define to 1 if XML-Security-C includes debug logging support. */
152 #undef XMLTOOLING_XMLSEC_DEBUGLOGGING
153
154 /* Define to 1 if XML-Security-C includes ECC support. */
155 #undef XMLTOOLING_XMLSEC_ECC
156
157 /* Define to 1 if XML-Security-C handles multiple CRLs. */
158 #undef XMLTOOLING_XMLSEC_MULTIPLECRL
159
160 /* Define to 1 if XML-Security-C exposes the signature algorithm URI. */
161 #undef XMLTOOLING_XMLSEC_SIGALGORITHM
162
163 /* Define to empty if `const' does not conform to ANSI C. */
164 #undef const
165
166 /* Define to `unsigned int' if <sys/types.h> does not define. */
167 #undef size_t