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