Merge commit 'upstream/1.3'
[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 Xerces-C library was found */
30 #undef HAVE_LIBXERCESC
31
32 /* Define to 1 if you have the <memory.h> header file. */
33 #undef HAVE_MEMORY_H
34
35 /* define if the compiler implements namespaces */
36 #undef HAVE_NAMESPACES
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 /* Name of package */
84 #undef PACKAGE
85
86 /* Define to the address where bug reports for this package should be sent. */
87 #undef PACKAGE_BUGREPORT
88
89 /* Define to the full name of this package. */
90 #undef PACKAGE_NAME
91
92 /* Define to the full name and version of this package. */
93 #undef PACKAGE_STRING
94
95 /* Define to the one symbol short name of this package. */
96 #undef PACKAGE_TARNAME
97
98 /* Define to the version of this package. */
99 #undef PACKAGE_VERSION
100
101 /* Define to necessary symbol if this constant uses a non-standard name on
102    your system. */
103 #undef PTHREAD_CREATE_JOINABLE
104
105 /* The size of a `long', as computed by sizeof. */
106 #undef SIZEOF_LONG
107
108 /* Define to 1 if you have the ANSI C header files. */
109 #undef STDC_HEADERS
110
111 /* Version number of package */
112 #undef VERSION
113
114 /* Define to 1 if log4cpp library is used. */
115 #undef XMLTOOLING_LOG4CPP
116
117 /* Define to 1 if log4shib library is used. */
118 #undef XMLTOOLING_LOG4SHIB
119
120 /* Define to 1 if you wish to disable XML-Security-dependent features. */
121 #undef XMLTOOLING_NO_XMLSEC
122
123 /* Define to 1 if Xerces has a 64-bit-safe API. */
124 #undef XMLTOOLING_XERCESC_64BITSAFE
125
126 /* Define to 1 if Xerces DOM ID methods take extra parameter. */
127 #undef XMLTOOLING_XERCESC_BOOLSETIDATTRIBUTE
128
129 /* Define to 1 if Xerces supports a compliant DOMLS API. */
130 #undef XMLTOOLING_XERCESC_COMPLIANT_DOMLS
131
132 /* Define to 1 if Xerces InputStream class requires getContentType. */
133 #undef XMLTOOLING_XERCESC_INPUTSTREAM_HAS_CONTENTTYPE
134
135 /* Define to empty if `const' does not conform to ANSI C. */
136 #undef const
137
138 /* Define to `unsigned' if <sys/types.h> does not define. */
139 #undef size_t