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