blob: 2dad0d94bef918816363a2d195b1108ae8aebe25 [file] [log] [blame]
Michael Clark4504df72007-03-13 08:26:20 +00001/* config.h.in. Generated from configure.in by autoheader. */
2
3/* Define to 1 if you have the <dlfcn.h> header file. */
4#undef HAVE_DLFCN_H
5
6/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
7#undef HAVE_DOPRNT
8
9/* Define to 1 if you have the <fcntl.h> header file. */
10#undef HAVE_FCNTL_H
11
12/* Define to 1 if you have the <inttypes.h> header file. */
13#undef HAVE_INTTYPES_H
14
15/* Define to 1 if you have the <limits.h> header file. */
16#undef HAVE_LIMITS_H
17
18/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
19 to 0 otherwise. */
20#undef HAVE_MALLOC
21
22/* Define to 1 if you have the <memory.h> header file. */
23#undef HAVE_MEMORY_H
24
25/* Define to 1 if you have the `open' function. */
26#undef HAVE_OPEN
27
28/* Define to 1 if your system has a GNU libc compatible `realloc' function,
29 and to 0 otherwise. */
30#undef HAVE_REALLOC
31
Mateusz Loskot984303d2012-06-19 20:15:44 +010032/* Define to 1 if you have the `snprintf' function. */
33#undef HAVE_SNPRINTF
34
Michael Clark4504df72007-03-13 08:26:20 +000035/* Define to 1 if you have the <stdarg.h> header file. */
36#undef HAVE_STDARG_H
37
38/* Define to 1 if you have the <stdint.h> header file. */
39#undef HAVE_STDINT_H
40
41/* Define to 1 if you have the <stdlib.h> header file. */
42#undef HAVE_STDLIB_H
43
Mateusz Loskot984303d2012-06-19 20:15:44 +010044/* Define to 1 if you have the `strcasecmp' function. */
45#undef HAVE_STRCASECMP
46
47/* Define to 1 if you have the `strdup' function. */
48#undef HAVE_STRDUP
49
Michael Clark4504df72007-03-13 08:26:20 +000050/* Define to 1 if you have the `strerror' function. */
51#undef HAVE_STRERROR
52
53/* Define to 1 if you have the <strings.h> header file. */
54#undef HAVE_STRINGS_H
55
56/* Define to 1 if you have the <string.h> header file. */
57#undef HAVE_STRING_H
58
59/* Define to 1 if you have the `strncasecmp' function. */
60#undef HAVE_STRNCASECMP
61
62/* Define to 1 if you have the `strndup' function. */
63#undef HAVE_STRNDUP
64
65/* Define to 1 if you have the <syslog.h> header file. */
66#undef HAVE_SYSLOG_H
67
68/* Define to 1 if you have the <sys/param.h> header file. */
69#undef HAVE_SYS_PARAM_H
70
71/* Define to 1 if you have the <sys/stat.h> header file. */
72#undef HAVE_SYS_STAT_H
73
74/* Define to 1 if you have the <sys/types.h> header file. */
75#undef HAVE_SYS_TYPES_H
76
77/* Define to 1 if you have the <unistd.h> header file. */
78#undef HAVE_UNISTD_H
79
80/* Define to 1 if you have the `vasprintf' function. */
81#undef HAVE_VASPRINTF
82
83/* Define to 1 if you have the `vprintf' function. */
84#undef HAVE_VPRINTF
85
86/* Define to 1 if you have the `vsnprintf' function. */
87#undef HAVE_VSNPRINTF
88
89/* Define to 1 if you have the `vsyslog' function. */
90#undef HAVE_VSYSLOG
91
Eric Haszlakiewiczb21b1372012-02-15 20:44:54 -060092/* Public define for json_inttypes.h */
93#undef JSON_C_HAVE_INTTYPES_H
94
95/* Define to the sub-directory in which libtool stores uninstalled libraries.
96 */
97#undef LT_OBJDIR
98
Michael Clark4504df72007-03-13 08:26:20 +000099/* Name of package */
100#undef PACKAGE
101
102/* Define to the address where bug reports for this package should be sent. */
103#undef PACKAGE_BUGREPORT
104
105/* Define to the full name of this package. */
106#undef PACKAGE_NAME
107
108/* Define to the full name and version of this package. */
109#undef PACKAGE_STRING
110
111/* Define to the one symbol short name of this package. */
112#undef PACKAGE_TARNAME
113
Eric Haszlakiewiczb21b1372012-02-15 20:44:54 -0600114/* Define to the home page for this package. */
115#undef PACKAGE_URL
116
Michael Clark4504df72007-03-13 08:26:20 +0000117/* Define to the version of this package. */
118#undef PACKAGE_VERSION
119
120/* Define to 1 if you have the ANSI C header files. */
121#undef STDC_HEADERS
122
123/* Version number of package */
124#undef VERSION
125
126/* Define to empty if `const' does not conform to ANSI C. */
127#undef const
128
129/* Define to rpl_malloc if the replacement function should be used. */
130#undef malloc
131
132/* Define to rpl_realloc if the replacement function should be used. */
133#undef realloc
134
Eric Haszlakiewiczb21b1372012-02-15 20:44:54 -0600135/* Define to `unsigned int' if <sys/types.h> does not define. */
Michael Clark4504df72007-03-13 08:26:20 +0000136#undef size_t