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