1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Enable RDRANR Hardware RNG Hash Seed */
4#undef ENABLE_RDRAND
5
6/* Define if .gnu.warning accepts long strings. */
7#undef HAS_GNU_WARNING_LONG
8
9/* Define to 1 if you have the declaration of `INFINITY', and to 0 if you
10   don't. */
11#undef HAVE_DECL_INFINITY
12
13/* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
14   */
15#undef HAVE_DECL_ISINF
16
17/* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
18   */
19#undef HAVE_DECL_ISNAN
20
21/* Define to 1 if you have the declaration of `nan', and to 0 if you don't. */
22#undef HAVE_DECL_NAN
23
24/* Define to 1 if you have the declaration of `_finite', and to 0 if you
25   don't. */
26#undef HAVE_DECL__FINITE
27
28/* Define to 1 if you have the declaration of `_isnan', and to 0 if you don't.
29   */
30#undef HAVE_DECL__ISNAN
31
32/* Define to 1 if you have the <dlfcn.h> header file. */
33#undef HAVE_DLFCN_H
34
35/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
36#undef HAVE_DOPRNT
37
38/* Define to 1 if you have the <endian.h> header file. */
39#undef HAVE_ENDIAN_H
40
41/* Define to 1 if you have the <fcntl.h> header file. */
42#undef HAVE_FCNTL_H
43
44/* Define to 1 if you have the <inttypes.h> header file. */
45#undef HAVE_INTTYPES_H
46
47/* Define to 1 if you have the <limits.h> header file. */
48#undef HAVE_LIMITS_H
49
50/* Define to 1 if you have the <locale.h> header file. */
51#undef HAVE_LOCALE_H
52
53/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
54   to 0 otherwise. */
55#undef HAVE_MALLOC
56
57/* Define to 1 if you have the <memory.h> header file. */
58#undef HAVE_MEMORY_H
59
60/* Define to 1 if you have the `open' function. */
61#undef HAVE_OPEN
62
63/* Define to 1 if your system has a GNU libc compatible `realloc' function,
64   and to 0 otherwise. */
65#undef HAVE_REALLOC
66
67/* Define to 1 if you have the `setlocale' function. */
68#undef HAVE_SETLOCALE
69
70/* Define to 1 if you have the `snprintf' function. */
71#undef HAVE_SNPRINTF
72
73/* Define to 1 if you have the <stdarg.h> header file. */
74#undef HAVE_STDARG_H
75
76/* Define to 1 if you have the <stdint.h> header file. */
77#undef HAVE_STDINT_H
78
79/* Define to 1 if you have the <stdlib.h> header file. */
80#undef HAVE_STDLIB_H
81
82/* Define to 1 if you have the `strcasecmp' function. */
83#undef HAVE_STRCASECMP
84
85/* Define to 1 if you have the `strdup' function. */
86#undef HAVE_STRDUP
87
88/* Define to 1 if you have the `strerror' function. */
89#undef HAVE_STRERROR
90
91/* Define to 1 if you have the <strings.h> header file. */
92#undef HAVE_STRINGS_H
93
94/* Define to 1 if you have the <string.h> header file. */
95#undef HAVE_STRING_H
96
97/* Define to 1 if you have the `strncasecmp' function. */
98#undef HAVE_STRNCASECMP
99
100/* Define to 1 if you have the <syslog.h> header file. */
101#undef HAVE_SYSLOG_H
102
103/* Define to 1 if you have the <sys/cdefs.h> header file. */
104#undef HAVE_SYS_CDEFS_H
105
106/* Define to 1 if you have the <sys/param.h> header file. */
107#undef HAVE_SYS_PARAM_H
108
109/* Define to 1 if you have the <sys/stat.h> header file. */
110#undef HAVE_SYS_STAT_H
111
112/* Define to 1 if you have the <sys/types.h> header file. */
113#undef HAVE_SYS_TYPES_H
114
115/* Define to 1 if you have the <unistd.h> header file. */
116#undef HAVE_UNISTD_H
117
118/* Define to 1 if you have the `vasprintf' function. */
119#undef HAVE_VASPRINTF
120
121/* Define to 1 if you have the `vprintf' function. */
122#undef HAVE_VPRINTF
123
124/* Define to 1 if you have the `vsnprintf' function. */
125#undef HAVE_VSNPRINTF
126
127/* Define to 1 if you have the `vsyslog' function. */
128#undef HAVE_VSYSLOG
129
130/* Public define for json_inttypes.h */
131#undef JSON_C_HAVE_INTTYPES_H
132
133/* Define to the sub-directory in which libtool stores uninstalled libraries.
134   */
135#undef LT_OBJDIR
136
137/* Name of package */
138#undef PACKAGE
139
140/* Define to the address where bug reports for this package should be sent. */
141#undef PACKAGE_BUGREPORT
142
143/* Define to the full name of this package. */
144#undef PACKAGE_NAME
145
146/* Define to the full name and version of this package. */
147#undef PACKAGE_STRING
148
149/* Define to the one symbol short name of this package. */
150#undef PACKAGE_TARNAME
151
152/* Define to the home page for this package. */
153#undef PACKAGE_URL
154
155/* Define to the version of this package. */
156#undef PACKAGE_VERSION
157
158/* Define to 1 if you have the ANSI C header files. */
159#undef STDC_HEADERS
160
161/* Version number of package */
162#undef VERSION
163
164/* Define to empty if `const' does not conform to ANSI C. */
165#undef const
166
167/* Define to rpl_malloc if the replacement function should be used. */
168#undef malloc
169
170/* Define to rpl_realloc if the replacement function should be used. */
171#undef realloc
172
173/* Define to `unsigned int' if <sys/types.h> does not define. */
174#undef size_t
175