xref: /freebsd/lib/liblzma/config.h (revision 657729a89dd578d8cfc70d6616f5c65a48a8b33a)
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 wanted for symbol
260    versioning. This must be used together with liblzma_linux.map. */
261 /* #undef HAVE_SYMBOL_VERSIONS_LINUX */
262 
263 /* Define to 1 if you have the <sys/byteorder.h> header file. */
264 /* #undef HAVE_SYS_BYTEORDER_H */
265 
266 /* Define to 1 if you have the <sys/capsicum.h> header file. */
267 #define HAVE_SYS_CAPSICUM_H 1
268 
269 /* Define to 1 if you have the <sys/endian.h> header file. */
270 #define HAVE_SYS_ENDIAN_H 1
271 
272 /* Define to 1 if you have the <sys/param.h> header file. */
273 #define HAVE_SYS_PARAM_H 1
274 
275 /* Define to 1 if you have the <sys/stat.h> header file. */
276 #define HAVE_SYS_STAT_H 1
277 
278 /* Define to 1 if you have the <sys/time.h> header file. */
279 #define HAVE_SYS_TIME_H 1
280 
281 /* Define to 1 if you have the <sys/types.h> header file. */
282 #define HAVE_SYS_TYPES_H 1
283 
284 /* Define to 1 if the system has the type `uintptr_t'. */
285 #define HAVE_UINTPTR_T 1
286 
287 /* Define to 1 if you have the <unistd.h> header file. */
288 #define HAVE_UNISTD_H 1
289 
290 /* Define to 1 if you have the `utime' function. */
291 /* #undef HAVE_UTIME */
292 
293 /* Define to 1 if you have the `utimes' function. */
294 /* #undef HAVE_UTIMES */
295 
296 /* Define to 1 or 0, depending whether the compiler supports simple visibility
297    declarations. */
298 #define HAVE_VISIBILITY 1
299 
300 /* Define to 1 if you have the <wchar.h> header file. */
301 #define HAVE_WCHAR_H 1
302 
303 /* Define to 1 if you have the `wcwidth' function. */
304 #define HAVE_WCWIDTH 1
305 
306 /* Define to 1 if the system has the type `_Bool'. */
307 #define HAVE__BOOL 1
308 
309 /* Define to 1 if you have the `_futime' function. */
310 /* #undef HAVE__FUTIME */
311 
312 /* Define to 1 if _mm_movemask_epi8 is available. */
313 #if defined(__FreeBSD__) && defined(__amd64__)
314 #define HAVE__MM_MOVEMASK_EPI8 1
315 #endif
316 
317 /* Define to 1 if the GNU C extension __builtin_assume_aligned is supported.
318    */
319 #define HAVE___BUILTIN_ASSUME_ALIGNED 1
320 
321 /* Define to 1 if the GNU C extensions __builtin_bswap16/32/64 are supported.
322    */
323 #define HAVE___BUILTIN_BSWAPXX 1
324 
325 /* Define to the sub-directory where libtool stores uninstalled libraries. */
326 #define LT_OBJDIR ".libs/"
327 
328 /* Define to 1 when using POSIX threads (pthreads). */
329 #define MYTHREAD_POSIX 1
330 
331 /* Define to 1 when using Windows Vista compatible threads. This uses features
332    that are not available on Windows XP. */
333 /* #undef MYTHREAD_VISTA */
334 
335 /* Define to 1 when using Windows 95 (and thus XP) compatible threads. This
336    avoids use of features that were added in Windows Vista. */
337 /* #undef MYTHREAD_WIN95 */
338 
339 /* Define to 1 to disable debugging code. */
340 #define NDEBUG 1
341 
342 /* Name of package */
343 #define PACKAGE "xz"
344 
345 /* Define to the address where bug reports for this package should be sent. */
346 #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
347 
348 /* Define to the full name of this package. */
349 #define PACKAGE_NAME "XZ Utils"
350 
351 /* Define to the full name and version of this package. */
352 #define PACKAGE_STRING "XZ Utils 5.2.8"
353 
354 /* Define to the one symbol short name of this package. */
355 #define PACKAGE_TARNAME "xz"
356 
357 /* Define to the home page for this package. */
358 #define PACKAGE_URL "https://tukaani.org/xz/"
359 
360 /* Define to the version of this package. */
361 #define PACKAGE_VERSION "5.2.8"
362 
363 /* Define to necessary symbol if this constant uses a non-standard name on
364    your system. */
365 /* #undef PTHREAD_CREATE_JOINABLE */
366 
367 /* The size of `size_t', as computed by sizeof. */
368 #define SIZEOF_SIZE_T 8
369 
370 /* Define to 1 if all of the C90 standard headers exist (not just the ones
371    required in a freestanding environment). This macro is provided for
372    backward compatibility; new code need not use it. */
373 #define STDC_HEADERS 1
374 
375 /* Define to 1 if the number of available CPU cores can be detected with
376    cpuset(2). */
377 #define TUKLIB_CPUCORES_CPUSET 1
378 
379 /* Define to 1 if the number of available CPU cores can be detected with
380    pstat_getdynamic(). */
381 /* #undef TUKLIB_CPUCORES_PSTAT_GETDYNAMIC */
382 
383 /* Define to 1 if the number of available CPU cores can be detected with
384    sched_getaffinity() */
385 /* #undef TUKLIB_CPUCORES_SCHED_GETAFFINITY */
386 
387 /* Define to 1 if the number of available CPU cores can be detected with
388    sysconf(_SC_NPROCESSORS_ONLN) or sysconf(_SC_NPROC_ONLN). */
389 /* #undef TUKLIB_CPUCORES_SYSCONF */
390 
391 /* Define to 1 if the number of available CPU cores can be detected with
392    sysctl(). */
393 /* #undef TUKLIB_CPUCORES_SYSCTL */
394 
395 /* Define to 1 if the system supports fast unaligned access to 16-bit and
396    32-bit integers. */
397 /* FreeBSD - derive from __NO_STRICT_ALIGNMENT */
398 /* #undef TUKLIB_FAST_UNALIGNED_ACCESS */
399 
400 /* Define to 1 if the amount of physical memory can be detected with
401    _system_configuration.physmem. */
402 /* #undef TUKLIB_PHYSMEM_AIX */
403 
404 /* Define to 1 if the amount of physical memory can be detected with
405    getinvent_r(). */
406 /* #undef TUKLIB_PHYSMEM_GETINVENT_R */
407 
408 /* Define to 1 if the amount of physical memory can be detected with
409    getsysinfo(). */
410 /* #undef TUKLIB_PHYSMEM_GETSYSINFO */
411 
412 /* Define to 1 if the amount of physical memory can be detected with
413    pstat_getstatic(). */
414 /* #undef TUKLIB_PHYSMEM_PSTAT_GETSTATIC */
415 
416 /* Define to 1 if the amount of physical memory can be detected with
417    sysconf(_SC_PAGESIZE) and sysconf(_SC_PHYS_PAGES). */
418 #define TUKLIB_PHYSMEM_SYSCONF 1
419 
420 /* Define to 1 if the amount of physical memory can be detected with sysctl().
421    */
422 /* #undef TUKLIB_PHYSMEM_SYSCTL */
423 
424 /* Define to 1 if the amount of physical memory can be detected with Linux
425    sysinfo(). */
426 /* #undef TUKLIB_PHYSMEM_SYSINFO */
427 
428 /* Define to 1 to use unsafe type punning, e.g. char *x = ...; *(int *)x =
429    123; which violates strict aliasing rules and thus is undefined behavior
430    and might result in broken code. */
431 /* #undef TUKLIB_USE_UNSAFE_TYPE_PUNNING */
432 
433 /* Enable extensions on AIX 3, Interix.  */
434 #ifndef _ALL_SOURCE
435 # define _ALL_SOURCE 1
436 #endif
437 /* Enable general extensions on macOS.  */
438 #ifndef _DARWIN_C_SOURCE
439 # define _DARWIN_C_SOURCE 1
440 #endif
441 /* Enable general extensions on Solaris.  */
442 #ifndef __EXTENSIONS__
443 # define __EXTENSIONS__ 1
444 #endif
445 /* Enable GNU extensions on systems that have them.  */
446 #ifndef _GNU_SOURCE
447 # define _GNU_SOURCE 1
448 #endif
449 /* Enable X/Open compliant socket functions that do not require linking
450    with -lxnet on HP-UX 11.11.  */
451 #ifndef _HPUX_ALT_XOPEN_SOCKET_API
452 # define _HPUX_ALT_XOPEN_SOCKET_API 1
453 #endif
454 /* Identify the host operating system as Minix.
455    This macro does not affect the system headers' behavior.
456    A future release of Autoconf may stop defining this macro.  */
457 #ifndef _MINIX
458 /* # undef _MINIX */
459 #endif
460 /* Enable general extensions on NetBSD.
461    Enable NetBSD compatibility extensions on Minix.  */
462 #ifndef _NETBSD_SOURCE
463 # define _NETBSD_SOURCE 1
464 #endif
465 /* Enable OpenBSD compatibility extensions on NetBSD.
466    Oddly enough, this does nothing on OpenBSD.  */
467 #ifndef _OPENBSD_SOURCE
468 # define _OPENBSD_SOURCE 1
469 #endif
470 /* Define to 1 if needed for POSIX-compatible behavior.  */
471 #ifndef _POSIX_SOURCE
472 /* # undef _POSIX_SOURCE */
473 #endif
474 /* Define to 2 if needed for POSIX-compatible behavior.  */
475 #ifndef _POSIX_1_SOURCE
476 /* # undef _POSIX_1_SOURCE */
477 #endif
478 /* Enable POSIX-compatible threading on Solaris.  */
479 #ifndef _POSIX_PTHREAD_SEMANTICS
480 # define _POSIX_PTHREAD_SEMANTICS 1
481 #endif
482 /* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
483 #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
484 # define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
485 #endif
486 /* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
487 #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
488 # define __STDC_WANT_IEC_60559_BFP_EXT__ 1
489 #endif
490 /* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
491 #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
492 # define __STDC_WANT_IEC_60559_DFP_EXT__ 1
493 #endif
494 /* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
495 #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
496 # define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
497 #endif
498 /* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
499 #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
500 # define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
501 #endif
502 /* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
503 #ifndef __STDC_WANT_LIB_EXT2__
504 # define __STDC_WANT_LIB_EXT2__ 1
505 #endif
506 /* Enable extensions specified by ISO/IEC 24747:2009.  */
507 #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
508 # define __STDC_WANT_MATH_SPEC_FUNCS__ 1
509 #endif
510 /* Enable extensions on HP NonStop.  */
511 #ifndef _TANDEM_SOURCE
512 # define _TANDEM_SOURCE 1
513 #endif
514 /* Enable X/Open extensions.  Define to 500 only if necessary
515    to make mbstate_t available.  */
516 #ifndef _XOPEN_SOURCE
517 /* # undef _XOPEN_SOURCE */
518 #endif
519 
520 
521 /* Version number of package */
522 #define VERSION "5.2.8"
523 
524 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
525    significant byte first (like Motorola and SPARC, unlike Intel). */
526 #if defined(__FreeBSD__)
527 #include <sys/_types.h>
528 #if defined(__NO_STRICT_ALIGNMENT)
529 #define TUKLIB_FAST_UNALIGNED_ACCESS 1
530 #endif
531 #include <machine/endian.h>
532 #if _BYTE_ORDER == _BIG_ENDIAN
533 # define WORDS_BIGENDIAN 1
534 #endif
535 #endif
536 
537 /* Number of bits in a file offset, on hosts where this is settable. */
538 /* #undef _FILE_OFFSET_BITS */
539 
540 /* Define for large files, on AIX-style hosts. */
541 /* #undef _LARGE_FILES */
542 
543 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
544    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
545    #define below would cause a syntax error. */
546 /* #undef _UINT32_T */
547 
548 /* Define for Solaris 2.5.1 so the uint64_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 _UINT64_T */
552 
553 /* Define for Solaris 2.5.1 so the uint8_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 _UINT8_T */
557 
558 /* Define to rpl_ if the getopt replacement functions and variables should be
559    used. */
560 /* #undef __GETOPT_PREFIX */
561 
562 /* Define to the type of a signed integer type of width exactly 32 bits if
563    such a type exists and the standard includes do not define it. */
564 /* #undef int32_t */
565 
566 /* Define to the type of a signed integer type of width exactly 64 bits if
567    such a type exists and the standard includes do not define it. */
568 /* #undef int64_t */
569 
570 /* Define to the type of an unsigned integer type of width exactly 16 bits if
571    such a type exists and the standard includes do not define it. */
572 /* #undef uint16_t */
573 
574 /* Define to the type of an unsigned integer type of width exactly 32 bits if
575    such a type exists and the standard includes do not define it. */
576 /* #undef uint32_t */
577 
578 /* Define to the type of an unsigned integer type of width exactly 64 bits if
579    such a type exists and the standard includes do not define it. */
580 /* #undef uint64_t */
581 
582 /* Define to the type of an unsigned integer type of width exactly 8 bits if
583    such a type exists and the standard includes do not define it. */
584 /* #undef uint8_t */
585 
586 /* Define to the type of an unsigned integer type wide enough to hold a
587    pointer, if such a type exists, and if the system does not define it. */
588 /* #undef uintptr_t */
589