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