blob: b8b2d17ef09580a2ae50b75649e69bb856a14fae [file] [log] [blame]
Michael Clark4504df72007-03-13 08:26:20 +00001/* config.h.in. Generated from configure.in by autoheader. */
2
Lin Xue7e06002012-09-09 17:33:35 -07003/* Define if .gnu.warning accepts long strings. */
4#undef HAS_GNU_WARNING_LONG
5
Michael Clark4504df72007-03-13 08:26:20 +00006/* Define to 1 if you have the <dlfcn.h> header file. */
7#undef HAVE_DLFCN_H
8
9/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
10#undef HAVE_DOPRNT
11
12/* Define to 1 if you have the <fcntl.h> header file. */
13#undef HAVE_FCNTL_H
14
15/* Define to 1 if you have the <inttypes.h> header file. */
16#undef HAVE_INTTYPES_H
17
18/* Define to 1 if you have the <limits.h> header file. */
19#undef HAVE_LIMITS_H
20
Eric Haszlakiewiczf1b68492013-03-31 20:34:28 -050021/* Define to 1 if you have the <locale.h> header file. */
22#undef HAVE_LOCALE_H
23
Michael Clark4504df72007-03-13 08:26:20 +000024/* 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 `open' function. */
32#undef HAVE_OPEN
33
34/* Define to 1 if your system has a GNU libc compatible `realloc' function,
35 and to 0 otherwise. */
36#undef HAVE_REALLOC
37
Eric Haszlakiewiczf1b68492013-03-31 20:34:28 -050038/* Define to 1 if you have the `setlocale' function. */
39#undef HAVE_SETLOCALE
40
Mateusz Loskot984303d2012-06-19 20:15:44 +010041/* Define to 1 if you have the `snprintf' function. */
42#undef HAVE_SNPRINTF
43
Michael Clark4504df72007-03-13 08:26:20 +000044/* Define to 1 if you have the <stdarg.h> header file. */
45#undef HAVE_STDARG_H
46
47/* Define to 1 if you have the <stdint.h> header file. */
48#undef HAVE_STDINT_H
49
50/* Define to 1 if you have the <stdlib.h> header file. */
51#undef HAVE_STDLIB_H
52
Mateusz Loskot984303d2012-06-19 20:15:44 +010053/* Define to 1 if you have the `strcasecmp' function. */
54#undef HAVE_STRCASECMP
55
56/* Define to 1 if you have the `strdup' function. */
57#undef HAVE_STRDUP
58
Michael Clark4504df72007-03-13 08:26:20 +000059/* Define to 1 if you have the `strerror' function. */
60#undef HAVE_STRERROR
61
62/* Define to 1 if you have the <strings.h> header file. */
63#undef HAVE_STRINGS_H
64
65/* Define to 1 if you have the <string.h> header file. */
66#undef HAVE_STRING_H
67
68/* Define to 1 if you have the `strncasecmp' function. */
69#undef HAVE_STRNCASECMP
70
71/* Define to 1 if you have the `strndup' function. */
72#undef HAVE_STRNDUP
73
74/* Define to 1 if you have the <syslog.h> header file. */
75#undef HAVE_SYSLOG_H
76
Eric Haszlakiewiczeb370942012-07-29 14:57:59 -050077/* Define to 1 if you have the <sys/cdefs.h> header file. */
78#undef HAVE_SYS_CDEFS_H
79
Michael Clark4504df72007-03-13 08:26:20 +000080/* Define to 1 if you have the <sys/param.h> header file. */
81#undef HAVE_SYS_PARAM_H
82
83/* Define to 1 if you have the <sys/stat.h> header file. */
84#undef HAVE_SYS_STAT_H
85
86/* Define to 1 if you have the <sys/types.h> header file. */
87#undef HAVE_SYS_TYPES_H
88
89/* Define to 1 if you have the <unistd.h> header file. */
90#undef HAVE_UNISTD_H
91
92/* Define to 1 if you have the `vasprintf' function. */
93#undef HAVE_VASPRINTF
94
95/* Define to 1 if you have the `vprintf' function. */
96#undef HAVE_VPRINTF
97
98/* Define to 1 if you have the `vsnprintf' function. */
99#undef HAVE_VSNPRINTF
100
101/* Define to 1 if you have the `vsyslog' function. */
102#undef HAVE_VSYSLOG
103
Eric Haszlakiewiczb21b1372012-02-15 20:44:54 -0600104/* Public define for json_inttypes.h */
105#undef JSON_C_HAVE_INTTYPES_H
106
107/* Define to the sub-directory in which libtool stores uninstalled libraries.
108 */
109#undef LT_OBJDIR
110
Michael Clark4504df72007-03-13 08:26:20 +0000111/* Name of package */
112#undef PACKAGE
113
114/* Define to the address where bug reports for this package should be sent. */
115#undef PACKAGE_BUGREPORT
116
117/* Define to the full name of this package. */
118#undef PACKAGE_NAME
119
120/* Define to the full name and version of this package. */
121#undef PACKAGE_STRING
122
123/* Define to the one symbol short name of this package. */
124#undef PACKAGE_TARNAME
125
Eric Haszlakiewicz7653d492012-12-09 15:46:23 -0600126/* Define to the home page for this package. */
127#undef PACKAGE_URL
128
Michael Clark4504df72007-03-13 08:26:20 +0000129/* Define to the version of this package. */
130#undef PACKAGE_VERSION
131
132/* Define to 1 if you have the ANSI C header files. */
133#undef STDC_HEADERS
134
135/* Version number of package */
136#undef VERSION
137
138/* Define to empty if `const' does not conform to ANSI C. */
139#undef const
140
141/* Define to rpl_malloc if the replacement function should be used. */
142#undef malloc
143
144/* Define to rpl_realloc if the replacement function should be used. */
145#undef realloc
146
Eric Haszlakiewiczb21b1372012-02-15 20:44:54 -0600147/* Define to `unsigned int' if <sys/types.h> does not define. */
Michael Clark4504df72007-03-13 08:26:20 +0000148#undef size_t