iso9660fs: initialize buffer cache
[minix.git] / external / public-domain / xz / dist / config.h.in
blobae3fd3bf550ae6d6d2af8fe22e7d986754375efc
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
6 /* How many MiB of RAM to assume if the real amount cannot be determined. */
7 #undef ASSUME_RAM
9 /* Define to 1 if translation of program messages to the user's native
10 language is requested. */
11 #undef ENABLE_NLS
13 /* Define to 1 if bswap_16 is available. */
14 #undef HAVE_BSWAP_16
16 /* Define to 1 if bswap_32 is available. */
17 #undef HAVE_BSWAP_32
19 /* Define to 1 if bswap_64 is available. */
20 #undef HAVE_BSWAP_64
22 /* Define to 1 if you have the <byteswap.h> header file. */
23 #undef HAVE_BYTESWAP_H
25 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
26 CoreFoundation framework. */
27 #undef HAVE_CFLOCALECOPYCURRENT
29 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
30 the CoreFoundation framework. */
31 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
33 /* Define to 1 if crc32 integrity check is enabled. */
34 #undef HAVE_CHECK_CRC32
36 /* Define to 1 if crc64 integrity check is enabled. */
37 #undef HAVE_CHECK_CRC64
39 /* Define to 1 if sha256 integrity check is enabled. */
40 #undef HAVE_CHECK_SHA256
42 /* Define if the GNU dcgettext() function is already present or preinstalled.
44 #undef HAVE_DCGETTEXT
46 /* Define to 1 if you have the declaration of `program_invocation_name', and
47 to 0 if you don't. */
48 #undef HAVE_DECL_PROGRAM_INVOCATION_NAME
50 /* Define to 1 if arm decoder is enabled. */
51 #undef HAVE_DECODER_ARM
53 /* Define to 1 if armthumb decoder is enabled. */
54 #undef HAVE_DECODER_ARMTHUMB
56 /* Define to 1 if delta decoder is enabled. */
57 #undef HAVE_DECODER_DELTA
59 /* Define to 1 if ia64 decoder is enabled. */
60 #undef HAVE_DECODER_IA64
62 /* Define to 1 if lzma1 decoder is enabled. */
63 #undef HAVE_DECODER_LZMA1
65 /* Define to 1 if lzma2 decoder is enabled. */
66 #undef HAVE_DECODER_LZMA2
68 /* Define to 1 if powerpc decoder is enabled. */
69 #undef HAVE_DECODER_POWERPC
71 /* Define to 1 if sparc decoder is enabled. */
72 #undef HAVE_DECODER_SPARC
74 /* Define to 1 if x86 decoder is enabled. */
75 #undef HAVE_DECODER_X86
77 /* Define to 1 if you have the <dlfcn.h> header file. */
78 #undef HAVE_DLFCN_H
80 /* Define to 1 if arm encoder is enabled. */
81 #undef HAVE_ENCODER_ARM
83 /* Define to 1 if armthumb encoder is enabled. */
84 #undef HAVE_ENCODER_ARMTHUMB
86 /* Define to 1 if delta encoder is enabled. */
87 #undef HAVE_ENCODER_DELTA
89 /* Define to 1 if ia64 encoder is enabled. */
90 #undef HAVE_ENCODER_IA64
92 /* Define to 1 if lzma1 encoder is enabled. */
93 #undef HAVE_ENCODER_LZMA1
95 /* Define to 1 if lzma2 encoder is enabled. */
96 #undef HAVE_ENCODER_LZMA2
98 /* Define to 1 if powerpc encoder is enabled. */
99 #undef HAVE_ENCODER_POWERPC
101 /* Define to 1 if sparc encoder is enabled. */
102 #undef HAVE_ENCODER_SPARC
104 /* Define to 1 if x86 encoder is enabled. */
105 #undef HAVE_ENCODER_X86
107 /* Define to 1 if you have the <fcntl.h> header file. */
108 #undef HAVE_FCNTL_H
110 /* Define to 1 if you have the `futimens' function. */
111 #undef HAVE_FUTIMENS
113 /* Define to 1 if you have the `futimes' function. */
114 #undef HAVE_FUTIMES
116 /* Define to 1 if you have the `futimesat' function. */
117 #undef HAVE_FUTIMESAT
119 /* Define to 1 if you have the <getopt.h> header file. */
120 #undef HAVE_GETOPT_H
122 /* Define to 1 if you have the `getopt_long' function. */
123 #undef HAVE_GETOPT_LONG
125 /* Define if the GNU gettext() function is already present or preinstalled. */
126 #undef HAVE_GETTEXT
128 /* Define if you have the iconv() function. */
129 #undef HAVE_ICONV
131 /* Define to 1 if you have the <inttypes.h> header file. */
132 #undef HAVE_INTTYPES_H
134 /* Define to 1 if you have the <limits.h> header file. */
135 #undef HAVE_LIMITS_H
137 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
138 #undef HAVE_MBRTOWC
140 /* Define to 1 if you have the <memory.h> header file. */
141 #undef HAVE_MEMORY_H
143 /* Define to 1 to enable bt2 match finder. */
144 #undef HAVE_MF_BT2
146 /* Define to 1 to enable bt3 match finder. */
147 #undef HAVE_MF_BT3
149 /* Define to 1 to enable bt4 match finder. */
150 #undef HAVE_MF_BT4
152 /* Define to 1 to enable hc3 match finder. */
153 #undef HAVE_MF_HC3
155 /* Define to 1 to enable hc4 match finder. */
156 #undef HAVE_MF_HC4
158 /* Define to 1 if getopt.h declares extern int optreset. */
159 #undef HAVE_OPTRESET
161 /* Define if you have POSIX threads libraries and header files. */
162 #undef HAVE_PTHREAD
164 /* Define to 1 if optimizing for size. */
165 #undef HAVE_SMALL
167 /* Define to 1 if stdbool.h conforms to C99. */
168 #undef HAVE_STDBOOL_H
170 /* Define to 1 if you have the <stdint.h> header file. */
171 #undef HAVE_STDINT_H
173 /* Define to 1 if you have the <stdlib.h> header file. */
174 #undef HAVE_STDLIB_H
176 /* Define to 1 if you have the <strings.h> header file. */
177 #undef HAVE_STRINGS_H
179 /* Define to 1 if you have the <string.h> header file. */
180 #undef HAVE_STRING_H
182 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
183 #undef HAVE_STRUCT_STAT_ST_ATIMENSEC
185 /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
186 #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
188 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
189 #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
191 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
192 #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
194 /* Define to 1 if `st_uatime' is a member of `struct stat'. */
195 #undef HAVE_STRUCT_STAT_ST_UATIME
197 /* Define to 1 if you have the <sys/byteorder.h> header file. */
198 #undef HAVE_SYS_BYTEORDER_H
200 /* Define to 1 if you have the <sys/endian.h> header file. */
201 #undef HAVE_SYS_ENDIAN_H
203 /* Define to 1 if you have the <sys/param.h> header file. */
204 #undef HAVE_SYS_PARAM_H
206 /* Define to 1 if you have the <sys/stat.h> header file. */
207 #undef HAVE_SYS_STAT_H
209 /* Define to 1 if you have the <sys/time.h> header file. */
210 #undef HAVE_SYS_TIME_H
212 /* Define to 1 if you have the <sys/types.h> header file. */
213 #undef HAVE_SYS_TYPES_H
215 /* Define to 1 if the system has the type `uintptr_t'. */
216 #undef HAVE_UINTPTR_T
218 /* Define to 1 if you have the <unistd.h> header file. */
219 #undef HAVE_UNISTD_H
221 /* Define to 1 if you have the `utime' function. */
222 #undef HAVE_UTIME
224 /* Define to 1 if you have the `utimes' function. */
225 #undef HAVE_UTIMES
227 /* Define to 1 or 0, depending whether the compiler supports simple visibility
228 declarations. */
229 #undef HAVE_VISIBILITY
231 /* Define to 1 if you have the `wcwidth' function. */
232 #undef HAVE_WCWIDTH
234 /* Define to 1 if the system has the type `_Bool'. */
235 #undef HAVE__BOOL
237 /* Define to the sub-directory in which libtool stores uninstalled libraries.
239 #undef LT_OBJDIR
241 /* Define to 1 to disable debugging code. */
242 #undef NDEBUG
244 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
245 #undef NO_MINUS_C_MINUS_O
247 /* Name of package */
248 #undef PACKAGE
250 /* Define to the address where bug reports for this package should be sent. */
251 #undef PACKAGE_BUGREPORT
253 /* Define to the full name of this package. */
254 #undef PACKAGE_NAME
256 /* Define to the full name and version of this package. */
257 #undef PACKAGE_STRING
259 /* Define to the one symbol short name of this package. */
260 #undef PACKAGE_TARNAME
262 /* Define to the home page for this package. */
263 #undef PACKAGE_URL
265 /* Define to the version of this package. */
266 #undef PACKAGE_VERSION
268 /* Define to necessary symbol if this constant uses a non-standard name on
269 your system. */
270 #undef PTHREAD_CREATE_JOINABLE
272 /* The size of `size_t', as computed by sizeof. */
273 #undef SIZEOF_SIZE_T
275 /* Define to 1 if you have the ANSI C header files. */
276 #undef STDC_HEADERS
278 /* Define to 1 if the number of available CPU cores can be detected with
279 pstat_getdynamic(). */
280 #undef TUKLIB_CPUCORES_PSTAT_GETDYNAMIC
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
286 /* Define to 1 if the number of available CPU cores can be detected with
287 sysctl(). */
288 #undef TUKLIB_CPUCORES_SYSCTL
290 /* Define to 1 if the system supports fast unaligned access to 16-bit and
291 32-bit integers. */
292 #undef TUKLIB_FAST_UNALIGNED_ACCESS
294 /* Define to 1 if the amount of physical memory can be detected with
295 _system_configuration.physmem. */
296 #undef TUKLIB_PHYSMEM_AIX
298 /* Define to 1 if the amount of physical memory can be detected with
299 getinvent_r(). */
300 #undef TUKLIB_PHYSMEM_GETINVENT_R
302 /* Define to 1 if the amount of physical memory can be detected with
303 getsysinfo(). */
304 #undef TUKLIB_PHYSMEM_GETSYSINFO
306 /* Define to 1 if the amount of physical memory can be detected with
307 pstat_getstatic(). */
308 #undef TUKLIB_PHYSMEM_PSTAT_GETSTATIC
310 /* Define to 1 if the amount of physical memory can be detected with
311 sysconf(_SC_PAGESIZE) and sysconf(_SC_PHYS_PAGES). */
312 #undef TUKLIB_PHYSMEM_SYSCONF
314 /* Define to 1 if the amount of physical memory can be detected with sysctl().
316 #undef TUKLIB_PHYSMEM_SYSCTL
318 /* Define to 1 if the amount of physical memory can be detected with Linux
319 sysinfo(). */
320 #undef TUKLIB_PHYSMEM_SYSINFO
322 /* Enable extensions on AIX 3, Interix. */
323 #ifndef _ALL_SOURCE
324 # undef _ALL_SOURCE
325 #endif
326 /* Enable GNU extensions on systems that have them. */
327 #ifndef _GNU_SOURCE
328 # undef _GNU_SOURCE
329 #endif
330 /* Enable threading extensions on Solaris. */
331 #ifndef _POSIX_PTHREAD_SEMANTICS
332 # undef _POSIX_PTHREAD_SEMANTICS
333 #endif
334 /* Enable extensions on HP NonStop. */
335 #ifndef _TANDEM_SOURCE
336 # undef _TANDEM_SOURCE
337 #endif
338 /* Enable general extensions on Solaris. */
339 #ifndef __EXTENSIONS__
340 # undef __EXTENSIONS__
341 #endif
344 /* Version number of package */
345 #undef VERSION
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
359 /* Number of bits in a file offset, on hosts where this is settable. */
360 #undef _FILE_OFFSET_BITS
362 /* Define for large files, on AIX-style hosts. */
363 #undef _LARGE_FILES
365 /* Define to 1 if on MINIX. */
366 #undef _MINIX
368 /* Define to 2 if the system does not provide POSIX.1 features except with
369 this defined. */
370 #undef _POSIX_1_SOURCE
372 /* Define to 1 if you need to in order for `stat' and other things to work. */
373 #undef _POSIX_SOURCE
375 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
376 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
377 #define below would cause a syntax error. */
378 #undef _UINT32_T
380 /* Define for Solaris 2.5.1 so the uint64_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 _UINT64_T
385 /* Define for Solaris 2.5.1 so the uint8_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 _UINT8_T
390 /* Define to rpl_ if the getopt replacement functions and variables should be
391 used. */
392 #undef __GETOPT_PREFIX
394 /* Define to the type of a signed integer type of width exactly 32 bits if
395 such a type exists and the standard includes do not define it. */
396 #undef int32_t
398 /* Define to the type of a signed integer type of width exactly 64 bits if
399 such a type exists and the standard includes do not define it. */
400 #undef int64_t
402 /* Define to the type of an unsigned integer type of width exactly 16 bits if
403 such a type exists and the standard includes do not define it. */
404 #undef uint16_t
406 /* Define to the type of an unsigned integer type of width exactly 32 bits if
407 such a type exists and the standard includes do not define it. */
408 #undef uint32_t
410 /* Define to the type of an unsigned integer type of width exactly 64 bits if
411 such a type exists and the standard includes do not define it. */
412 #undef uint64_t
414 /* Define to the type of an unsigned integer type of width exactly 8 bits if
415 such a type exists and the standard includes do not define it. */
416 #undef uint8_t
418 /* Define to the type of an unsigned integer type wide enough to hold a
419 pointer, if such a type exists, and if the system does not define it. */
420 #undef uintptr_t