xref: /dragonfly/lib/liblzma/config.h (revision 3d33658b)
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 /* #undef ENABLE_NLS */
13 
14 /* Define to 1 if bswap_16 is available. */
15 /* #undef HAVE_BSWAP_16 */
16 
17 /* Define to 1 if bswap_32 is available. */
18 /* #undef HAVE_BSWAP_32 */
19 
20 /* Define to 1 if bswap_64 is available. */
21 /* #undef HAVE_BSWAP_64 */
22 
23 /* Define to 1 if you have the <byteswap.h> header file. */
24 /* #undef HAVE_BYTESWAP_H */
25 
26 /* Define to 1 if Capsicum is available. */
27 /* #undef HAVE_CAPSICUM */
28 
29 /* Define to 1 if the system has the type `CC_SHA256_CTX'. */
30 /* #undef HAVE_CC_SHA256_CTX */
31 
32 /* Define to 1 if you have the `CC_SHA256_Init' function. */
33 /* #undef HAVE_CC_SHA256_INIT */
34 
35 /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
36    CoreFoundation framework. */
37 /* #undef HAVE_CFLOCALECOPYCURRENT */
38 
39 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
40    the CoreFoundation framework. */
41 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
42 
43 /* Define to 1 if crc32 integrity check is enabled. */
44 #define HAVE_CHECK_CRC32 1
45 
46 /* Define to 1 if crc64 integrity check is enabled. */
47 #define HAVE_CHECK_CRC64 1
48 
49 /* Define to 1 if sha256 integrity check is enabled. */
50 #define HAVE_CHECK_SHA256 1
51 
52 /* Define to 1 if you have the `clock_gettime' function. */
53 /* #undef HAVE_CLOCK_GETTIME */
54 
55 /* Define to 1 if you have the <CommonCrypto/CommonDigest.h> header file. */
56 /* #undef HAVE_COMMONCRYPTO_COMMONDIGEST_H */
57 
58 /* Define if the GNU dcgettext() function is already present or preinstalled.
59    */
60 /* #undef HAVE_DCGETTEXT */
61 
62 /* Define to 1 if you have the declaration of `CLOCK_MONOTONIC', and to 0 if
63    you don't. */
64 /* #undef HAVE_DECL_CLOCK_MONOTONIC */
65 
66 /* Define to 1 if you have the declaration of `program_invocation_name', and
67    to 0 if you don't. */
68 #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
69 
70 /* Define to 1 if any of HAVE_DECODER_foo have been defined. */
71 #define HAVE_DECODERS 1
72 
73 /* Define to 1 if arm decoder is enabled. */
74 #define HAVE_DECODER_ARM 1
75 
76 /* Define to 1 if armthumb decoder is enabled. */
77 #define HAVE_DECODER_ARMTHUMB 1
78 
79 /* Define to 1 if delta decoder is enabled. */
80 #define HAVE_DECODER_DELTA 1
81 
82 /* Define to 1 if ia64 decoder is enabled. */
83 #define HAVE_DECODER_IA64 1
84 
85 /* Define to 1 if lzma1 decoder is enabled. */
86 #define HAVE_DECODER_LZMA1 1
87 
88 /* Define to 1 if lzma2 decoder is enabled. */
89 #define HAVE_DECODER_LZMA2 1
90 
91 /* Define to 1 if powerpc decoder is enabled. */
92 #define HAVE_DECODER_POWERPC 1
93 
94 /* Define to 1 if sparc decoder is enabled. */
95 #define HAVE_DECODER_SPARC 1
96 
97 /* Define to 1 if x86 decoder is enabled. */
98 #define HAVE_DECODER_X86 1
99 
100 /* Define to 1 if you have the <dlfcn.h> header file. */
101 #define HAVE_DLFCN_H 1
102 
103 /* Define to 1 if any of HAVE_ENCODER_foo have been defined. */
104 #define HAVE_ENCODERS 1
105 
106 /* Define to 1 if arm encoder is enabled. */
107 #define HAVE_ENCODER_ARM 1
108 
109 /* Define to 1 if armthumb encoder is enabled. */
110 #define HAVE_ENCODER_ARMTHUMB 1
111 
112 /* Define to 1 if delta encoder is enabled. */
113 #define HAVE_ENCODER_DELTA 1
114 
115 /* Define to 1 if ia64 encoder is enabled. */
116 #define HAVE_ENCODER_IA64 1
117 
118 /* Define to 1 if lzma1 encoder is enabled. */
119 #define HAVE_ENCODER_LZMA1 1
120 
121 /* Define to 1 if lzma2 encoder is enabled. */
122 #define HAVE_ENCODER_LZMA2 1
123 
124 /* Define to 1 if powerpc encoder is enabled. */
125 #define HAVE_ENCODER_POWERPC 1
126 
127 /* Define to 1 if sparc encoder is enabled. */
128 #define HAVE_ENCODER_SPARC 1
129 
130 /* Define to 1 if x86 encoder is enabled. */
131 #define HAVE_ENCODER_X86 1
132 
133 /* Define to 1 if you have the <fcntl.h> header file. */
134 #define HAVE_FCNTL_H 1
135 
136 /* Define to 1 if you have the `futimens' function. */
137 #define HAVE_FUTIMENS 1
138 
139 /* Define to 1 if you have the `futimes' function. */
140 /* #undef HAVE_FUTIMES */
141 
142 /* Define to 1 if you have the `futimesat' function. */
143 /* #undef HAVE_FUTIMESAT */
144 
145 /* Define to 1 if you have the <getopt.h> header file. */
146 #define HAVE_GETOPT_H 1
147 
148 /* Define to 1 if you have the `getopt_long' function. */
149 #define HAVE_GETOPT_LONG 1
150 
151 /* Define if the GNU gettext() function is already present or preinstalled. */
152 /* #undef HAVE_GETTEXT */
153 
154 /* Define if you have the iconv() function and it works. */
155 /* #undef HAVE_ICONV */
156 
157 /* Define to 1 if you have the <immintrin.h> header file. */
158 /* Disable for gcc47, but allow for newer clangs. */
159 #if defined(__clang__) || (__GNUC__ > 4)
160 #define HAVE_IMMINTRIN_H 1
161 #endif
162 
163 /* Define to 1 if you have the <inttypes.h> header file. */
164 #define HAVE_INTTYPES_H 1
165 
166 /* Define to 1 if you have the <limits.h> header file. */
167 #define HAVE_LIMITS_H 1
168 
169 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
170 #define HAVE_MBRTOWC 1
171 
172 /* Define to 1 if you have the <memory.h> header file. */
173 #define HAVE_MEMORY_H 1
174 
175 /* Define to 1 to enable bt2 match finder. */
176 #define HAVE_MF_BT2 1
177 
178 /* Define to 1 to enable bt3 match finder. */
179 #define HAVE_MF_BT3 1
180 
181 /* Define to 1 to enable bt4 match finder. */
182 #define HAVE_MF_BT4 1
183 
184 /* Define to 1 to enable hc3 match finder. */
185 #define HAVE_MF_HC3 1
186 
187 /* Define to 1 to enable hc4 match finder. */
188 #define HAVE_MF_HC4 1
189 
190 /* Define to 1 if getopt.h declares extern int optreset. */
191 #define HAVE_OPTRESET 1
192 
193 /* Define to 1 if you have the `posix_fadvise' function. */
194 #define HAVE_POSIX_FADVISE 1
195 
196 /* Define to 1 if you have the `pthread_condattr_setclock' function. */
197 /* #undef HAVE_PTHREAD_CONDATTR_SETCLOCK */
198 
199 /* Have PTHREAD_PRIO_INHERIT. */
200 /* #undef HAVE_PTHREAD_PRIO_INHERIT */
201 
202 /* Define to 1 if you have the `SHA256Init' function. */
203 /* #undef HAVE_SHA256INIT */
204 
205 /* Define to 1 if the system has the type `SHA256_CTX'. */
206 /* #undef HAVE_SHA256_CTX */
207 
208 /* Define to 1 if you have the <sha256.h> header file. */
209 /* #undef HAVE_SHA256_H */
210 
211 /* Define to 1 if you have the `SHA256_Init' function. */
212 /* #undef HAVE_SHA256_INIT */
213 
214 /* Define to 1 if the system has the type `SHA2_CTX'. */
215 /* #undef HAVE_SHA2_CTX */
216 
217 /* Define to 1 if you have the <sha2.h> header file. */
218 /* #undef HAVE_SHA2_H */
219 
220 /* Define to 1 if optimizing for size. */
221 /* #undef HAVE_SMALL */
222 
223 /* Define to 1 if stdbool.h conforms to C99. */
224 #define HAVE_STDBOOL_H 1
225 
226 /* Define to 1 if you have the <stdint.h> header file. */
227 #define HAVE_STDINT_H 1
228 
229 /* Define to 1 if you have the <stdlib.h> header file. */
230 #define HAVE_STDLIB_H 1
231 
232 /* Define to 1 if you have the <strings.h> header file. */
233 #define HAVE_STRINGS_H 1
234 
235 /* Define to 1 if you have the <string.h> header file. */
236 #define HAVE_STRING_H 1
237 
238 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
239 /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
240 
241 /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
242 #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
243 
244 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
245 /* #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC */
246 
247 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
248 #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
249 
250 /* Define to 1 if `st_uatime' is a member of `struct stat'. */
251 /* #undef HAVE_STRUCT_STAT_ST_UATIME */
252 
253 /* Define to 1 if you have the <sys/byteorder.h> header file. */
254 /* #undef HAVE_SYS_BYTEORDER_H */
255 
256 /* Define to 1 if you have the <sys/capsicum.h> header file. */
257 /* #undef HAVE_SYS_CAPSICUM_H */
258 
259 /* Define to 1 if you have the <sys/endian.h> header file. */
260 #define HAVE_SYS_ENDIAN_H 1
261 
262 /* Define to 1 if you have the <sys/param.h> header file. */
263 #define HAVE_SYS_PARAM_H 1
264 
265 /* Define to 1 if you have the <sys/stat.h> header file. */
266 #define HAVE_SYS_STAT_H 1
267 
268 /* Define to 1 if you have the <sys/time.h> header file. */
269 #define HAVE_SYS_TIME_H 1
270 
271 /* Define to 1 if you have the <sys/types.h> header file. */
272 #define HAVE_SYS_TYPES_H 1
273 
274 /* Define to 1 if the system has the type `uintptr_t'. */
275 #define HAVE_UINTPTR_T 1
276 
277 /* Define to 1 if you have the <unistd.h> header file. */
278 #define HAVE_UNISTD_H 1
279 
280 /* Define to 1 if you have the `utime' function. */
281 /* #undef HAVE_UTIME */
282 
283 /* Define to 1 if you have the `utimes' function. */
284 /* #undef HAVE_UTIMES */
285 
286 /* Define to 1 or 0, depending whether the compiler supports simple visibility
287    declarations. */
288 #define HAVE_VISIBILITY 1
289 
290 /* Define to 1 if you have the `wcwidth' function. */
291 #define HAVE_WCWIDTH 1
292 
293 /* Define to 1 if the system has the type `_Bool'. */
294 #define HAVE__BOOL 1
295 
296 /* Define to 1 if you have the `_futime' function. */
297 /* #undef HAVE__FUTIME */
298 
299 /* Define to 1 if _mm_movemask_epi8 is available. */
300 #define HAVE__MM_MOVEMASK_EPI8 1
301 
302 /* Define to the sub-directory where libtool stores uninstalled libraries. */
303 #define LT_OBJDIR ".libs/"
304 
305 /* Define to 1 when using POSIX threads (pthreads). */
306 /* ONLY USED IN XZ(1) */
307 /* #undef MYTHREAD_POSIX */
308 
309 /* Define to 1 when using Windows Vista compatible threads. This uses features
310    that are not available on Windows XP. */
311 /* #undef MYTHREAD_VISTA */
312 
313 /* Define to 1 when using Windows 95 (and thus XP) compatible threads. This
314    avoids use of features that were added in Windows Vista. */
315 /* #undef MYTHREAD_WIN95 */
316 
317 /* Define to 1 to disable debugging code. */
318 #define NDEBUG 1
319 
320 /* Name of package */
321 #define PACKAGE "xz"
322 
323 /* Define to the address where bug reports for this package should be sent. */
324 #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
325 
326 /* Define to the full name of this package. */
327 #define PACKAGE_NAME "XZ Utils"
328 
329 /* Define to the full name and version of this package. */
330 #define PACKAGE_STRING "XZ Utils 5.2.4"
331 
332 /* Define to the one symbol short name of this package. */
333 #define PACKAGE_TARNAME "xz"
334 
335 /* Define to the home page for this package. */
336 #define PACKAGE_URL "https://tukaani.org/xz/"
337 
338 /* Define to the version of this package. */
339 #define PACKAGE_VERSION "5.2.4"
340 
341 /* Define to necessary symbol if this constant uses a non-standard name on
342    your system. */
343 /* #undef PTHREAD_CREATE_JOINABLE */
344 
345 /* The size of `size_t', as computed by sizeof. */
346 #define SIZEOF_SIZE_T 8
347 
348 /* Define to 1 if you have the ANSI C header files. */
349 #define STDC_HEADERS 1
350 
351 /* Define to 1 if the number of available CPU cores can be detected with
352    cpuset(2). */
353 /* #undef TUKLIB_CPUCORES_CPUSET */
354 
355 /* Define to 1 if the number of available CPU cores can be detected with
356    pstat_getdynamic(). */
357 /* #undef TUKLIB_CPUCORES_PSTAT_GETDYNAMIC */
358 
359 /* Define to 1 if the number of available CPU cores can be detected with
360    sched_getaffinity() */
361 #define TUKLIB_CPUCORES_SCHED_GETAFFINITY 1
362 
363 /* Define to 1 if the number of available CPU cores can be detected with
364    sysconf(_SC_NPROCESSORS_ONLN) or sysconf(_SC_NPROC_ONLN). */
365 /* #undef TUKLIB_CPUCORES_SYSCONF */
366 
367 /* Define to 1 if the number of available CPU cores can be detected with
368    sysctl(). */
369 /* #undef TUKLIB_CPUCORES_SYSCTL */
370 
371 /* Define to 1 if the system supports fast unaligned access to 16-bit and
372    32-bit integers. */
373 #define TUKLIB_FAST_UNALIGNED_ACCESS 1
374 
375 /* Define to 1 if the amount of physical memory can be detected with
376    _system_configuration.physmem. */
377 /* #undef TUKLIB_PHYSMEM_AIX */
378 
379 /* Define to 1 if the amount of physical memory can be detected with
380    getinvent_r(). */
381 /* #undef TUKLIB_PHYSMEM_GETINVENT_R */
382 
383 /* Define to 1 if the amount of physical memory can be detected with
384    getsysinfo(). */
385 /* #undef TUKLIB_PHYSMEM_GETSYSINFO */
386 
387 /* Define to 1 if the amount of physical memory can be detected with
388    pstat_getstatic(). */
389 /* #undef TUKLIB_PHYSMEM_PSTAT_GETSTATIC */
390 
391 /* Define to 1 if the amount of physical memory can be detected with
392    sysconf(_SC_PAGESIZE) and sysconf(_SC_PHYS_PAGES). */
393 #define TUKLIB_PHYSMEM_SYSCONF 1
394 
395 /* Define to 1 if the amount of physical memory can be detected with sysctl().
396    */
397 /* #undef TUKLIB_PHYSMEM_SYSCTL */
398 
399 /* Define to 1 if the amount of physical memory can be detected with Linux
400    sysinfo(). */
401 /* #undef TUKLIB_PHYSMEM_SYSINFO */
402 
403 /* Enable extensions on AIX 3, Interix.  */
404 #ifndef _ALL_SOURCE
405 # define _ALL_SOURCE 1
406 #endif
407 /* Enable GNU extensions on systems that have them.  */
408 #ifndef _GNU_SOURCE
409 # define _GNU_SOURCE 1
410 #endif
411 /* Enable threading extensions on Solaris.  */
412 #ifndef _POSIX_PTHREAD_SEMANTICS
413 # define _POSIX_PTHREAD_SEMANTICS 1
414 #endif
415 /* Enable extensions on HP NonStop.  */
416 #ifndef _TANDEM_SOURCE
417 # define _TANDEM_SOURCE 1
418 #endif
419 /* Enable general extensions on Solaris.  */
420 #ifndef __EXTENSIONS__
421 # define __EXTENSIONS__ 1
422 #endif
423 
424 
425 /* Version number of package */
426 #define VERSION "5.2.4"
427 
428 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
429    significant byte first (like Motorola and SPARC, unlike Intel). */
430 #if defined AC_APPLE_UNIVERSAL_BUILD
431 # if defined __BIG_ENDIAN__
432 #  define WORDS_BIGENDIAN 1
433 # endif
434 #else
435 # ifndef WORDS_BIGENDIAN
436 /* #  undef WORDS_BIGENDIAN */
437 # endif
438 #endif
439 
440 /* Enable large inode numbers on Mac OS X 10.5.  */
441 #ifndef _DARWIN_USE_64_BIT_INODE
442 # define _DARWIN_USE_64_BIT_INODE 1
443 #endif
444 
445 /* Number of bits in a file offset, on hosts where this is settable. */
446 /* #undef _FILE_OFFSET_BITS */
447 
448 /* Define for large files, on AIX-style hosts. */
449 /* #undef _LARGE_FILES */
450 
451 /* Define to 1 if on MINIX. */
452 /* #undef _MINIX */
453 
454 /* Define to 2 if the system does not provide POSIX.1 features except with
455    this defined. */
456 /* #undef _POSIX_1_SOURCE */
457 
458 /* Define to 1 if you need to in order for `stat' and other things to work. */
459 /* #undef _POSIX_SOURCE */
460 
461 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
462    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
463    #define below would cause a syntax error. */
464 /* #undef _UINT32_T */
465 
466 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
467    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
468    #define below would cause a syntax error. */
469 /* #undef _UINT64_T */
470 
471 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
472    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
473    #define below would cause a syntax error. */
474 /* #undef _UINT8_T */
475 
476 /* Define to rpl_ if the getopt replacement functions and variables should be
477    used. */
478 /* #undef __GETOPT_PREFIX */
479 
480 /* Define to the type of a signed integer type of width exactly 32 bits if
481    such a type exists and the standard includes do not define it. */
482 /* #undef int32_t */
483 
484 /* Define to the type of a signed integer type of width exactly 64 bits if
485    such a type exists and the standard includes do not define it. */
486 /* #undef int64_t */
487 
488 /* Define to the type of an unsigned integer type of width exactly 16 bits if
489    such a type exists and the standard includes do not define it. */
490 /* #undef uint16_t */
491 
492 /* Define to the type of an unsigned integer type of width exactly 32 bits if
493    such a type exists and the standard includes do not define it. */
494 /* #undef uint32_t */
495 
496 /* Define to the type of an unsigned integer type of width exactly 64 bits if
497    such a type exists and the standard includes do not define it. */
498 /* #undef uint64_t */
499 
500 /* Define to the type of an unsigned integer type of width exactly 8 bits if
501    such a type exists and the standard includes do not define it. */
502 /* #undef uint8_t */
503 
504 /* Define to the type of an unsigned integer type wide enough to hold a
505    pointer, if such a type exists, and if the system does not define it. */
506 /* #undef uintptr_t */
507