blob: f44c8ed48458cfc3f219751362262933eb3f8149 [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
21/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
22 to 0 otherwise. */
23#undef HAVE_MALLOC
24
25/* Define to 1 if you have the <memory.h> header file. */
26#undef HAVE_MEMORY_H
27
28/* Define to 1 if you have the `open' function. */
29#undef HAVE_OPEN
30
31/* Define to 1 if your system has a GNU libc compatible `realloc' function,
32 and to 0 otherwise. */
33#undef HAVE_REALLOC
34
Mateusz Loskot984303d2012-06-19 20:15:44 +010035/* Define to 1 if you have the `snprintf' function. */
36#undef HAVE_SNPRINTF
37
Michael Clark4504df72007-03-13 08:26:20 +000038/* Define to 1 if you have the <stdarg.h> header file. */
39#undef HAVE_STDARG_H
40
41/* Define to 1 if you have the <stdint.h> header file. */
42#undef HAVE_STDINT_H
43
44/* Define to 1 if you have the <stdlib.h> header file. */
45#undef HAVE_STDLIB_H
46
Mateusz Loskot984303d2012-06-19 20:15:44 +010047/* Define to 1 if you have the `strcasecmp' function. */
48#undef HAVE_STRCASECMP
49
50/* Define to 1 if you have the `strdup' function. */
51#undef HAVE_STRDUP
52
Michael Clark4504df72007-03-13 08:26:20 +000053/* Define to 1 if you have the `strerror' function. */
54#undef HAVE_STRERROR
55
56/* Define to 1 if you have the <strings.h> header file. */
57#undef HAVE_STRINGS_H
58
59/* Define to 1 if you have the <string.h> header file. */
60#undef HAVE_STRING_H
61
62/* Define to 1 if you have the `strncasecmp' function. */
63#undef HAVE_STRNCASECMP
64
65/* Define to 1 if you have the `strndup' function. */
66#undef HAVE_STRNDUP
67
68/* Define to 1 if you have the <syslog.h> header file. */
69#undef HAVE_SYSLOG_H
70
Eric Haszlakiewiczeb370942012-07-29 14:57:59 -050071/* Define to 1 if you have the <sys/cdefs.h> header file. */
72#undef HAVE_SYS_CDEFS_H
73
Michael Clark4504df72007-03-13 08:26:20 +000074/* Define to 1 if you have the <sys/param.h> header file. */
75#undef HAVE_SYS_PARAM_H
76
77/* Define to 1 if you have the <sys/stat.h> header file. */
78#undef HAVE_SYS_STAT_H
79
80/* Define to 1 if you have the <sys/types.h> header file. */
81#undef HAVE_SYS_TYPES_H
82
83/* Define to 1 if you have the <unistd.h> header file. */
84#undef HAVE_UNISTD_H
85
86/* Define to 1 if you have the `vasprintf' function. */
87#undef HAVE_VASPRINTF
88
89/* Define to 1 if you have the `vprintf' function. */
90#undef HAVE_VPRINTF
91
92/* Define to 1 if you have the `vsnprintf' function. */
93#undef HAVE_VSNPRINTF
94
95/* Define to 1 if you have the `vsyslog' function. */
96#undef HAVE_VSYSLOG
97
Eric Haszlakiewiczb21b1372012-02-15 20:44:54 -060098/* Public define for json_inttypes.h */
99#undef JSON_C_HAVE_INTTYPES_H
100
101/* Define to the sub-directory in which libtool stores uninstalled libraries.
102 */
103#undef LT_OBJDIR
104
Michael Clark4504df72007-03-13 08:26:20 +0000105/* Name of package */
106#undef PACKAGE
107
108/* Define to the address where bug reports for this package should be sent. */
109#undef PACKAGE_BUGREPORT
110
111/* Define to the full name of this package. */
112#undef PACKAGE_NAME
113
114/* Define to the full name and version of this package. */
115#undef PACKAGE_STRING
116
117/* Define to the one symbol short name of this package. */
118#undef PACKAGE_TARNAME
119
Eric Haszlakiewicz7653d492012-12-09 15:46:23 -0600120/* Define to the home page for this package. */
121#undef PACKAGE_URL
122
Michael Clark4504df72007-03-13 08:26:20 +0000123/* Define to the version of this package. */
124#undef PACKAGE_VERSION
125
126/* Define to 1 if you have the ANSI C header files. */
127#undef STDC_HEADERS
128
129/* Version number of package */
130#undef VERSION
131
132/* Define to empty if `const' does not conform to ANSI C. */
133#undef const
134
135/* Define to rpl_malloc if the replacement function should be used. */
136#undef malloc
137
138/* Define to rpl_realloc if the replacement function should be used. */
139#undef realloc
140
Eric Haszlakiewiczb21b1372012-02-15 20:44:54 -0600141/* Define to `unsigned int' if <sys/types.h> does not define. */
Michael Clark4504df72007-03-13 08:26:20 +0000142#undef size_t