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