xref: /dragonfly/lib/liblzma/config.h (revision 896f2e3a)
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 and it works. */
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 where libtool stores uninstalled libraries. */
242 #define LT_OBJDIR ".libs/"
243 
244 /* Define to 1 to disable debugging code. */
245 #define NDEBUG 1
246 
247 /* Name of package */
248 #define PACKAGE "xz"
249 
250 /* Define to the address where bug reports for this package should be sent. */
251 #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
252 
253 /* Define to the full name of this package. */
254 #define PACKAGE_NAME "XZ Utils"
255 
256 /* Define to the full name and version of this package. */
257 #define PACKAGE_STRING "XZ Utils 5.0.7"
258 
259 /* Define to the one symbol short name of this package. */
260 #define PACKAGE_TARNAME "xz"
261 
262 /* Define to the home page for this package. */
263 #define PACKAGE_URL "http://tukaani.org/xz/"
264 
265 /* Define to the version of this package. */
266 #define PACKAGE_VERSION "5.0.7"
267 
268 /* Define to necessary symbol if this constant uses a non-standard name on
269    your system. */
270 /* #undef PTHREAD_CREATE_JOINABLE */
271 
272 /* The size of `size_t', as computed by sizeof. */
273 #define SIZEOF_SIZE_T 8
274 
275 /* Define to 1 if you have the ANSI C header files. */
276 #define STDC_HEADERS 1
277 
278 /* Define to 1 if the number of available CPU cores can be detected with
279    pstat_getdynamic(). */
280 /* #undef TUKLIB_CPUCORES_PSTAT_GETDYNAMIC */
281 
282 /* Define to 1 if the number of available CPU cores can be detected with
283    sysconf(_SC_NPROCESSORS_ONLN) or sysconf(_SC_NPROC_ONLN). */
284 /* #undef TUKLIB_CPUCORES_SYSCONF */
285 
286 /* Define to 1 if the number of available CPU cores can be detected with
287    sysctl(). */
288 #define TUKLIB_CPUCORES_SYSCTL 1
289 
290 /* Define to 1 if the system supports fast unaligned access to 16-bit and
291    32-bit integers. */
292 #define TUKLIB_FAST_UNALIGNED_ACCESS 1
293 
294 /* Define to 1 if the amount of physical memory can be detected with
295    _system_configuration.physmem. */
296 /* #undef TUKLIB_PHYSMEM_AIX */
297 
298 /* Define to 1 if the amount of physical memory can be detected with
299    getinvent_r(). */
300 /* #undef TUKLIB_PHYSMEM_GETINVENT_R */
301 
302 /* Define to 1 if the amount of physical memory can be detected with
303    getsysinfo(). */
304 /* #undef TUKLIB_PHYSMEM_GETSYSINFO */
305 
306 /* Define to 1 if the amount of physical memory can be detected with
307    pstat_getstatic(). */
308 /* #undef TUKLIB_PHYSMEM_PSTAT_GETSTATIC */
309 
310 /* Define to 1 if the amount of physical memory can be detected with
311    sysconf(_SC_PAGESIZE) and sysconf(_SC_PHYS_PAGES). */
312 #define TUKLIB_PHYSMEM_SYSCONF 1
313 
314 /* Define to 1 if the amount of physical memory can be detected with sysctl().
315    */
316 /* #undef TUKLIB_PHYSMEM_SYSCTL */
317 
318 /* Define to 1 if the amount of physical memory can be detected with Linux
319    sysinfo(). */
320 /* #undef TUKLIB_PHYSMEM_SYSINFO */
321 
322 /* Enable extensions on AIX 3, Interix.  */
323 #ifndef _ALL_SOURCE
324 # define _ALL_SOURCE 1
325 #endif
326 /* Enable GNU extensions on systems that have them.  */
327 #ifndef _GNU_SOURCE
328 # define _GNU_SOURCE 1
329 #endif
330 /* Enable threading extensions on Solaris.  */
331 #ifndef _POSIX_PTHREAD_SEMANTICS
332 # define _POSIX_PTHREAD_SEMANTICS 1
333 #endif
334 /* Enable extensions on HP NonStop.  */
335 #ifndef _TANDEM_SOURCE
336 # define _TANDEM_SOURCE 1
337 #endif
338 /* Enable general extensions on Solaris.  */
339 #ifndef __EXTENSIONS__
340 # define __EXTENSIONS__ 1
341 #endif
342 
343 
344 /* Version number of package */
345 #define VERSION "5.0.7"
346 
347 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
348    significant byte first (like Motorola and SPARC, unlike Intel). */
349 #if defined AC_APPLE_UNIVERSAL_BUILD
350 # if defined __BIG_ENDIAN__
351 #  define WORDS_BIGENDIAN 1
352 # endif
353 #else
354 # ifndef WORDS_BIGENDIAN
355 /* #  undef WORDS_BIGENDIAN */
356 # endif
357 #endif
358 
359 /* Enable large inode numbers on Mac OS X 10.5.  */
360 #ifndef _DARWIN_USE_64_BIT_INODE
361 # define _DARWIN_USE_64_BIT_INODE 1
362 #endif
363 
364 /* Number of bits in a file offset, on hosts where this is settable. */
365 /* #undef _FILE_OFFSET_BITS */
366 
367 /* Define for large files, on AIX-style hosts. */
368 /* #undef _LARGE_FILES */
369 
370 /* Define to 1 if on MINIX. */
371 /* #undef _MINIX */
372 
373 /* Define to 2 if the system does not provide POSIX.1 features except with
374    this defined. */
375 /* #undef _POSIX_1_SOURCE */
376 
377 /* Define to 1 if you need to in order for `stat' and other things to work. */
378 /* #undef _POSIX_SOURCE */
379 
380 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
381    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
382    #define below would cause a syntax error. */
383 /* #undef _UINT32_T */
384 
385 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
386    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
387    #define below would cause a syntax error. */
388 /* #undef _UINT64_T */
389 
390 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
391    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
392    #define below would cause a syntax error. */
393 /* #undef _UINT8_T */
394 
395 /* Define to rpl_ if the getopt replacement functions and variables should be
396    used. */
397 /* #undef __GETOPT_PREFIX */
398 
399 /* Define to the type of a signed integer type of width exactly 32 bits if
400    such a type exists and the standard includes do not define it. */
401 /* #undef int32_t */
402 
403 /* Define to the type of a signed integer type of width exactly 64 bits if
404    such a type exists and the standard includes do not define it. */
405 /* #undef int64_t */
406 
407 /* Define to the type of an unsigned integer type of width exactly 16 bits if
408    such a type exists and the standard includes do not define it. */
409 /* #undef uint16_t */
410 
411 /* Define to the type of an unsigned integer type of width exactly 32 bits if
412    such a type exists and the standard includes do not define it. */
413 /* #undef uint32_t */
414 
415 /* Define to the type of an unsigned integer type of width exactly 64 bits if
416    such a type exists and the standard includes do not define it. */
417 /* #undef uint64_t */
418 
419 /* Define to the type of an unsigned integer type of width exactly 8 bits if
420    such a type exists and the standard includes do not define it. */
421 /* #undef uint8_t */
422 
423 /* Define to the type of an unsigned integer type wide enough to hold a
424    pointer, if such a type exists, and if the system does not define it. */
425 /* #undef uintptr_t */
426