1 /* SPDX-License-Identifier: 0BSD */
3 /* How many MiB of RAM to assume if the real amount cannot be determined. */
6 /* Define to 1 if crc32 integrity check is enabled. */
7 #define HAVE_CHECK_CRC32 1
9 /* Define to 1 if crc64 integrity check is enabled. */
10 #define HAVE_CHECK_CRC64 1
12 /* Define to 1 if sha256 integrity check is enabled. */
13 #define HAVE_CHECK_SHA256 1
15 /* Define to 1 if any of HAVE_DECODER_foo have been defined. */
16 #define HAVE_DECODERS 1
18 /* Define to 1 if arm decoder is enabled. */
19 #define HAVE_DECODER_ARM 1
21 /* Define to 1 if arm64 decoder is enabled. */
22 #define HAVE_DECODER_ARM64 1
24 /* Define to 1 if armthumb decoder is enabled. */
25 #define HAVE_DECODER_ARMTHUMB 1
27 /* Define to 1 if delta decoder is enabled. */
28 #define HAVE_DECODER_DELTA 1
30 /* Define to 1 if ia64 decoder is enabled. */
31 #define HAVE_DECODER_IA64 1
33 /* Define to 1 if lzma1 decoder is enabled. */
34 #define HAVE_DECODER_LZMA1 1
36 /* Define to 1 if lzma2 decoder is enabled. */
37 #define HAVE_DECODER_LZMA2 1
39 /* Define to 1 if powerpc decoder is enabled. */
40 #define HAVE_DECODER_POWERPC 1
42 /* Define to 1 if sparc decoder is enabled. */
43 #define HAVE_DECODER_SPARC 1
45 /* Define to 1 if x86 decoder is enabled. */
46 #define HAVE_DECODER_X86 1
48 /* Define to 1 if any of HAVE_ENCODER_foo have been defined. */
49 #define HAVE_ENCODERS 1
51 /* Define to 1 if arm encoder is enabled. */
52 #define HAVE_ENCODER_ARM 1
54 /* Define to 1 if arm64 encoder is enabled. */
55 #define HAVE_ENCODER_ARM64 1
57 /* Define to 1 if armthumb encoder is enabled. */
58 #define HAVE_ENCODER_ARMTHUMB 1
60 /* Define to 1 if delta encoder is enabled. */
61 #define HAVE_ENCODER_DELTA 1
63 /* Define to 1 if ia64 encoder is enabled. */
64 #define HAVE_ENCODER_IA64 1
66 /* Define to 1 if lzma1 encoder is enabled. */
67 #define HAVE_ENCODER_LZMA1 1
69 /* Define to 1 if lzma2 encoder is enabled. */
70 #define HAVE_ENCODER_LZMA2 1
72 /* Define to 1 if powerpc encoder is enabled. */
73 #define HAVE_ENCODER_POWERPC 1
75 /* Define to 1 if sparc encoder is enabled. */
76 #define HAVE_ENCODER_SPARC 1
78 /* Define to 1 if x86 encoder is enabled. */
79 #define HAVE_ENCODER_X86 1
81 /* Define to 1 if you have the <inttypes.h> header file. */
82 #define HAVE_INTTYPES_H 1
84 /* Define to 1 if .lz (lzip) decompression support is enabled. */
85 #define HAVE_LZIP_DECODER 1
87 /* Define to 1 to enable bt2 match finder. */
90 /* Define to 1 to enable bt3 match finder. */
93 /* Define to 1 to enable bt4 match finder. */
96 /* Define to 1 to enable hc3 match finder. */
99 /* Define to 1 to enable hc4 match finder. */
100 #define HAVE_MF_HC4 1
102 /* Define to 1 if stdbool.h conforms to C99. */
103 #define HAVE_STDBOOL_H 1
105 /* Define to 1 if you have the <stdint.h> header file. */
106 #define HAVE_STDINT_H 1
108 /* Define to 1 if you have the 'utimes' function. */
109 #define HAVE_UTIMES 1
111 /* Define to 1 or 0, depending whether the compiler supports simple visibility
113 #define HAVE_VISIBILITY 0
115 /* Define to 1 if the system has the type '_Bool'. */
118 /* Define to 1 if the GNU C extension __builtin_assume_aligned is supported.
120 #define HAVE___BUILTIN_ASSUME_ALIGNED 1
122 /* Define to 1 if the GNU C extensions __builtin_bswap16/32/64 are supported.
124 #define HAVE___BUILTIN_BSWAPXX 1
126 /* Define to 1 to disable debugging code. */
129 /* Define to the address where bug reports for this package should be sent. */
130 #define PACKAGE_BUGREPORT "xz@tukaani.org"
132 /* Define to the full name of this package. */
133 #define PACKAGE_NAME "XZ Utils"
135 /* Define to the home page for this package. */
136 #define PACKAGE_URL "https://tukaani.org/xz/"
138 /* The size of 'size_t', as computed by sizeof. */
139 #define SIZEOF_SIZE_T 4
141 /* Define to 1 if the system supports fast unaligned access to 16-bit and
143 #define TUKLIB_FAST_UNALIGNED_ACCESS 1