1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the `asprintf' function. */
4#undef HAVE_ASPRINTF
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 have the <inttypes.h> header file. */
10#undef HAVE_INTTYPES_H
11
12/* Define to 1 if you have the <minix/config.h> header file. */
13#undef HAVE_MINIX_CONFIG_H
14
15/* Define to 1 if you have the <stdint.h> header file. */
16#undef HAVE_STDINT_H
17
18/* Define to 1 if you have the <stdio.h> header file. */
19#undef HAVE_STDIO_H
20
21/* Define to 1 if you have the <stdlib.h> header file. */
22#undef HAVE_STDLIB_H
23
24/* Define to 1 if you have the <strings.h> header file. */
25#undef HAVE_STRINGS_H
26
27/* Define to 1 if you have the <string.h> header file. */
28#undef HAVE_STRING_H
29
30/* Define to 1 if you have the <sys/stat.h> header file. */
31#undef HAVE_SYS_STAT_H
32
33/* Define to 1 if you have the <sys/types.h> header file. */
34#undef HAVE_SYS_TYPES_H
35
36/* Define to 1 if you have the `timingsafe_memcmp' function. */
37#undef HAVE_TIMINGSAFE_MEMCMP
38
39/* Define to 1 if you have the <unistd.h> header file. */
40#undef HAVE_UNISTD_H
41
42/* Define to 1 if you have the <wchar.h> header file. */
43#undef HAVE_WCHAR_H
44
45/* Define to the sub-directory where libtool stores uninstalled libraries. */
46#undef LT_OBJDIR
47
48/* Name of package */
49#undef PACKAGE
50
51/* Define to the address where bug reports for this package should be sent. */
52#undef PACKAGE_BUGREPORT
53
54/* Define to the full name of this package. */
55#undef PACKAGE_NAME
56
57/* Define to the full name and version of this package. */
58#undef PACKAGE_STRING
59
60/* Define to the one symbol short name of this package. */
61#undef PACKAGE_TARNAME
62
63/* Define to the home page for this package. */
64#undef PACKAGE_URL
65
66/* Define to the version of this package. */
67#undef PACKAGE_VERSION
68
69/* Major version of this package */
70#undef PACKAGE_VERSION_MAJOR
71
72/* Minor version of this package */
73#undef PACKAGE_VERSION_MINOR
74
75/* Patch version of this package */
76#undef PACKAGE_VERSION_PATCHLEVEL
77
78/* Define to 1 if all of the C90 standard headers exist (not just the ones
79   required in a freestanding environment). This macro is provided for
80   backward compatibility; new code need not use it. */
81#undef STDC_HEADERS
82
83/* Enable extensions on AIX 3, Interix.  */
84#ifndef _ALL_SOURCE
85# undef _ALL_SOURCE
86#endif
87/* Enable general extensions on macOS.  */
88#ifndef _DARWIN_C_SOURCE
89# undef _DARWIN_C_SOURCE
90#endif
91/* Enable general extensions on Solaris.  */
92#ifndef __EXTENSIONS__
93# undef __EXTENSIONS__
94#endif
95/* Enable GNU extensions on systems that have them.  */
96#ifndef _GNU_SOURCE
97# undef _GNU_SOURCE
98#endif
99/* Enable X/Open compliant socket functions that do not require linking
100   with -lxnet on HP-UX 11.11.  */
101#ifndef _HPUX_ALT_XOPEN_SOCKET_API
102# undef _HPUX_ALT_XOPEN_SOCKET_API
103#endif
104/* Identify the host operating system as Minix.
105   This macro does not affect the system headers' behavior.
106   A future release of Autoconf may stop defining this macro.  */
107#ifndef _MINIX
108# undef _MINIX
109#endif
110/* Enable general extensions on NetBSD.
111   Enable NetBSD compatibility extensions on Minix.  */
112#ifndef _NETBSD_SOURCE
113# undef _NETBSD_SOURCE
114#endif
115/* Enable OpenBSD compatibility extensions on NetBSD.
116   Oddly enough, this does nothing on OpenBSD.  */
117#ifndef _OPENBSD_SOURCE
118# undef _OPENBSD_SOURCE
119#endif
120/* Define to 1 if needed for POSIX-compatible behavior.  */
121#ifndef _POSIX_SOURCE
122# undef _POSIX_SOURCE
123#endif
124/* Define to 2 if needed for POSIX-compatible behavior.  */
125#ifndef _POSIX_1_SOURCE
126# undef _POSIX_1_SOURCE
127#endif
128/* Enable POSIX-compatible threading on Solaris.  */
129#ifndef _POSIX_PTHREAD_SEMANTICS
130# undef _POSIX_PTHREAD_SEMANTICS
131#endif
132/* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
133#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
134# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
135#endif
136/* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
137#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
138# undef __STDC_WANT_IEC_60559_BFP_EXT__
139#endif
140/* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
141#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
142# undef __STDC_WANT_IEC_60559_DFP_EXT__
143#endif
144/* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
145#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
146# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
147#endif
148/* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
149#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
150# undef __STDC_WANT_IEC_60559_TYPES_EXT__
151#endif
152/* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
153#ifndef __STDC_WANT_LIB_EXT2__
154# undef __STDC_WANT_LIB_EXT2__
155#endif
156/* Enable extensions specified by ISO/IEC 24747:2009.  */
157#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
158# undef __STDC_WANT_MATH_SPEC_FUNCS__
159#endif
160/* Enable extensions on HP NonStop.  */
161#ifndef _TANDEM_SOURCE
162# undef _TANDEM_SOURCE
163#endif
164/* Enable X/Open extensions.  Define to 500 only if necessary
165   to make mbstate_t available.  */
166#ifndef _XOPEN_SOURCE
167# undef _XOPEN_SOURCE
168#endif
169
170
171/* Version number of package */
172#undef VERSION
173