xref: /freebsd/lib/liblzma/config.h (revision ba8d15d3a8b10be9f3a0cb86a60246f225a36736)
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_FUTIMENS 1
30 #define HAVE_FUTIMES 1
31 #define HAVE_GETOPT_H 1
32 #define HAVE_GETOPT_LONG 1
33 #define HAVE_INTTYPES_H 1
34 #define HAVE_LIMITS_H 1
35 #define HAVE_MBRTOWC 1
36 #define HAVE_MEMORY_H 1
37 #define HAVE_MF_BT2 1
38 #define HAVE_MF_BT3 1
39 #define HAVE_MF_BT4 1
40 #define HAVE_MF_HC3 1
41 #define HAVE_MF_HC4 1
42 #define HAVE_OPTRESET 1
43 #define HAVE_POSIX_FADVISE 1
44 #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
45 #define HAVE_PTHREAD_PRIO_INHERIT 1
46 #define HAVE_STDBOOL_H 1
47 #define HAVE_STDINT_H 1
48 #define HAVE_STDLIB_H 1
49 #define HAVE_STRINGS_H 1
50 #define HAVE_STRING_H 1
51 #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
52 #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
53 #define HAVE_SYS_ENDIAN_H 1
54 #define HAVE_SYS_PARAM_H 1
55 #define HAVE_SYS_STAT_H 1
56 #define HAVE_SYS_TIME_H 1
57 #define HAVE_SYS_TYPES_H 1
58 #define HAVE_UINTPTR_T 1
59 #define HAVE_UNISTD_H 1
60 #define HAVE_VISIBILITY 1
61 #define HAVE_WCWIDTH 1
62 #define HAVE__BOOL 1
63 #if defined(__FreeBSD__) && defined(__amd64__)
64 #define HAVE__MM_MOVEMASK_EPI8 1
65 #endif
66 #define MYTHREAD_POSIX 1
67 #define NDEBUG 1
68 #define PACKAGE "xz"
69 #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
70 #define PACKAGE_NAME "XZ Utils"
71 #define PACKAGE_STRING "XZ Utils 5.2.0"
72 #define PACKAGE_TARNAME "xz"
73 #define PACKAGE_URL "http://tukaani.org/xz/"
74 #define PACKAGE_VERSION "5.2.0"
75 #define SIZEOF_SIZE_T 8
76 #define STDC_HEADERS 1
77 #define TUKLIB_CPUCORES_SYSCTL 1
78 #ifndef _ALL_SOURCE
79 # define _ALL_SOURCE 1
80 #endif
81 #ifndef _GNU_SOURCE
82 # define _GNU_SOURCE 1
83 #endif
84 #ifndef _POSIX_PTHREAD_SEMANTICS
85 # define _POSIX_PTHREAD_SEMANTICS 1
86 #endif
87 #ifndef _TANDEM_SOURCE
88 # define _TANDEM_SOURCE 1
89 #endif
90 #ifndef __EXTENSIONS__
91 # define __EXTENSIONS__ 1
92 #endif
93 #if defined(__FreeBSD__)
94 #include <sys/_types.h>
95 #if defined(__NO_STRICT_ALIGNMENT)
96 #define TUKLIB_FAST_UNALIGNED_ACCESS 1
97 #endif
98 #include <machine/endian.h>
99 #if _BYTE_ORDER == _BIG_ENDIAN
100 # define WORDS_BIGENDIAN 1
101 #endif
102 #endif
103 #define TUKLIB_PHYSMEM_SYSCONF 1
104 #define VERSION "5.2.0"
105