blob: af2e5fc2102aa17cf595cd29134c5df140df37d3 [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
Michael Clark64e36902014-04-09 13:48:21 +08003/* Enable RDRANR Hardware RNG Hash Seed */
4#undef ENABLE_RDRAND
5
Lin Xue7e06002012-09-09 17:33:35 -07006/* Define if .gnu.warning accepts long strings. */
7#undef HAS_GNU_WARNING_LONG
8
Eric Haszlakiewicz05da3162014-03-22 17:28:40 -04009/* Define to 1 if you have the declaration of `INFINITY', and to 0 if you
10 don't. */
11#undef HAVE_DECL_INFINITY
12
Eric Haszlakiewicze6f13222014-03-02 12:16:37 -050013/* 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
Eric Haszlakiewicz0eedf382014-03-09 16:41:33 -040021/* Define to 1 if you have the declaration of `nan', and to 0 if you don't. */
22#undef HAVE_DECL_NAN
23
Eric Haszlakiewicze6f13222014-03-02 12:16:37 -050024/* 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
Michael Clark4504df72007-03-13 08:26:20 +000032/* 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
Michael Clark64e36902014-04-09 13:48:21 +080038/* Define to 1 if you have the <endian.h> header file. */
39#undef HAVE_ENDIAN_H
40
Michael Clark4504df72007-03-13 08:26:20 +000041/* 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
Eric Haszlakiewiczf1b68492013-03-31 20:34:28 -050050/* Define to 1 if you have the <locale.h> header file. */
51#undef HAVE_LOCALE_H
52
Michael Clark4504df72007-03-13 08:26:20 +000053/* 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
Eric Haszlakiewiczf1b68492013-03-31 20:34:28 -050067/* Define to 1 if you have the `setlocale' function. */
68#undef HAVE_SETLOCALE
69
Mateusz Loskot984303d2012-06-19 20:15:44 +010070/* Define to 1 if you have the `snprintf' function. */
71#undef HAVE_SNPRINTF
72
Michael Clark4504df72007-03-13 08:26:20 +000073/* 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
Mateusz Loskot984303d2012-06-19 20:15:44 +010082/* 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
Michael Clark4504df72007-03-13 08:26:20 +000088/* 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
Michael Clark4504df72007-03-13 08:26:20 +0000100/* Define to 1 if you have the <syslog.h> header file. */
101#undef HAVE_SYSLOG_H
102
Eric Haszlakiewiczeb370942012-07-29 14:57:59 -0500103/* Define to 1 if you have the <sys/cdefs.h> header file. */
104#undef HAVE_SYS_CDEFS_H
105
Michael Clark4504df72007-03-13 08:26:20 +0000106/* 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
Eric Haszlakiewiczb21b1372012-02-15 20:44:54 -0600130/* 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
Ameya Thakurabb4d872015-03-06 12:00:33 -0800137/* Define to 1 if your C compiler doesn't accept -c and -o together. */
138#undef NO_MINUS_C_MINUS_O
139
Michael Clark4504df72007-03-13 08:26:20 +0000140/* Name of package */
141#undef PACKAGE
142
143/* Define to the address where bug reports for this package should be sent. */
144#undef PACKAGE_BUGREPORT
145
146/* Define to the full name of this package. */
147#undef PACKAGE_NAME
148
149/* Define to the full name and version of this package. */
150#undef PACKAGE_STRING
151
152/* Define to the one symbol short name of this package. */
153#undef PACKAGE_TARNAME
154
Eric Haszlakiewicz7653d492012-12-09 15:46:23 -0600155/* Define to the home page for this package. */
156#undef PACKAGE_URL
157
Michael Clark4504df72007-03-13 08:26:20 +0000158/* Define to the version of this package. */
159#undef PACKAGE_VERSION
160
161/* Define to 1 if you have the ANSI C header files. */
162#undef STDC_HEADERS
163
164/* Version number of package */
165#undef VERSION
166
167/* Define to empty if `const' does not conform to ANSI C. */
168#undef const
169
170/* Define to rpl_malloc if the replacement function should be used. */
171#undef malloc
172
173/* Define to rpl_realloc if the replacement function should be used. */
174#undef realloc
175
Eric Haszlakiewiczb21b1372012-02-15 20:44:54 -0600176/* Define to `unsigned int' if <sys/types.h> does not define. */
Michael Clark4504df72007-03-13 08:26:20 +0000177#undef size_t