xref: /freebsd/lib/liblzma/config.h (revision fcb560670601b2a4d87bb31d7531c8dcc37ee71b)
1 /* $FreeBSD$ */
2 #define ASSUME_RAM 128
3 #define HAVE_CHECK_CRC32 1
4 #define HAVE_CHECK_CRC64 1
5 #define HAVE_CHECK_SHA256 1
6 #define HAVE_CLOCK_GETTIME 1
7 #define HAVE_DECL_CLOCK_MONOTONIC 1
8 #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
9 #define HAVE_DECODER_ARM 1
10 #define HAVE_DECODER_ARMTHUMB 1
11 #define HAVE_DECODER_DELTA 1
12 #define HAVE_DECODER_IA64 1
13 #define HAVE_DECODER_LZMA1 1
14 #define HAVE_DECODER_LZMA2 1
15 #define HAVE_DECODER_POWERPC 1
16 #define HAVE_DECODER_SPARC 1
17 #define HAVE_DECODER_X86 1
18 #define HAVE_DLFCN_H 1
19 #define HAVE_ENCODER_ARM 1
20 #define HAVE_ENCODER_ARMTHUMB 1
21 #define HAVE_ENCODER_DELTA 1
22 #define HAVE_ENCODER_IA64 1
23 #define HAVE_ENCODER_LZMA1 1
24 #define HAVE_ENCODER_LZMA2 1
25 #define HAVE_ENCODER_POWERPC 1
26 #define HAVE_ENCODER_SPARC 1
27 #define HAVE_ENCODER_X86 1
28 #define HAVE_FCNTL_H 1
29 #define HAVE_FUTIMES 1
30 #define HAVE_GETOPT_H 1
31 #define HAVE_GETOPT_LONG 1
32 #define HAVE_INTTYPES_H 1
33 #define HAVE_LIMITS_H 1
34 #define HAVE_MBRTOWC 1
35 #define HAVE_MEMORY_H 1
36 #define HAVE_MF_BT2 1
37 #define HAVE_MF_BT3 1
38 #define HAVE_MF_BT4 1
39 #define HAVE_MF_HC3 1
40 #define HAVE_MF_HC4 1
41 #define HAVE_OPTRESET 1
42 #define HAVE_POSIX_FADVISE 1
43 #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
44 #define HAVE_PTHREAD_PRIO_INHERIT 1
45 #define HAVE_STDBOOL_H 1
46 #define HAVE_STDINT_H 1
47 #define HAVE_STDLIB_H 1
48 #define HAVE_STRINGS_H 1
49 #define HAVE_STRING_H 1
50 #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
51 #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
52 #define HAVE_SYS_ENDIAN_H 1
53 #define HAVE_SYS_PARAM_H 1
54 #define HAVE_SYS_STAT_H 1
55 #define HAVE_SYS_TIME_H 1
56 #define HAVE_SYS_TYPES_H 1
57 #define HAVE_UINTPTR_T 1
58 #define HAVE_UNISTD_H 1
59 #define HAVE_VISIBILITY 1
60 #define HAVE_WCWIDTH 1
61 #define HAVE__BOOL 1
62 #if defined(__FreeBSD__) && defined(__amd64__)
63 #define HAVE__MM_MOVEMASK_EPI8 1
64 #endif
65 #define MYTHREAD_POSIX 1
66 #define NDEBUG 1
67 #define PACKAGE "xz"
68 #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
69 #define PACKAGE_NAME "XZ Utils"
70 #define PACKAGE_STRING "XZ Utils 5.2.0"
71 #define PACKAGE_TARNAME "xz"
72 #define PACKAGE_URL "http://tukaani.org/xz/"
73 #define PACKAGE_VERSION "5.2.0"
74 #define SIZEOF_SIZE_T 8
75 #define STDC_HEADERS 1
76 #define TUKLIB_CPUCORES_SYSCTL 1
77 #ifndef _ALL_SOURCE
78 # define _ALL_SOURCE 1
79 #endif
80 #ifndef _GNU_SOURCE
81 # define _GNU_SOURCE 1
82 #endif
83 #ifndef _POSIX_PTHREAD_SEMANTICS
84 # define _POSIX_PTHREAD_SEMANTICS 1
85 #endif
86 #ifndef _TANDEM_SOURCE
87 # define _TANDEM_SOURCE 1
88 #endif
89 #ifndef __EXTENSIONS__
90 # define __EXTENSIONS__ 1
91 #endif
92 #if defined(__FreeBSD__)
93 #include <sys/_types.h>
94 #if defined(__NO_STRICT_ALIGNMENT)
95 #define TUKLIB_FAST_UNALIGNED_ACCESS 1
96 #endif
97 #include <machine/endian.h>
98 #if _BYTE_ORDER == _BIG_ENDIAN
99 # define WORDS_BIGENDIAN 1
100 #endif
101 #endif
102 #define TUKLIB_PHYSMEM_SYSCONF 1
103 #define VERSION "5.2.0"
104