1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you use gcc visibility attribute. */
4#undef GCC_VISIBILITY
5
6/* Define to 1 if you have the <alloca.h> header file. */
7#undef HAVE_ALLOCA_H
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 <inttypes.h> header file. */
13#undef HAVE_INTTYPES_H
14
15/* Define to 1 if you have libexpat. */
16#undef HAVE_LIBEXPAT
17
18/* Define to 1 if you have libxml2. */
19#undef HAVE_LIBXML2
20
21/* Define to 1 if you have the <limits.h> header file. */
22#undef HAVE_LIMITS_H
23
24/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
25   to 0 otherwise. */
26#undef HAVE_MALLOC
27
28/* Define to 1 if you have the <memory.h> header file. */
29#undef HAVE_MEMORY_H
30
31/* Define to 1 if you have the `memset' function. */
32#undef HAVE_MEMSET
33
34/* Define to 1 if you have the `mkgmtime' function. */
35#undef HAVE_MKGMTIME
36
37/* Define to 1 if you have the <stdint.h> header file. */
38#undef HAVE_STDINT_H
39
40/* Define to 1 if you have the <stdlib.h> header file. */
41#undef HAVE_STDLIB_H
42
43/* Define to 1 if you have the <strings.h> header file. */
44#undef HAVE_STRINGS_H
45
46/* Define to 1 if you have the <string.h> header file. */
47#undef HAVE_STRING_H
48
49/* Define to 1 if you have strptime function. */
50#undef HAVE_STRPTIME
51
52/* Define to 1 if you have the `strtol' function. */
53#undef HAVE_STRTOL
54
55/* Define to 1 if you have the `strtoll' function. */
56#undef HAVE_STRTOLL
57
58/* Define to 1 if you have the <sys/stat.h> header file. */
59#undef HAVE_SYS_STAT_H
60
61/* Define to 1 if you have the <sys/types.h> header file. */
62#undef HAVE_SYS_TYPES_H
63
64/* Define to 1 if you have the <time64.h> header file. */
65#undef HAVE_TIME64_H
66
67/* Define to 1 if you have timegm function. */
68#undef HAVE_TIMEGM
69
70/* Define to 1 if you have the `timegm64' function. */
71#undef HAVE_TIMEGM64
72
73/* Define to 1 if you have the <unistd.h> header file. */
74#undef HAVE_UNISTD_H
75
76/* Define to 1 if you have the `_mkgmtime' function. */
77#undef HAVE__MKGMTIME
78
79/* Define to the sub-directory in which libtool stores uninstalled libraries.
80   */
81#undef LT_OBJDIR
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 home page for this package. */
99#undef PACKAGE_URL
100
101/* Define to the version of this package. */
102#undef PACKAGE_VERSION
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 rpl_malloc if the replacement function should be used. */
114#undef malloc
115
116/* Define to `unsigned int' if <sys/types.h> does not define. */
117#undef size_t
118