xref: /netbsd-src/external/public-domain/xz/include/config.h (revision a5847cc334d9a7029f6352b847e9e8d71a0f9e0c)
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 bswap_16 is available. */
11 /* #undef HAVE_BSWAP_16 */
12 
13 /* Define to 1 if bswap_32 is available. */
14 /* #undef HAVE_BSWAP_32 */
15 
16 /* Define to 1 if bswap_64 is available. */
17 /* #undef HAVE_BSWAP_64 */
18 
19 /* Define to 1 if you have the <byteswap.h> header file. */
20 /* #undef HAVE_BYTESWAP_H */
21 
22 /* Define to 1 if crc32 integrity check is enabled. */
23 #define HAVE_CHECK_CRC32 1
24 
25 /* Define to 1 if crc64 integrity check is enabled. */
26 #define HAVE_CHECK_CRC64 1
27 
28 /* Define to 1 if sha256 integrity check is enabled. */
29 #define HAVE_CHECK_SHA256 1
30 
31 /* Define to 1 if you have the declaration of `program_invocation_name', and
32    to 0 if you don't. */
33 #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
34 
35 /* Define to 1 if arm decoder is enabled. */
36 #define HAVE_DECODER_ARM 1
37 
38 /* Define to 1 if armthumb decoder is enabled. */
39 #define HAVE_DECODER_ARMTHUMB 1
40 
41 /* Define to 1 if delta decoder is enabled. */
42 #define HAVE_DECODER_DELTA 1
43 
44 /* Define to 1 if ia64 decoder is enabled. */
45 #define HAVE_DECODER_IA64 1
46 
47 /* Define to 1 if lzma1 decoder is enabled. */
48 #define HAVE_DECODER_LZMA1 1
49 
50 /* Define to 1 if lzma2 decoder is enabled. */
51 #define HAVE_DECODER_LZMA2 1
52 
53 /* Define to 1 if powerpc decoder is enabled. */
54 #define HAVE_DECODER_POWERPC 1
55 
56 /* Define to 1 if sparc decoder is enabled. */
57 #define HAVE_DECODER_SPARC 1
58 
59 /* Define to 1 if x86 decoder is enabled. */
60 #define HAVE_DECODER_X86 1
61 
62 /* Define to 1 if arm encoder is enabled. */
63 #define HAVE_ENCODER_ARM 1
64 
65 /* Define to 1 if armthumb encoder is enabled. */
66 #define HAVE_ENCODER_ARMTHUMB 1
67 
68 /* Define to 1 if delta encoder is enabled. */
69 #define HAVE_ENCODER_DELTA 1
70 
71 /* Define to 1 if ia64 encoder is enabled. */
72 #define HAVE_ENCODER_IA64 1
73 
74 /* Define to 1 if lzma1 encoder is enabled. */
75 #define HAVE_ENCODER_LZMA1 1
76 
77 /* Define to 1 if lzma2 encoder is enabled. */
78 #define HAVE_ENCODER_LZMA2 1
79 
80 /* Define to 1 if powerpc encoder is enabled. */
81 #define HAVE_ENCODER_POWERPC 1
82 
83 /* Define to 1 if sparc encoder is enabled. */
84 #define HAVE_ENCODER_SPARC 1
85 
86 /* Define to 1 if x86 encoder is enabled. */
87 #define HAVE_ENCODER_X86 1
88 
89 /* Define to 1 if you have the <fcntl.h> header file. */
90 #define HAVE_FCNTL_H 1
91 
92 /* Define to 1 if you have the `futimens' function. */
93 /* #undef HAVE_FUTIMENS */
94 
95 /* Define to 1 if you have the `futimes' function. */
96 #define HAVE_FUTIMES 1
97 
98 /* Define to 1 if you have the `futimesat' function. */
99 /* #undef HAVE_FUTIMESAT */
100 
101 /* Define to 1 if you have the <inttypes.h> header file. */
102 #define HAVE_INTTYPES_H 1
103 
104 /* Define to 1 if you have the <limits.h> header file. */
105 #define HAVE_LIMITS_H 1
106 
107 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
108 #define HAVE_MBRTOWC 1
109 
110 /* Define to 1 if you have the <memory.h> header file. */
111 #define HAVE_MEMORY_H 1
112 
113 /* Define to 1 to enable bt2 match finder. */
114 #define HAVE_MF_BT2 1
115 
116 /* Define to 1 to enable bt3 match finder. */
117 #define HAVE_MF_BT3 1
118 
119 /* Define to 1 to enable bt4 match finder. */
120 #define HAVE_MF_BT4 1
121 
122 /* Define to 1 to enable hc3 match finder. */
123 #define HAVE_MF_HC3 1
124 
125 /* Define to 1 to enable hc4 match finder. */
126 #define HAVE_MF_HC4 1
127 
128 /* Define to 1 if optimizing for size. */
129 /* #undef HAVE_SMALL */
130 
131 /* Define to 1 if stdbool.h conforms to C99. */
132 #define HAVE_STDBOOL_H 1
133 
134 /* Define to 1 if you have the <stdint.h> header file. */
135 #define HAVE_STDINT_H 1
136 
137 /* Define to 1 if you have the <stdlib.h> header file. */
138 #define HAVE_STDLIB_H 1
139 
140 /* Define to 1 if you have the <strings.h> header file. */
141 #define HAVE_STRINGS_H 1
142 
143 /* Define to 1 if you have the <string.h> header file. */
144 #define HAVE_STRING_H 1
145 
146 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
147 #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
148 
149 /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
150 #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
151 
152 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
153 /* #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC */
154 
155 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
156 /* #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC */
157 
158 /* Define to 1 if `st_uatime' is a member of `struct stat'. */
159 /* #undef HAVE_STRUCT_STAT_ST_UATIME */
160 
161 /* Define to 1 if you have the <sys/byteorder.h> header file. */
162 /* #undef HAVE_SYS_BYTEORDER_H */
163 
164 /* Define to 1 if you have the <sys/endian.h> header file. */
165 #define HAVE_SYS_ENDIAN_H 1
166 
167 /* Define to 1 if you have the <sys/param.h> header file. */
168 #define HAVE_SYS_PARAM_H 1
169 
170 /* Define to 1 if you have the <sys/stat.h> header file. */
171 #define HAVE_SYS_STAT_H 1
172 
173 /* Define to 1 if you have the <sys/time.h> header file. */
174 #define HAVE_SYS_TIME_H 1
175 
176 /* Define to 1 if you have the <sys/types.h> header file. */
177 #define HAVE_SYS_TYPES_H 1
178 
179 /* Define to 1 if the system has the type `uintptr_t'. */
180 #define HAVE_UINTPTR_T 1
181 
182 /* Define to 1 if you have the <unistd.h> header file. */
183 #define HAVE_UNISTD_H 1
184 
185 /* Define to 1 if you have the `utime' function. */
186 /* #undef HAVE_UTIME */
187 
188 /* Define to 1 if you have the `utimes' function. */
189 /* #undef HAVE_UTIMES */
190 
191 /* Define to 1 if you have the `wcwidth' function. */
192 #define HAVE_WCWIDTH 1
193 
194 /* Define to 1 if the system has the type `_Bool'. */
195 #define HAVE__BOOL 1
196 
197 /* Define to the address where bug reports for this package should be sent. */
198 #define PACKAGE_BUGREPORT "joerg@NetBSD.org"
199 
200 /* Define to the full name of this package. */
201 #define PACKAGE_NAME "XZ Utils"
202 
203 /* Define to the full name and version of this package. */
204 #define PACKAGE_STRING "XZ Utils 5.0.0"
205 
206 /* Define to the one symbol short name of this package. */
207 #define PACKAGE_TARNAME "xz"
208 
209 /* Define to the home page for this package. */
210 #define PACKAGE_URL "http://tukaani.org/xz/"
211 
212 /* Define to the version of this package. */
213 #define PACKAGE_VERSION "5.0.0"
214 
215 /* The size of `size_t', as computed by sizeof. */
216 #define SIZEOF_SIZE_T 8
217 
218 /* Define to 1 if you have the ANSI C header files. */
219 #define STDC_HEADERS 1
220 
221 /* Define to 1 if the number of available CPU cores can be detected with
222    pstat_getdynamic(). */
223 /* #undef TUKLIB_CPUCORES_PSTAT_GETDYNAMIC */
224 
225 /* Define to 1 if the number of available CPU cores can be detected with
226    sysconf(_SC_NPROCESSORS_ONLN) or sysconf(_SC_NPROC_ONLN). */
227 /* #undef TUKLIB_CPUCORES_SYSCONF */
228 
229 /* Define to 1 if the number of available CPU cores can be detected with
230    sysctl(). */
231 #define TUKLIB_CPUCORES_SYSCTL 1
232 
233 /* Define to 1 if the system supports fast unaligned access to 16-bit and
234    32-bit integers. */
235 /* #undef TUKLIB_FAST_UNALIGNED_ACCESS */
236 
237 /* Define to 1 if the amount of physical memory can be detected with
238    _system_configuration.physmem. */
239 /* #undef TUKLIB_PHYSMEM_AIX */
240 
241 /* Define to 1 if the amount of physical memory can be detected with
242    getinvent_r(). */
243 /* #undef TUKLIB_PHYSMEM_GETINVENT_R */
244 
245 /* Define to 1 if the amount of physical memory can be detected with
246    getsysinfo(). */
247 /* #undef TUKLIB_PHYSMEM_GETSYSINFO */
248 
249 /* Define to 1 if the amount of physical memory can be detected with
250    pstat_getstatic(). */
251 /* #undef TUKLIB_PHYSMEM_PSTAT_GETSTATIC */
252 
253 /* Define to 1 if the amount of physical memory can be detected with
254    sysconf(_SC_PAGESIZE) and sysconf(_SC_PHYS_PAGES). */
255 /* #undef TUKLIB_PHYSMEM_SYSCONF */
256 
257 /* Define to 1 if the amount of physical memory can be detected with sysctl().
258    */
259 #define TUKLIB_PHYSMEM_SYSCTL 1
260 
261 /* Define to 1 if the amount of physical memory can be detected with Linux
262    sysinfo(). */
263 /* #undef TUKLIB_PHYSMEM_SYSINFO */
264 
265 /* Enable extensions on AIX 3, Interix.  */
266 #ifndef _ALL_SOURCE
267 # define _ALL_SOURCE 1
268 #endif
269 /* Enable GNU extensions on systems that have them.  */
270 #ifndef _GNU_SOURCE
271 # define _GNU_SOURCE 1
272 #endif
273 /* Enable threading extensions on Solaris.  */
274 #ifndef _POSIX_PTHREAD_SEMANTICS
275 # define _POSIX_PTHREAD_SEMANTICS 1
276 #endif
277 /* Enable extensions on HP NonStop.  */
278 #ifndef _TANDEM_SOURCE
279 # define _TANDEM_SOURCE 1
280 #endif
281 /* Enable general extensions on Solaris.  */
282 #ifndef __EXTENSIONS__
283 # define __EXTENSIONS__ 1
284 #endif
285 
286 
287 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
288    significant byte first (like Motorola and SPARC, unlike Intel). */
289 #if defined AC_APPLE_UNIVERSAL_BUILD
290 # if defined __BIG_ENDIAN__
291 #  define WORDS_BIGENDIAN 1
292 # endif
293 #else
294 # ifndef WORDS_BIGENDIAN
295 /* #  undef WORDS_BIGENDIAN */
296 # endif
297 #endif
298 
299 /* Number of bits in a file offset, on hosts where this is settable. */
300 /* #undef _FILE_OFFSET_BITS */
301 
302 /* Define for large files, on AIX-style hosts. */
303 /* #undef _LARGE_FILES */
304 
305 /* Define to 1 if on MINIX. */
306 /* #undef _MINIX */
307 
308 /* Define to 2 if the system does not provide POSIX.1 features except with
309    this defined. */
310 /* #undef _POSIX_1_SOURCE */
311 
312 /* Define to 1 if you need to in order for `stat' and other things to work. */
313 /* #undef _POSIX_SOURCE */
314 
315 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
316    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
317    #define below would cause a syntax error. */
318 /* #undef _UINT32_T */
319 
320 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
321    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
322    #define below would cause a syntax error. */
323 /* #undef _UINT64_T */
324 
325 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
326    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
327    #define below would cause a syntax error. */
328 /* #undef _UINT8_T */
329 
330 /* Define to the type of a signed integer type of width exactly 32 bits if
331    such a type exists and the standard includes do not define it. */
332 /* #undef int32_t */
333 
334 /* Define to the type of a signed integer type of width exactly 64 bits if
335    such a type exists and the standard includes do not define it. */
336 /* #undef int64_t */
337 
338 /* Define to the type of an unsigned integer type of width exactly 16 bits if
339    such a type exists and the standard includes do not define it. */
340 /* #undef uint16_t */
341 
342 /* Define to the type of an unsigned integer type of width exactly 32 bits if
343    such a type exists and the standard includes do not define it. */
344 /* #undef uint32_t */
345 
346 /* Define to the type of an unsigned integer type of width exactly 64 bits if
347    such a type exists and the standard includes do not define it. */
348 /* #undef uint64_t */
349 
350 /* Define to the type of an unsigned integer type of width exactly 8 bits if
351    such a type exists and the standard includes do not define it. */
352 /* #undef uint8_t */
353 
354 /* Define to the type of an unsigned integer type wide enough to hold a
355    pointer, if such a type exists, and if the system does not define it. */
356 /* #undef uintptr_t */
357