1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
/* SPDX-License-Identifier: 0BSD */
/* How many MiB of RAM to assume if the real amount cannot be determined. */
/* Define to 1 if crc32 integrity check is enabled. */
/* Define to 1 if crc64 integrity check is enabled. */
/* Define to 1 if sha256 integrity check is enabled. */
/* Define to 1 if any of HAVE_DECODER_foo have been defined. */
/* Define to 1 if arm decoder is enabled. */
/* Define to 1 if arm64 decoder is enabled. */
/* Define to 1 if armthumb decoder is enabled. */
/* Define to 1 if delta decoder is enabled. */
/* Define to 1 if ia64 decoder is enabled. */
/* Define to 1 if lzma1 decoder is enabled. */
/* Define to 1 if lzma2 decoder is enabled. */
/* Define to 1 if powerpc decoder is enabled. */
/* Define to 1 if sparc decoder is enabled. */
/* Define to 1 if x86 decoder is enabled. */
/* Define to 1 if any of HAVE_ENCODER_foo have been defined. */
/* Define to 1 if arm encoder is enabled. */
/* Define to 1 if arm64 encoder is enabled. */
/* Define to 1 if armthumb encoder is enabled. */
/* Define to 1 if delta encoder is enabled. */
/* Define to 1 if ia64 encoder is enabled. */
/* Define to 1 if lzma1 encoder is enabled. */
/* Define to 1 if lzma2 encoder is enabled. */
/* Define to 1 if powerpc encoder is enabled. */
/* Define to 1 if sparc encoder is enabled. */
/* Define to 1 if x86 encoder is enabled. */
/* Define to 1 if you have the <inttypes.h> header file. */
/* Define to 1 if .lz (lzip) decompression support is enabled. */
/* Define to 1 to enable bt2 match finder. */
/* Define to 1 to enable bt3 match finder. */
/* Define to 1 to enable bt4 match finder. */
/* Define to 1 to enable hc3 match finder. */
/* Define to 1 to enable hc4 match finder. */
/* Define to 1 if stdbool.h conforms to C99. */
/* Define to 1 if you have the <stdint.h> header file. */
/* Define to 1 if you have the 'utimes' function. */
/* Define to 1 or 0, depending whether the compiler supports simple visibility
declarations. */
/* Define to 1 if the system has the type '_Bool'. */
/* Define to 1 if the GNU C extension __builtin_assume_aligned is supported.
*/
/* Define to 1 if the GNU C extensions __builtin_bswap16/32/64 are supported.
*/
/* Define to 1 to disable debugging code. */
/* Define to the address where bug reports for this package should be sent. */
/* Define to the full name of this package. */
/* Define to the home page for this package. */
/* The size of 'size_t', as computed by sizeof. */
/* Define to 1 if the system supports fast unaligned access to 16-bit and
32-bit integers. */