1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Enable RDRAND Hardware RNG Hash Seed */
4#cmakedefine ENABLE_RDRAND "@ENABLE_RDRAND@"
5
6/* Enable partial threading support */
7#cmakedefine ENABLE_THREADING "@@"
8
9/* Define if .gnu.warning accepts long strings. */
10#cmakedefine HAS_GNU_WARNING_LONG "@@"
11
12/* Define to 1 if you have the <dlfcn.h> header file. */
13#cmakedefine HAVE_DLFCN_H
14
15/* Define to 1 if you have the <endian.h> header file. */
16#cmakedefine HAVE_ENDIAN_H
17
18/* Define to 1 if you have the <fcntl.h> header file. */
19#cmakedefine HAVE_FCNTL_H
20
21/* Define to 1 if you have the <inttypes.h> header file. */
22#cmakedefine HAVE_INTTYPES_H
23
24/* Define to 1 if you have the <limits.h> header file. */
25#cmakedefine HAVE_LIMITS_H
26
27/* Define to 1 if you have the <locale.h> header file. */
28#cmakedefine HAVE_LOCALE_H
29
30/* Define to 1 if you have the <memory.h> header file. */
31#cmakedefine HAVE_MEMORY_H
32
33/* Define to 1 if you have the <stdarg.h> header file. */
34#cmakedefine HAVE_STDARG_H
35
36/* Define to 1 if you have the <stdint.h> header file. */
37#cmakedefine HAVE_STDINT_H
38
39/* Define to 1 if you have the <stdlib.h> header file. */
40#cmakedefine HAVE_STDLIB_H
41
42/* Define to 1 if you have the <strings.h> header file. */
43#cmakedefine HAVE_STRINGS_H
44
45/* Define to 1 if you have the <string.h> header file. */
46#cmakedefine HAVE_STRING_H
47
48/* Define to 1 if you have the <syslog.h> header file. */
49#cmakedefine HAVE_SYSLOG_H @HAVE_SYSLOG_H@
50
51/* Define to 1 if you have the <sys/cdefs.h> header file. */
52#cmakedefine HAVE_SYS_CDEFS_H
53
54/* Define to 1 if you have the <sys/param.h> header file. */
55#cmakedefine HAVE_SYS_PARAM_H @HAVE_SYS_PARAM_H@
56
57/* Define to 1 if you have the <sys/stat.h> header file. */
58#cmakedefine HAVE_SYS_STAT_H
59
60/* Define to 1 if you have the <sys/types.h> header file. */
61#cmakedefine HAVE_SYS_TYPES_H @HAVE_SYS_TYPES_H@
62
63/* Define to 1 if you have the <unistd.h> header file. */
64#cmakedefine HAVE_UNISTD_H @HAVE_UNISTD_H@
65
66/* Define to 1 if you have the <xlocale.h> header file. */
67#cmakedefine HAVE_XLOCALE_H
68
69/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
70#cmakedefine HAVE_DOPRNT
71
72/* Has atomic builtins */
73#cmakedefine HAVE_ATOMIC_BUILTINS
74
75/* Define to 1 if you have the declaration of `INFINITY', and to 0 if you
76   don't. */
77#cmakedefine HAVE_DECL_INFINITY
78
79/* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
80   */
81#cmakedefine HAVE_DECL_ISINF
82
83/* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
84   */
85#cmakedefine HAVE_DECL_ISNAN
86
87/* Define to 1 if you have the declaration of `nan', and to 0 if you don't. */
88#cmakedefine HAVE_DECL_NAN
89
90/* Define to 1 if you have the declaration of `_finite', and to 0 if you
91   don't. */
92#cmakedefine HAVE_DECL__FINITE
93
94/* Define to 1 if you have the declaration of `_isnan', and to 0 if you don't.
95   */
96#cmakedefine HAVE_DECL__ISNAN
97
98/* Define to 1 if you have the `open' function. */
99#cmakedefine HAVE_OPEN
100
101/* Define to 1 if you have the `realloc' function. */
102#cmakedefine HAVE_REALLOC
103
104/* Define to 1 if you have the `setlocale' function. */
105#cmakedefine HAVE_SETLOCALE
106
107/* Define to 1 if you have the `snprintf' function. */
108#cmakedefine HAVE_SNPRINTF
109
110
111/* Define to 1 if you have the `strcasecmp' function. */
112#cmakedefine HAVE_STRCASECMP @HAVE_STRCASECMP@
113
114/* Define to 1 if you have the `strdup' function. */
115#cmakedefine HAVE_STRDUP
116
117/* Define to 1 if you have the `strerror' function. */
118#cmakedefine HAVE_STRERROR
119
120/* Define to 1 if you have the `strncasecmp' function. */
121#cmakedefine HAVE_STRNCASECMP @HAVE_STRNCASECMP@
122
123/* Define to 1 if you have the `uselocale' function. */
124#cmakedefine HAVE_USELOCALE
125
126/* Define to 1 if you have the `vasprintf' function. */
127#cmakedefine HAVE_VASPRINTF
128
129/* Define to 1 if you have the `vprintf' function. */
130#cmakedefine HAVE_VPRINTF
131
132/* Define to 1 if you have the `vsnprintf' function. */
133#cmakedefine HAVE_VSNPRINTF
134
135/* Define to 1 if you have the `vsyslog' function. */
136#cmakedefine HAVE_VSYSLOG @HAVE_VSYSLOG@
137
138#cmakedefine HAVE_STRTOLL
139#cmakedefine strtoll @json_c_strtoll@
140
141/* Have __thread */
142#cmakedefine HAVE___THREAD
143
144/* Public define for json_inttypes.h */
145#cmakedefine JSON_C_HAVE_INTTYPES_H @JSON_C_HAVE_INTTYPES_H@
146
147/* Name of package */
148#define PACKAGE "@PROJECT_NAME@"
149
150/* Define to the address where bug reports for this package should be sent. */
151#define PACKAGE_BUGREPORT "@JSON_C_BUGREPORT@"
152
153/* Define to the full name of this package. */
154#define PACKAGE_NAME "@PROJECT_NAME@"
155
156/* Define to the full name and version of this package. */
157#define PACKAGE_STRING "@PROJECT_NAME@ @CPACK_PACKAGE_VERSION_MAJOR@.@CPACK_PACKAGE_VERSION_MINOR@.@CPACK_PACKAGE_VERSION_PATCH@"
158
159/* Define to the one symbol short name of this package. */
160#define PACKAGE_TARNAME "@PROJECT_NAME@"
161
162/* Define to the home page for this package. */
163#define PACKAGE_URL "https://github.com/json-c/json-c"
164
165/* Define to the version of this package. */
166#define PACKAGE_VERSION "@CPACK_PACKAGE_VERSION_MAJOR@.@CPACK_PACKAGE_VERSION_MINOR@.@CPACK_PACKAGE_VERSION_PATCH@"
167
168/* The number of bytes in type int */
169#cmakedefine SIZEOF_INT @SIZEOF_INT@
170
171/* The number of bytes in type int64_t */
172#cmakedefine SIZEOF_INT64_T @SIZEOF_INT64_T@
173
174/* The number of bytes in type long */
175#cmakedefine SIZEOF_LONG @SIZEOF_LONG@
176
177/* The number of bytes in type long long */
178#cmakedefine SIZEOF_LONG_LONG @SIZEOF_LONG_LONG@
179
180/* The number of bytes in type size_t */
181#cmakedefine SIZEOF_SIZE_T @SIZEOF_SIZE_T@
182
183/* Specifier for __thread */
184#cmakedefine SPEC___THREAD @SPEC___THREAD@
185
186/* Define to 1 if you have the ANSI C header files. */
187#cmakedefine STDC_HEADERS
188
189/* Version number of package */
190#define VERSION "@CPACK_PACKAGE_VERSION_MAJOR@.@CPACK_PACKAGE_VERSION_MINOR@.@CPACK_PACKAGE_VERSION_PATCH@"
191
192/* Define to empty if `const' does not conform to ANSI C. */
193#cmakedefine const
194
195/* Define to `unsigned int' if <sys/types.h> does not define. */
196#cmakedefine size_t
197