Imported Upstream version 1.0
[shibboleth/xmltooling.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define 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 if you have an STL implementation that supports useful string
10    specialization. */
11 #undef HAVE_GOOD_STL
12
13 /* Define to 1 if you have the <inttypes.h> header file. */
14 #undef HAVE_INTTYPES_H
15
16 /* Define to 1 if you have an STL implementation that supports
17    std::iterator_traits. */
18 #undef HAVE_ITERATOR_TRAITS
19
20 /* Define to 1 if you have the `curl' library (-lcurl). */
21 #undef HAVE_LIBCURL
22
23 /* Define to 1 if you have the `dl' library (-ldl). */
24 #undef HAVE_LIBDL
25
26 /* Define if Xerces-C library was found */
27 #undef HAVE_LIBXERCESC
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 if you have POSIX threads libraries and header files. */
36 #undef HAVE_PTHREAD
37
38 /* Define to 1 if you have the `pthread_rwlock_init' function. */
39 #undef HAVE_PTHREAD_RWLOCK_INIT
40
41 /* Define to 1 if you have the <stdint.h> header file. */
42 #undef HAVE_STDINT_H
43
44 /* Define to 1 if you have the <stdlib.h> header file. */
45 #undef HAVE_STDLIB_H
46
47 /* Define to 1 if you have the `strcasecmp' function. */
48 #undef HAVE_STRCASECMP
49
50 /* Define to 1 if you have the `strchr' function. */
51 #undef HAVE_STRCHR
52
53 /* Define to 1 if you have the `strdup' function. */
54 #undef HAVE_STRDUP
55
56 /* Define to 1 if you have the <strings.h> header file. */
57 #undef HAVE_STRINGS_H
58
59 /* Define to 1 if you have the <string.h> header file. */
60 #undef HAVE_STRING_H
61
62 /* Define to 1 if you have the `strstr' function. */
63 #undef HAVE_STRSTR
64
65 /* Define to 1 if you have the <sys/stat.h> header file. */
66 #undef HAVE_SYS_STAT_H
67
68 /* Define to 1 if you have the <sys/types.h> header file. */
69 #undef HAVE_SYS_TYPES_H
70
71 /* Define to 1 if you have the `timegm' function. */
72 #undef HAVE_TIMEGM
73
74 /* Define to 1 if you have the <unistd.h> header file. */
75 #undef HAVE_UNISTD_H
76
77 /* Name of package */
78 #undef PACKAGE
79
80 /* Define to the address where bug reports for this package should be sent. */
81 #undef PACKAGE_BUGREPORT
82
83 /* Define to the full name of this package. */
84 #undef PACKAGE_NAME
85
86 /* Define to the full name and version of this package. */
87 #undef PACKAGE_STRING
88
89 /* Define to the one symbol short name of this package. */
90 #undef PACKAGE_TARNAME
91
92 /* Define to the version of this package. */
93 #undef PACKAGE_VERSION
94
95 /* Define to necessary symbol if this constant uses a non-standard name on
96    your system. */
97 #undef PTHREAD_CREATE_JOINABLE
98
99 /* Define to 1 if you have the ANSI C header files. */
100 #undef STDC_HEADERS
101
102 /* Version number of package */
103 #undef VERSION
104
105 /* Define if log4cpp library is used. */
106 #undef XMLTOOLING_LOG4CPP
107
108 /* Define if log4shib library is used. */
109 #undef XMLTOOLING_LOG4SHIB
110
111 /* Define if you wish to disable XML-Security-dependent features. */
112 #undef XMLTOOLING_NO_XMLSEC
113
114 /* Define to empty if `const' does not conform to ANSI C. */
115 #undef const
116
117 /* Define to `unsigned' if <sys/types.h> does not define. */
118 #undef size_t