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