1/* config.h.in.  Generated from configure.in by autoheader.  */
2
3/* CPU and C ABI indicator */
4#ifndef __i386__
5#undef __i386__
6#endif
7#ifndef __x86_64_x32__
8#undef __x86_64_x32__
9#endif
10#ifndef __x86_64__
11#undef __x86_64__
12#endif
13#ifndef __alpha__
14#undef __alpha__
15#endif
16#ifndef __arm__
17#undef __arm__
18#endif
19#ifndef __armhf__
20#undef __armhf__
21#endif
22#ifndef __arm64_ilp32__
23#undef __arm64_ilp32__
24#endif
25#ifndef __arm64__
26#undef __arm64__
27#endif
28#ifndef __hppa__
29#undef __hppa__
30#endif
31#ifndef __hppa64__
32#undef __hppa64__
33#endif
34#ifndef __ia64_ilp32__
35#undef __ia64_ilp32__
36#endif
37#ifndef __ia64__
38#undef __ia64__
39#endif
40#ifndef __m68k__
41#undef __m68k__
42#endif
43#ifndef __mips__
44#undef __mips__
45#endif
46#ifndef __mipsn32__
47#undef __mipsn32__
48#endif
49#ifndef __mips64__
50#undef __mips64__
51#endif
52#ifndef __powerpc__
53#undef __powerpc__
54#endif
55#ifndef __powerpc64__
56#undef __powerpc64__
57#endif
58#ifndef __powerpc64_elfv2__
59#undef __powerpc64_elfv2__
60#endif
61#ifndef __riscv32__
62#undef __riscv32__
63#endif
64#ifndef __riscv64__
65#undef __riscv64__
66#endif
67#ifndef __riscv32_ilp32__
68#undef __riscv32_ilp32__
69#endif
70#ifndef __riscv32_ilp32f__
71#undef __riscv32_ilp32f__
72#endif
73#ifndef __riscv32_ilp32d__
74#undef __riscv32_ilp32d__
75#endif
76#ifndef __riscv64_ilp32__
77#undef __riscv64_ilp32__
78#endif
79#ifndef __riscv64_ilp32f__
80#undef __riscv64_ilp32f__
81#endif
82#ifndef __riscv64_ilp32d__
83#undef __riscv64_ilp32d__
84#endif
85#ifndef __riscv64_lp64__
86#undef __riscv64_lp64__
87#endif
88#ifndef __riscv64_lp64f__
89#undef __riscv64_lp64f__
90#endif
91#ifndef __riscv64_lp64d__
92#undef __riscv64_lp64d__
93#endif
94#ifndef __s390__
95#undef __s390__
96#endif
97#ifndef __s390x__
98#undef __s390x__
99#endif
100#ifndef __sh__
101#undef __sh__
102#endif
103#ifndef __sparc__
104#undef __sparc__
105#endif
106#ifndef __sparc64__
107#undef __sparc64__
108#endif
109
110
111/* Define to 1 if you have the `compressBound' function. */
112#undef HAVE_COMPRESSBOUND
113
114/* Define to 1 if you have the <inttypes.h> header file. */
115#undef HAVE_INTTYPES_H
116
117/* Define to 1 if you have the <memory.h> header file. */
118#undef HAVE_MEMORY_H
119
120/* Define to 1 if you have the <stdint.h> header file. */
121#undef HAVE_STDINT_H
122
123/* Define to 1 if you have the <stdlib.h> header file. */
124#undef HAVE_STDLIB_H
125
126/* Define to 1 if you have the <strings.h> header file. */
127#undef HAVE_STRINGS_H
128
129/* Define to 1 if you have the <string.h> header file. */
130#undef HAVE_STRING_H
131
132/* Define to 1 if you have the <sys/stat.h> header file. */
133#undef HAVE_SYS_STAT_H
134
135/* Define to 1 if you have the <sys/types.h> header file. */
136#undef HAVE_SYS_TYPES_H
137
138/* Define to 1 if you have the <unistd.h> header file. */
139#undef HAVE_UNISTD_H
140
141/* Define to 1 if you have the <zlib.h> header file. */
142#undef HAVE_ZLIB_H
143
144/* Define to the address where bug reports for this package should be sent. */
145#undef PACKAGE_BUGREPORT
146
147/* Define to the full name of this package. */
148#undef PACKAGE_NAME
149
150/* Define to the full name and version of this package. */
151#undef PACKAGE_STRING
152
153/* Define to the one symbol short name of this package. */
154#undef PACKAGE_TARNAME
155
156/* Define to the home page for this package. */
157#undef PACKAGE_URL
158
159/* Define to the version of this package. */
160#undef PACKAGE_VERSION
161
162/* Define to 1 if you have the ANSI C header files. */
163#undef STDC_HEADERS
164
165/* Enable extensions on AIX 3, Interix.  */
166#ifndef _ALL_SOURCE
167# undef _ALL_SOURCE
168#endif
169/* Enable general extensions on macOS.  */
170#ifndef _DARWIN_C_SOURCE
171# undef _DARWIN_C_SOURCE
172#endif
173/* Enable GNU extensions on systems that have them.  */
174#ifndef _GNU_SOURCE
175# undef _GNU_SOURCE
176#endif
177/* Enable NetBSD extensions on NetBSD.  */
178#ifndef _NETBSD_SOURCE
179# undef _NETBSD_SOURCE
180#endif
181/* Enable OpenBSD extensions on NetBSD.  */
182#ifndef _OPENBSD_SOURCE
183# undef _OPENBSD_SOURCE
184#endif
185/* Enable threading extensions on Solaris.  */
186#ifndef _POSIX_PTHREAD_SEMANTICS
187# undef _POSIX_PTHREAD_SEMANTICS
188#endif
189/* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
190#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
191# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
192#endif
193/* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
194#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
195# undef __STDC_WANT_IEC_60559_BFP_EXT__
196#endif
197/* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
198#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
199# undef __STDC_WANT_IEC_60559_DFP_EXT__
200#endif
201/* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
202#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
203# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
204#endif
205/* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
206#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
207# undef __STDC_WANT_IEC_60559_TYPES_EXT__
208#endif
209/* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
210#ifndef __STDC_WANT_LIB_EXT2__
211# undef __STDC_WANT_LIB_EXT2__
212#endif
213/* Enable extensions specified by ISO/IEC 24747:2009.  */
214#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
215# undef __STDC_WANT_MATH_SPEC_FUNCS__
216#endif
217/* Enable extensions on HP NonStop.  */
218#ifndef _TANDEM_SOURCE
219# undef _TANDEM_SOURCE
220#endif
221/* Enable X/Open extensions if necessary.  HP-UX 11.11 defines
222   mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
223   whether compiling with -Ae or -D_HPUX_SOURCE=1.  */
224#ifndef _XOPEN_SOURCE
225# undef _XOPEN_SOURCE
226#endif
227/* Enable X/Open compliant socket functions that do not require linking
228   with -lxnet on HP-UX 11.11.  */
229#ifndef _HPUX_ALT_XOPEN_SOCKET_API
230# undef _HPUX_ALT_XOPEN_SOCKET_API
231#endif
232/* Enable general extensions on Solaris.  */
233#ifndef __EXTENSIONS__
234# undef __EXTENSIONS__
235#endif
236
237
238/* Define to 1 if on MINIX. */
239#undef _MINIX
240
241/* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
242#undef _NETBSD_SOURCE
243
244/* Define to 2 if the system does not provide POSIX.1 features except with
245   this defined. */
246#undef _POSIX_1_SOURCE
247
248/* Define to 1 if you need to in order for 'stat' and other things to work. */
249#undef _POSIX_SOURCE
250