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