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