Add the 0.11 release doxygen-generated docs to source control.
[platform/upstream/json-c.git] / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Define if .gnu.warning accepts long strings. */
4 #undef HAS_GNU_WARNING_LONG
5
6 /* 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 you have the <locale.h> header file. */
22 #undef HAVE_LOCALE_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 `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
38 /* Define to 1 if you have the `setlocale' function. */
39 #undef HAVE_SETLOCALE
40
41 /* Define to 1 if you have the `snprintf' function. */
42 #undef HAVE_SNPRINTF
43
44 /* 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
53 /* 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
59 /* 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
77 /* Define to 1 if you have the <sys/cdefs.h> header file. */
78 #undef HAVE_SYS_CDEFS_H
79
80 /* 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
104 /* 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
111 /* 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
126 /* Define to the home page for this package. */
127 #undef PACKAGE_URL
128
129 /* 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
147 /* Define to `unsigned int' if <sys/types.h> does not define. */
148 #undef size_t