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