update build-depends
[shibboleth/opensaml2.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Defined if the requested minimum BOOST version is satisfied */
4 #undef HAVE_BOOST
5
6 /* Define to 1 if you have <boost/algorithm/string.hpp> */
7 #undef HAVE_BOOST_ALGORITHM_STRING_HPP
8
9 /* Define to 1 if you have <boost/bind.hpp> */
10 #undef HAVE_BOOST_BIND_HPP
11
12 /* Define to 1 if you have <boost/lambda/lambda.hpp> */
13 #undef HAVE_BOOST_LAMBDA_LAMBDA_HPP
14
15 /* Define to 1 if you have <boost/ptr_container/ptr_vector.hpp> */
16 #undef HAVE_BOOST_PTR_CONTAINER_PTR_VECTOR_HPP
17
18 /* Define to 1 if you have <boost/scoped_ptr.hpp> */
19 #undef HAVE_BOOST_SCOPED_PTR_HPP
20
21 /* Define to 1 if you have <boost/shared_ptr.hpp> */
22 #undef HAVE_BOOST_SHARED_PTR_HPP
23
24 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
25    */
26 #undef HAVE_DIRENT_H
27
28 /* Define to 1 if you have the <dlfcn.h> header file. */
29 #undef HAVE_DLFCN_H
30
31 /* Define to 1 if you have the <inttypes.h> header file. */
32 #undef HAVE_INTTYPES_H
33
34 /* Define to 1 if you have the <memory.h> header file. */
35 #undef HAVE_MEMORY_H
36
37 /* define if the compiler implements namespaces */
38 #undef HAVE_NAMESPACES
39
40 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
41 #undef HAVE_NDIR_H
42
43 /* Define if you have POSIX threads libraries and header files. */
44 #undef HAVE_PTHREAD
45
46 /* Define to 1 if you have the <stdint.h> header file. */
47 #undef HAVE_STDINT_H
48
49 /* Define to 1 if you have the <stdlib.h> header file. */
50 #undef HAVE_STDLIB_H
51
52 /* Define to 1 if you have the `strchr' function. */
53 #undef HAVE_STRCHR
54
55 /* Define to 1 if you have the `strdup' function. */
56 #undef HAVE_STRDUP
57
58 /* Define to 1 if you have the <strings.h> header file. */
59 #undef HAVE_STRINGS_H
60
61 /* Define to 1 if you have the <string.h> header file. */
62 #undef HAVE_STRING_H
63
64 /* Define to 1 if you have the `strstr' function. */
65 #undef HAVE_STRSTR
66
67 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
68    */
69 #undef HAVE_SYS_DIR_H
70
71 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
72    */
73 #undef HAVE_SYS_NDIR_H
74
75 /* Define to 1 if you have the <sys/stat.h> header file. */
76 #undef HAVE_SYS_STAT_H
77
78 /* Define to 1 if you have the <sys/types.h> header file. */
79 #undef HAVE_SYS_TYPES_H
80
81 /* Define to 1 if you have the <unistd.h> header file. */
82 #undef HAVE_UNISTD_H
83
84 /* Define to the sub-directory in which libtool stores uninstalled libraries.
85    */
86 #undef LT_OBJDIR
87
88 /* Define to 1 if log4cpp library is used. */
89 #undef OPENSAML_LOG4CPP
90
91 /* Define to 1 if log4shib library is used. */
92 #undef OPENSAML_LOG4SHIB
93
94 /* Define to 1 if Xerces XMLString includes XMLByte release. */
95 #undef OPENSAML_XERCESC_HAS_XMLBYTE_RELEASE
96
97 /* Name of package */
98 #undef PACKAGE
99
100 /* Define to the address where bug reports for this package should be sent. */
101 #undef PACKAGE_BUGREPORT
102
103 /* Define to the full name of this package. */
104 #undef PACKAGE_NAME
105
106 /* Define to the full name and version of this package. */
107 #undef PACKAGE_STRING
108
109 /* Define to the one symbol short name of this package. */
110 #undef PACKAGE_TARNAME
111
112 /* Define to the home page for this package. */
113 #undef PACKAGE_URL
114
115 /* Define to the version of this package. */
116 #undef PACKAGE_VERSION
117
118 /* Define to necessary symbol if this constant uses a non-standard name on
119    your system. */
120 #undef PTHREAD_CREATE_JOINABLE
121
122 /* The size of `time_t', as computed by sizeof. */
123 #undef SIZEOF_TIME_T
124
125 /* Define to 1 if you have the ANSI C header files. */
126 #undef STDC_HEADERS
127
128 /* Version number of package */
129 #undef VERSION
130
131 /* Define to empty if `const' does not conform to ANSI C. */
132 #undef const
133
134 /* Define to `unsigned int' if <sys/types.h> does not define. */
135 #undef size_t