1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 
7 /* How many MiB of RAM to assume if the real amount cannot be determined. */
8 #define ASSUME_RAM 128
9 
10 /* Define to 1 if translation of program messages to the user's native
11    language is requested. */
12 /* FreeBSD - disabled intentionally */
13 /* #undef ENABLE_NLS */
14 
15 /* Define to 1 if bswap_16 is available. */
16 /* #undef HAVE_BSWAP_16 */
17 
18 /* Define to 1 if bswap_32 is available. */
19 /* #undef HAVE_BSWAP_32 */
20 
21 /* Define to 1 if bswap_64 is available. */
22 /* #undef HAVE_BSWAP_64 */
23 
24 /* Define to 1 if you have the <byteswap.h> header file. */
25 /* #undef HAVE_BYTESWAP_H */
26 
27 /* Define to 1 if Capsicum is available. */
28 #define HAVE_CAPSICUM 1
29 
30 /* Define to 1 if the system has the type `CC_SHA256_CTX'. */
31 /* #undef HAVE_CC_SHA256_CTX */
32 
33 /* Define to 1 if you have the `CC_SHA256_Init' function. */
34 /* #undef HAVE_CC_SHA256_INIT */
35 
36 /* Define to 1 if you have the Mac OS X function
37    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
38 /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
39 
40 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
41    the CoreFoundation framework. */
42 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
43 
44 /* Define to 1 if crc32 integrity check is enabled. */
45 #define HAVE_CHECK_CRC32 1
46 
47 /* Define to 1 if crc64 integrity check is enabled. */
48 #define HAVE_CHECK_CRC64 1
49 
50 /* Define to 1 if sha256 integrity check is enabled. */
51 #define HAVE_CHECK_SHA256 1
52 
53 /* Define to 1 if you have the `clock_gettime' function. */
54 #define HAVE_CLOCK_GETTIME 1
55 
56 /* Define to 1 if you have the <CommonCrypto/CommonDigest.h> header file. */
57 /* #undef HAVE_COMMONCRYPTO_COMMONDIGEST_H */
58 
59 /* Define if the GNU dcgettext() function is already present or preinstalled.
60    */
61 /* FreeBSD - disabled intentionally */
62 /* #undef HAVE_DCGETTEXT */
63 
64 /* Define to 1 if you have the declaration of `CLOCK_MONOTONIC', and to 0 if
65    you don't. */
66 #define HAVE_DECL_CLOCK_MONOTONIC 1
67 
68 /* Define to 1 if you have the declaration of `program_invocation_name', and
69    to 0 if you don't. */
70 #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
71 
72 /* Define to 1 if any of HAVE_DECODER_foo have been defined. */
73 #define HAVE_DECODERS 1
74 
75 /* Define to 1 if arm decoder is enabled. */
76 #define HAVE_DECODER_ARM 1
77 
78 /* Define to 1 if armthumb decoder is enabled. */
79 #define HAVE_DECODER_ARMTHUMB 1
80 
81 /* Define to 1 if delta decoder is enabled. */
82 #define HAVE_DECODER_DELTA 1
83 
84 /* Define to 1 if ia64 decoder is enabled. */
85 #define HAVE_DECODER_IA64 1
86 
87 /* Define to 1 if lzma1 decoder is enabled. */
88 #define HAVE_DECODER_LZMA1 1
89 
90 /* Define to 1 if lzma2 decoder is enabled. */
91 #define HAVE_DECODER_LZMA2 1
92 
93 /* Define to 1 if powerpc decoder is enabled. */
94 #define HAVE_DECODER_POWERPC 1
95 
96 /* Define to 1 if sparc decoder is enabled. */
97 #define HAVE_DECODER_SPARC 1
98 
99 /* Define to 1 if x86 decoder is enabled. */
100 #define HAVE_DECODER_X86 1
101 
102 /* Define to 1 if you have the <dlfcn.h> header file. */
103 #define HAVE_DLFCN_H 1
104 
105 /* Define to 1 if any of HAVE_ENCODER_foo have been defined. */
106 #define HAVE_ENCODERS 1
107 
108 /* Define to 1 if arm encoder is enabled. */
109 #define HAVE_ENCODER_ARM 1
110 
111 /* Define to 1 if armthumb encoder is enabled. */
112 #define HAVE_ENCODER_ARMTHUMB 1
113 
114 /* Define to 1 if delta encoder is enabled. */
115 #define HAVE_ENCODER_DELTA 1
116 
117 /* Define to 1 if ia64 encoder is enabled. */
118 #define HAVE_ENCODER_IA64 1
119 
120 /* Define to 1 if lzma1 encoder is enabled. */
121 #define HAVE_ENCODER_LZMA1 1
122 
123 /* Define to 1 if lzma2 encoder is enabled. */
124 #define HAVE_ENCODER_LZMA2 1
125 
126 /* Define to 1 if powerpc encoder is enabled. */
127 #define HAVE_ENCODER_POWERPC 1
128 
129 /* Define to 1 if sparc encoder is enabled. */
130 #define HAVE_ENCODER_SPARC 1
131 
132 /* Define to 1 if x86 encoder is enabled. */
133 #define HAVE_ENCODER_X86 1
134 
135 /* Define to 1 if you have the <fcntl.h> header file. */
136 #define HAVE_FCNTL_H 1
137 
138 /* Define to 1 if you have the `futimens' function. */
139 #define HAVE_FUTIMENS 1
140 
141 /* Define to 1 if you have the `futimes' function. */
142 /* #undef HAVE_FUTIMES */
143 
144 /* Define to 1 if you have the `futimesat' function. */
145 /* #undef HAVE_FUTIMESAT */
146 
147 /* Define to 1 if you have the <getopt.h> header file. */
148 #define HAVE_GETOPT_H 1
149 
150 /* Define to 1 if you have the `getopt_long' function. */
151 #define HAVE_GETOPT_LONG 1
152 
153 /* Define if the GNU gettext() function is already present or preinstalled. */
154 /* FreeBSD - disabled intentionally */
155 /* #undef HAVE_GETTEXT */
156 
157 /* Define if you have the iconv() function and it works. */
158 #define HAVE_ICONV 1
159 
160 /* Define to 1 if you have the <immintrin.h> header file. */
161 /* FreeBSD - only with clang because the base gcc does not support it */
162 #if defined(__clang__) && defined(__FreeBSD__) && defined(__amd64__)
163 #define HAVE_IMMINTRIN_H 1
164 #endif
165 
166 /* Define to 1 if you have the <inttypes.h> header file. */
167 #define HAVE_INTTYPES_H 1
168 
169 /* Define to 1 if you have the <limits.h> header file. */
170 #define HAVE_LIMITS_H 1
171 
172 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
173 #define HAVE_MBRTOWC 1
174 
175 /* Define to 1 to enable bt2 match finder. */
176 #define HAVE_MF_BT2 1
177 
178 /* Define to 1 to enable bt3 match finder. */
179 #define HAVE_MF_BT3 1
180 
181 /* Define to 1 to enable bt4 match finder. */
182 #define HAVE_MF_BT4 1
183 
184 /* Define to 1 to enable hc3 match finder. */
185 #define HAVE_MF_HC3 1
186 
187 /* Define to 1 to enable hc4 match finder. */
188 #define HAVE_MF_HC4 1
189 
190 /* Define to 1 if you have the <minix/config.h> header file. */
191 /* #undef HAVE_MINIX_CONFIG_H */
192 
193 /* Define to 1 if getopt.h declares extern int optreset. */
194 #define HAVE_OPTRESET 1
195 
196 /* Define to 1 if you have the `posix_fadvise' function. */
197 #define HAVE_POSIX_FADVISE 1
198 
199 /* Define to 1 if you have the `pthread_condattr_setclock' function. */
200 #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
201 
202 /* Have PTHREAD_PRIO_INHERIT. */
203 #define HAVE_PTHREAD_PRIO_INHERIT 1
204 
205 /* Define to 1 if you have the `SHA256Init' function. */
206 /* #undef HAVE_SHA256INIT */
207 
208 /* Define to 1 if the system has the type `SHA256_CTX'. */
209 #define HAVE_SHA256_CTX 1
210 
211 /* Define to 1 if you have the <sha256.h> header file. */
212 #define HAVE_SHA256_H 1
213 
214 /* Define to 1 if you have the `SHA256_Init' function. */
215 #define HAVE_SHA256_INIT 1
216 
217 /* Define to 1 if the system has the type `SHA2_CTX'. */
218 /* #undef HAVE_SHA2_CTX */
219 
220 /* Define to 1 if you have the <sha2.h> header file. */
221 /* #undef HAVE_SHA2_H */
222 
223 /* Define to 1 if optimizing for size. */
224 /* #undef HAVE_SMALL */
225 
226 /* Define to 1 if stdbool.h conforms to C99. */
227 #define HAVE_STDBOOL_H 1
228 
229 /* Define to 1 if you have the <stdint.h> header file. */
230 #define HAVE_STDINT_H 1
231 
232 /* Define to 1 if you have the <stdio.h> header file. */
233 #define HAVE_STDIO_H 1
234 
235 /* Define to 1 if you have the <stdlib.h> header file. */
236 #define HAVE_STDLIB_H 1
237 
238 /* Define to 1 if you have the <strings.h> header file. */
239 #define HAVE_STRINGS_H 1
240 
241 /* Define to 1 if you have the <string.h> header file. */
242 #define HAVE_STRING_H 1
243 
244 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
245 #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
246 
247 /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
248 #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
249 
250 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
251 /* #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC */
252 
253 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
254 #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
255 
256 /* Define to 1 if `st_uatime' is a member of `struct stat'. */
257 /* #undef HAVE_STRUCT_STAT_ST_UATIME */
258 
259 /* Define to 1 to if GNU/Linux-specific details are unconditionally wanted for
260    symbol versioning. Define to 2 to if these are wanted only if also PIC is
261    defined (allows building both shared and static liblzma at the same time
262    with Libtool if neither --with-pic nor --without-pic is used). This define
263    must be used together with liblzma_linux.map. */
264 /* #undef HAVE_SYMBOL_VERSIONS_LINUX */
265 
266 /* Define to 1 if you have the <sys/byteorder.h> header file. */
267 /* #undef HAVE_SYS_BYTEORDER_H */
268 
269 /* Define to 1 if you have the <sys/capsicum.h> header file. */
270 #define HAVE_SYS_CAPSICUM_H 1
271 
272 /* Define to 1 if you have the <sys/endian.h> header file. */
273 #define HAVE_SYS_ENDIAN_H 1
274 
275 /* Define to 1 if you have the <sys/param.h> header file. */
276 #define HAVE_SYS_PARAM_H 1
277 
278 /* Define to 1 if you have the <sys/stat.h> header file. */
279 #define HAVE_SYS_STAT_H 1
280 
281 /* Define to 1 if you have the <sys/time.h> header file. */
282 #define HAVE_SYS_TIME_H 1
283 
284 /* Define to 1 if you have the <sys/types.h> header file. */
285 #define HAVE_SYS_TYPES_H 1
286 
287 /* Define to 1 if the system has the type `uintptr_t'. */
288 #define HAVE_UINTPTR_T 1
289 
290 /* Define to 1 if you have the <unistd.h> header file. */
291 #define HAVE_UNISTD_H 1
292 
293 /* Define to 1 if you have the `utime' function. */
294 /* #undef HAVE_UTIME */
295 
296 /* Define to 1 if you have the `utimes' function. */
297 /* #undef HAVE_UTIMES */
298 
299 /* Define to 1 or 0, depending whether the compiler supports simple visibility
300    declarations. */
301 #define HAVE_VISIBILITY 1
302 
303 /* Define to 1 if you have the <wchar.h> header file. */
304 #define HAVE_WCHAR_H 1
305 
306 /* Define to 1 if you have the `wcwidth' function. */
307 #define HAVE_WCWIDTH 1
308 
309 /* Define to 1 if the system has the type `_Bool'. */
310 #define HAVE__BOOL 1
311 
312 /* Define to 1 if you have the `_futime' function. */
313 /* #undef HAVE__FUTIME */
314 
315 /* Define to 1 if _mm_movemask_epi8 is available. */
316 #if defined(__FreeBSD__) && defined(__amd64__)
317 #define HAVE__MM_MOVEMASK_EPI8 1
318 #endif
319 
320 #if defined(__clang__) && defined(__FreeBSD__)
321 /* Define to 1 if the GNU C extension __builtin_assume_aligned is supported.
322    */
323 #define HAVE___BUILTIN_ASSUME_ALIGNED 1
324 
325 /* Define to 1 if the GNU C extensions __builtin_bswap16/32/64 are supported.
326    */
327 #define HAVE___BUILTIN_BSWAPXX 1
328 #endif
329 
330 /* Define to the sub-directory where libtool stores uninstalled libraries. */
331 #define LT_OBJDIR ".libs/"
332 
333 /* Define to 1 when using POSIX threads (pthreads). */
334 #define MYTHREAD_POSIX 1
335 
336 /* Define to 1 when using Windows Vista compatible threads. This uses features
337    that are not available on Windows XP. */
338 /* #undef MYTHREAD_VISTA */
339 
340 /* Define to 1 when using Windows 95 (and thus XP) compatible threads. This
341    avoids use of features that were added in Windows Vista. */
342 /* #undef MYTHREAD_WIN95 */
343 
344 /* Define to 1 to disable debugging code. */
345 #define NDEBUG 1
346 
347 /* Name of package */
348 #define PACKAGE "xz"
349 
350 /* Define to the address where bug reports for this package should be sent. */
351 #define PACKAGE_BUGREPORT "xz@tukaani.org"
352 
353 /* Define to the full name of this package. */
354 #define PACKAGE_NAME "XZ Utils"
355 
356 /* Define to the full name and version of this package. */
357 #define PACKAGE_STRING "XZ Utils 5.2.9"
358 
359 /* Define to the one symbol short name of this package. */
360 #define PACKAGE_TARNAME "xz"
361 
362 /* Define to the home page for this package. */
363 #define PACKAGE_URL "https://tukaani.org/xz/"
364 
365 /* Define to the version of this package. */
366 #define PACKAGE_VERSION "5.2.9"
367 
368 /* Define to necessary symbol if this constant uses a non-standard name on
369    your system. */
370 /* #undef PTHREAD_CREATE_JOINABLE */
371 
372 /* The size of `size_t', as computed by sizeof. */
373 #define SIZEOF_SIZE_T 8
374 
375 /* Define to 1 if all of the C90 standard headers exist (not just the ones
376    required in a freestanding environment). This macro is provided for
377    backward compatibility; new code need not use it. */
378 #define STDC_HEADERS 1
379 
380 /* Define to 1 if the number of available CPU cores can be detected with
381    cpuset(2). */
382 #define TUKLIB_CPUCORES_CPUSET 1
383 
384 /* Define to 1 if the number of available CPU cores can be detected with
385    pstat_getdynamic(). */
386 /* #undef TUKLIB_CPUCORES_PSTAT_GETDYNAMIC */
387 
388 /* Define to 1 if the number of available CPU cores can be detected with
389    sched_getaffinity() */
390 /* #undef TUKLIB_CPUCORES_SCHED_GETAFFINITY */
391 
392 /* Define to 1 if the number of available CPU cores can be detected with
393    sysconf(_SC_NPROCESSORS_ONLN) or sysconf(_SC_NPROC_ONLN). */
394 /* #undef TUKLIB_CPUCORES_SYSCONF */
395 
396 /* Define to 1 if the number of available CPU cores can be detected with
397    sysctl(). */
398 /* #undef TUKLIB_CPUCORES_SYSCTL */
399 
400 /* Define to 1 if the system supports fast unaligned access to 16-bit and
401    32-bit integers. */
402 /* FreeBSD - derive from __NO_STRICT_ALIGNMENT */
403 /* #undef TUKLIB_FAST_UNALIGNED_ACCESS */
404 
405 /* Define to 1 if the amount of physical memory can be detected with
406    _system_configuration.physmem. */
407 /* #undef TUKLIB_PHYSMEM_AIX */
408 
409 /* Define to 1 if the amount of physical memory can be detected with
410    getinvent_r(). */
411 /* #undef TUKLIB_PHYSMEM_GETINVENT_R */
412 
413 /* Define to 1 if the amount of physical memory can be detected with
414    getsysinfo(). */
415 /* #undef TUKLIB_PHYSMEM_GETSYSINFO */
416 
417 /* Define to 1 if the amount of physical memory can be detected with
418    pstat_getstatic(). */
419 /* #undef TUKLIB_PHYSMEM_PSTAT_GETSTATIC */
420 
421 /* Define to 1 if the amount of physical memory can be detected with
422    sysconf(_SC_PAGESIZE) and sysconf(_SC_PHYS_PAGES). */
423 #define TUKLIB_PHYSMEM_SYSCONF 1
424 
425 /* Define to 1 if the amount of physical memory can be detected with sysctl().
426    */
427 /* #undef TUKLIB_PHYSMEM_SYSCTL */
428 
429 /* Define to 1 if the amount of physical memory can be detected with Linux
430    sysinfo(). */
431 /* #undef TUKLIB_PHYSMEM_SYSINFO */
432 
433 /* Define to 1 to use unsafe type punning, e.g. char *x = ...; *(int *)x =
434    123; which violates strict aliasing rules and thus is undefined behavior
435    and might result in broken code. */
436 /* #undef TUKLIB_USE_UNSAFE_TYPE_PUNNING */
437 
438 /* Enable extensions on AIX 3, Interix.  */
439 #ifndef _ALL_SOURCE
440 # define _ALL_SOURCE 1
441 #endif
442 /* Enable general extensions on macOS.  */
443 #ifndef _DARWIN_C_SOURCE
444 # define _DARWIN_C_SOURCE 1
445 #endif
446 /* Enable general extensions on Solaris.  */
447 #ifndef __EXTENSIONS__
448 # define __EXTENSIONS__ 1
449 #endif
450 /* Enable GNU extensions on systems that have them.  */
451 #ifndef _GNU_SOURCE
452 # define _GNU_SOURCE 1
453 #endif
454 /* Enable X/Open compliant socket functions that do not require linking
455    with -lxnet on HP-UX 11.11.  */
456 #ifndef _HPUX_ALT_XOPEN_SOCKET_API
457 # define _HPUX_ALT_XOPEN_SOCKET_API 1
458 #endif
459 /* Identify the host operating system as Minix.
460    This macro does not affect the system headers' behavior.
461    A future release of Autoconf may stop defining this macro.  */
462 #ifndef _MINIX
463 /* # undef _MINIX */
464 #endif
465 /* Enable general extensions on NetBSD.
466    Enable NetBSD compatibility extensions on Minix.  */
467 #ifndef _NETBSD_SOURCE
468 # define _NETBSD_SOURCE 1
469 #endif
470 /* Enable OpenBSD compatibility extensions on NetBSD.
471    Oddly enough, this does nothing on OpenBSD.  */
472 #ifndef _OPENBSD_SOURCE
473 # define _OPENBSD_SOURCE 1
474 #endif
475 /* Define to 1 if needed for POSIX-compatible behavior.  */
476 #ifndef _POSIX_SOURCE
477 /* # undef _POSIX_SOURCE */
478 #endif
479 /* Define to 2 if needed for POSIX-compatible behavior.  */
480 #ifndef _POSIX_1_SOURCE
481 /* # undef _POSIX_1_SOURCE */
482 #endif
483 /* Enable POSIX-compatible threading on Solaris.  */
484 #ifndef _POSIX_PTHREAD_SEMANTICS
485 # define _POSIX_PTHREAD_SEMANTICS 1
486 #endif
487 /* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
488 #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
489 # define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
490 #endif
491 /* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
492 #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
493 # define __STDC_WANT_IEC_60559_BFP_EXT__ 1
494 #endif
495 /* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
496 #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
497 # define __STDC_WANT_IEC_60559_DFP_EXT__ 1
498 #endif
499 /* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
500 #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
501 # define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
502 #endif
503 /* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
504 #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
505 # define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
506 #endif
507 /* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
508 #ifndef __STDC_WANT_LIB_EXT2__
509 # define __STDC_WANT_LIB_EXT2__ 1
510 #endif
511 /* Enable extensions specified by ISO/IEC 24747:2009.  */
512 #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
513 # define __STDC_WANT_MATH_SPEC_FUNCS__ 1
514 #endif
515 /* Enable extensions on HP NonStop.  */
516 #ifndef _TANDEM_SOURCE
517 # define _TANDEM_SOURCE 1
518 #endif
519 /* Enable X/Open extensions.  Define to 500 only if necessary
520    to make mbstate_t available.  */
521 #ifndef _XOPEN_SOURCE
522 /* # undef _XOPEN_SOURCE */
523 #endif
524 
525 
526 /* Version number of package */
527 #define VERSION "5.2.9"
528 
529 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
530    significant byte first (like Motorola and SPARC, unlike Intel). */
531 #if defined(__FreeBSD__)
532 #include <sys/_types.h>
533 #if defined(__NO_STRICT_ALIGNMENT)
534 #define TUKLIB_FAST_UNALIGNED_ACCESS 1
535 #endif
536 #include <machine/endian.h>
537 #if _BYTE_ORDER == _BIG_ENDIAN
538 # define WORDS_BIGENDIAN 1
539 #endif
540 #endif
541 
542 /* Number of bits in a file offset, on hosts where this is settable. */
543 /* #undef _FILE_OFFSET_BITS */
544 
545 /* Define for large files, on AIX-style hosts. */
546 /* #undef _LARGE_FILES */
547 
548 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
549    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
550    #define below would cause a syntax error. */
551 /* #undef _UINT32_T */
552 
553 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
554    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
555    #define below would cause a syntax error. */
556 /* #undef _UINT64_T */
557 
558 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
559    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
560    #define below would cause a syntax error. */
561 /* #undef _UINT8_T */
562 
563 /* Define to rpl_ if the getopt replacement functions and variables should be
564    used. */
565 /* #undef __GETOPT_PREFIX */
566 
567 /* Define to the type of a signed integer type of width exactly 32 bits if
568    such a type exists and the standard includes do not define it. */
569 /* #undef int32_t */
570 
571 /* Define to the type of a signed integer type of width exactly 64 bits if
572    such a type exists and the standard includes do not define it. */
573 /* #undef int64_t */
574 
575 /* Define to the type of an unsigned integer type of width exactly 16 bits if
576    such a type exists and the standard includes do not define it. */
577 /* #undef uint16_t */
578 
579 /* Define to the type of an unsigned integer type of width exactly 32 bits if
580    such a type exists and the standard includes do not define it. */
581 /* #undef uint32_t */
582 
583 /* Define to the type of an unsigned integer type of width exactly 64 bits if
584    such a type exists and the standard includes do not define it. */
585 /* #undef uint64_t */
586 
587 /* Define to the type of an unsigned integer type of width exactly 8 bits if
588    such a type exists and the standard includes do not define it. */
589 /* #undef uint8_t */
590 
591 /* Define to the type of an unsigned integer type wide enough to hold a
592    pointer, if such a type exists, and if the system does not define it. */
593 /* #undef uintptr_t */
594