]> CyberLeo.Net >> Repos - FreeBSD/releng/8.2.git/blob - lib/liblzma/config.h
MFC r218166:
[FreeBSD/releng/8.2.git] / lib / liblzma / config.h
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_DECL_PROGRAM_INVOCATION_NAME 0
7 #define HAVE_DECODER_ARM 1
8 #define HAVE_DECODER_ARMTHUMB 1
9 #define HAVE_DECODER_DELTA 1
10 #define HAVE_DECODER_IA64 1
11 #define HAVE_DECODER_LZMA1 1
12 #define HAVE_DECODER_LZMA2 1
13 #define HAVE_DECODER_POWERPC 1
14 #define HAVE_DECODER_SPARC 1
15 #define HAVE_DECODER_X86 1
16 #define HAVE_DLFCN_H 1
17 #define HAVE_ENCODER_ARM 1
18 #define HAVE_ENCODER_ARMTHUMB 1
19 #define HAVE_ENCODER_DELTA 1
20 #define HAVE_ENCODER_IA64 1
21 #define HAVE_ENCODER_LZMA1 1
22 #define HAVE_ENCODER_LZMA2 1
23 #define HAVE_ENCODER_POWERPC 1
24 #define HAVE_ENCODER_SPARC 1
25 #define HAVE_ENCODER_X86 1
26 #define HAVE_FCNTL_H 1
27 #define HAVE_FUTIMES 1
28 #define HAVE_GETOPT_H 1
29 #define HAVE_GETOPT_LONG 1
30 #define HAVE_INTTYPES_H 1
31 #define HAVE_LIMITS_H 1
32 #define HAVE_MBRTOWC 1
33 #define HAVE_MEMORY_H 1
34 #define HAVE_MF_BT2 1
35 #define HAVE_MF_BT3 1
36 #define HAVE_MF_BT4 1
37 #define HAVE_MF_HC3 1
38 #define HAVE_MF_HC4 1
39 #define HAVE_OPTRESET 1
40 #define HAVE_PTHREAD 1
41 #define HAVE_STDBOOL_H 1
42 #define HAVE_STDINT_H 1
43 #define HAVE_STDLIB_H 1
44 #define HAVE_STRINGS_H 1
45 #define HAVE_STRING_H 1
46 #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
47 #define HAVE_SYS_ENDIAN_H 1
48 #define HAVE_SYS_PARAM_H 1
49 #define HAVE_SYS_STAT_H 1
50 #define HAVE_SYS_TIME_H 1
51 #define HAVE_SYS_TYPES_H 1
52 #define HAVE_UINTPTR_T 1
53 #define HAVE_UNISTD_H 1
54 #define HAVE_VISIBILITY 1
55 #define HAVE_WCWIDTH 1
56 #define HAVE__BOOL 1
57 #define LT_OBJDIR ".libs/"
58 #define NDEBUG 1
59 #define PACKAGE "xz"
60 #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
61 #define PACKAGE_NAME "XZ Utils"
62 #define PACKAGE_STRING "XZ Utils 5.0.0"
63 #define PACKAGE_TARNAME "xz"
64 #define PACKAGE_URL "http://tukaani.org/xz/"
65 #define PACKAGE_VERSION "5.0.0"
66 #define SIZEOF_SIZE_T 8
67 #define STDC_HEADERS 1
68 #define TUKLIB_CPUCORES_SYSCTL 1
69 #define TUKLIB_PHYSMEM_SYSCONF 1
70 #ifndef _ALL_SOURCE
71 # define _ALL_SOURCE 1
72 #endif
73 #ifndef _GNU_SOURCE
74 # define _GNU_SOURCE 1
75 #endif
76 #ifndef _POSIX_PTHREAD_SEMANTICS
77 # define _POSIX_PTHREAD_SEMANTICS 1
78 #endif
79 #ifndef _TANDEM_SOURCE
80 # define _TANDEM_SOURCE 1
81 #endif
82 #ifndef __EXTENSIONS__
83 # define __EXTENSIONS__ 1
84 #endif
85 #define VERSION "5.0.0"
86 #if defined(__FreeBSD__)
87 #include <machine/endian.h>
88 #if _BYTE_ORDER == _BIG_ENDIAN
89 # define WORDS_BIGENDIAN 1
90 #endif
91 #else
92 #if defined AC_APPLE_UNIVERSAL_BUILD
93 # if defined __BIG_ENDIAN__
94 #  define WORDS_BIGENDIAN 1
95 # endif
96 #else
97 # ifndef WORDS_BIGENDIAN
98 /* #  undef WORDS_BIGENDIAN */
99 # endif
100 #endif
101 #endif