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