blob: e59a5a38731d94d143222895b78850542f0f1bfd [file] [log] [blame]
Eric Haszlakiewicz295bea22014-02-11 23:03:46 -05001/* config.h.in. Generated from configure.ac by autoheader. */
Michael Clark4504df72007-03-13 08:26:20 +00002
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
Michael Clark4504df72007-03-13 08:26:20 +000071/* Define to 1 if you have the <syslog.h> header file. */
72#undef HAVE_SYSLOG_H
73
Eric Haszlakiewiczeb370942012-07-29 14:57:59 -050074/* Define to 1 if you have the <sys/cdefs.h> header file. */
75#undef HAVE_SYS_CDEFS_H
76
Michael Clark4504df72007-03-13 08:26:20 +000077/* Define to 1 if you have the <sys/param.h> header file. */
78#undef HAVE_SYS_PARAM_H
79
80/* Define to 1 if you have the <sys/stat.h> header file. */
81#undef HAVE_SYS_STAT_H
82
83/* Define to 1 if you have the <sys/types.h> header file. */
84#undef HAVE_SYS_TYPES_H
85
86/* Define to 1 if you have the <unistd.h> header file. */
87#undef HAVE_UNISTD_H
88
89/* Define to 1 if you have the `vasprintf' function. */
90#undef HAVE_VASPRINTF
91
92/* Define to 1 if you have the `vprintf' function. */
93#undef HAVE_VPRINTF
94
95/* Define to 1 if you have the `vsnprintf' function. */
96#undef HAVE_VSNPRINTF
97
98/* Define to 1 if you have the `vsyslog' function. */
99#undef HAVE_VSYSLOG
100
Eric Haszlakiewiczb21b1372012-02-15 20:44:54 -0600101/* Public define for json_inttypes.h */
102#undef JSON_C_HAVE_INTTYPES_H
103
104/* Define to the sub-directory in which libtool stores uninstalled libraries.
105 */
106#undef LT_OBJDIR
107
Michael Clark4504df72007-03-13 08:26:20 +0000108/* Name of package */
109#undef PACKAGE
110
111/* Define to the address where bug reports for this package should be sent. */
112#undef PACKAGE_BUGREPORT
113
114/* Define to the full name of this package. */
115#undef PACKAGE_NAME
116
117/* Define to the full name and version of this package. */
118#undef PACKAGE_STRING
119
120/* Define to the one symbol short name of this package. */
121#undef PACKAGE_TARNAME
122
Eric Haszlakiewicz7653d492012-12-09 15:46:23 -0600123/* Define to the home page for this package. */
124#undef PACKAGE_URL
125
Michael Clark4504df72007-03-13 08:26:20 +0000126/* Define to the version of this package. */
127#undef PACKAGE_VERSION
128
129/* Define to 1 if you have the ANSI C header files. */
130#undef STDC_HEADERS
131
132/* Version number of package */
133#undef VERSION
134
135/* Define to empty if `const' does not conform to ANSI C. */
136#undef const
137
138/* Define to rpl_malloc if the replacement function should be used. */
139#undef malloc
140
141/* Define to rpl_realloc if the replacement function should be used. */
142#undef realloc
143
Eric Haszlakiewiczb21b1372012-02-15 20:44:54 -0600144/* Define to `unsigned int' if <sys/types.h> does not define. */
Michael Clark4504df72007-03-13 08:26:20 +0000145#undef size_t