Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Side by Side Diff: dos/config.h

Issue 7109015: Update XZ Utils to 5.0.3 (in deps) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/xz/
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « dos/README ('k') | m4/tuklib_mbstr.m4 » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Define to 1 if using x86 assembler optimizations. */ 1 /* How many MiB of RAM to assume if the real amount cannot be determined. */
2 #define HAVE_ASM_X86 1 2 #define ASSUME_RAM 32
3 3
4 /* Define to 1 if crc32 integrity check is enabled. */ 4 /* Define to 1 if crc32 integrity check is enabled. */
5 #define HAVE_CHECK_CRC32 1 5 #define HAVE_CHECK_CRC32 1
6 6
7 /* Define to 1 if crc64 integrity check is enabled. */ 7 /* Define to 1 if crc64 integrity check is enabled. */
8 #define HAVE_CHECK_CRC64 1 8 #define HAVE_CHECK_CRC64 1
9 9
10 /* Define to 1 if sha256 integrity check is enabled. */ 10 /* Define to 1 if sha256 integrity check is enabled. */
11 #define HAVE_CHECK_SHA256 1 11 #define HAVE_CHECK_SHA256 1
12 12
13 /* Define to 1 if decoder components are enabled. */
14 #define HAVE_DECODER 1
15
16 /* Define to 1 if arm decoder is enabled. */ 13 /* Define to 1 if arm decoder is enabled. */
17 #define HAVE_DECODER_ARM 1 14 #define HAVE_DECODER_ARM 1
18 15
19 /* Define to 1 if armthumb decoder is enabled. */ 16 /* Define to 1 if armthumb decoder is enabled. */
20 #define HAVE_DECODER_ARMTHUMB 1 17 #define HAVE_DECODER_ARMTHUMB 1
21 18
22 /* Define to 1 if delta decoder is enabled. */ 19 /* Define to 1 if delta decoder is enabled. */
23 #define HAVE_DECODER_DELTA 1 20 #define HAVE_DECODER_DELTA 1
24 21
25 /* Define to 1 if ia64 decoder is enabled. */ 22 /* Define to 1 if ia64 decoder is enabled. */
26 #define HAVE_DECODER_IA64 1 23 #define HAVE_DECODER_IA64 1
27 24
28 /* Define to 1 if lzma1 decoder is enabled. */ 25 /* Define to 1 if lzma1 decoder is enabled. */
29 #define HAVE_DECODER_LZMA1 1 26 #define HAVE_DECODER_LZMA1 1
30 27
31 /* Define to 1 if lzma2 decoder is enabled. */ 28 /* Define to 1 if lzma2 decoder is enabled. */
32 #define HAVE_DECODER_LZMA2 1 29 #define HAVE_DECODER_LZMA2 1
33 30
34 /* Define to 1 if powerpc decoder is enabled. */ 31 /* Define to 1 if powerpc decoder is enabled. */
35 #define HAVE_DECODER_POWERPC 1 32 #define HAVE_DECODER_POWERPC 1
36 33
37 /* Define to 1 if sparc decoder is enabled. */ 34 /* Define to 1 if sparc decoder is enabled. */
38 #define HAVE_DECODER_SPARC 1 35 #define HAVE_DECODER_SPARC 1
39 36
40 /* Define to 1 if subblock decoder is enabled. */
41 /* #undef HAVE_DECODER_SUBBLOCK */
42
43 /* Define to 1 if x86 decoder is enabled. */ 37 /* Define to 1 if x86 decoder is enabled. */
44 #define HAVE_DECODER_X86 1 38 #define HAVE_DECODER_X86 1
45 39
46 /* Define to 1 if encoder components are enabled. */
47 #define HAVE_ENCODER 1
48
49 /* Define to 1 if arm encoder is enabled. */ 40 /* Define to 1 if arm encoder is enabled. */
50 #define HAVE_ENCODER_ARM 1 41 #define HAVE_ENCODER_ARM 1
51 42
52 /* Define to 1 if armthumb encoder is enabled. */ 43 /* Define to 1 if armthumb encoder is enabled. */
53 #define HAVE_ENCODER_ARMTHUMB 1 44 #define HAVE_ENCODER_ARMTHUMB 1
54 45
55 /* Define to 1 if delta encoder is enabled. */ 46 /* Define to 1 if delta encoder is enabled. */
56 #define HAVE_ENCODER_DELTA 1 47 #define HAVE_ENCODER_DELTA 1
57 48
58 /* Define to 1 if ia64 encoder is enabled. */ 49 /* Define to 1 if ia64 encoder is enabled. */
59 #define HAVE_ENCODER_IA64 1 50 #define HAVE_ENCODER_IA64 1
60 51
61 /* Define to 1 if lzma1 encoder is enabled. */ 52 /* Define to 1 if lzma1 encoder is enabled. */
62 #define HAVE_ENCODER_LZMA1 1 53 #define HAVE_ENCODER_LZMA1 1
63 54
64 /* Define to 1 if lzma2 encoder is enabled. */ 55 /* Define to 1 if lzma2 encoder is enabled. */
65 #define HAVE_ENCODER_LZMA2 1 56 #define HAVE_ENCODER_LZMA2 1
66 57
67 /* Define to 1 if powerpc encoder is enabled. */ 58 /* Define to 1 if powerpc encoder is enabled. */
68 #define HAVE_ENCODER_POWERPC 1 59 #define HAVE_ENCODER_POWERPC 1
69 60
70 /* Define to 1 if sparc encoder is enabled. */ 61 /* Define to 1 if sparc encoder is enabled. */
71 #define HAVE_ENCODER_SPARC 1 62 #define HAVE_ENCODER_SPARC 1
72 63
73 /* Define to 1 if subblock encoder is enabled. */
74 /* #undef HAVE_ENCODER_SUBBLOCK */
75
76 /* Define to 1 if x86 encoder is enabled. */ 64 /* Define to 1 if x86 encoder is enabled. */
77 #define HAVE_ENCODER_X86 1 65 #define HAVE_ENCODER_X86 1
78 66
79 /* Define to 1 if the system supports fast unaligned memory access. */
80 #define HAVE_FAST_UNALIGNED_ACCESS 1
81
82 /* Define to 1 if you have the <inttypes.h> header file. */ 67 /* Define to 1 if you have the <inttypes.h> header file. */
83 #define HAVE_INTTYPES_H 1 68 #define HAVE_INTTYPES_H 1
84 69
85 /* Define to 1 if you have the <limits.h> header file. */ 70 /* Define to 1 if you have the <limits.h> header file. */
86 #define HAVE_LIMITS_H 1 71 #define HAVE_LIMITS_H 1
87 72
88 /* Define to 1 if you have the <memory.h> header file. */
89 #define HAVE_MEMORY_H 1
90
91 /* Define to 1 to enable bt2 match finder. */ 73 /* Define to 1 to enable bt2 match finder. */
92 #define HAVE_MF_BT2 1 74 #define HAVE_MF_BT2 1
93 75
94 /* Define to 1 to enable bt3 match finder. */ 76 /* Define to 1 to enable bt3 match finder. */
95 #define HAVE_MF_BT3 1 77 #define HAVE_MF_BT3 1
96 78
97 /* Define to 1 to enable bt4 match finder. */ 79 /* Define to 1 to enable bt4 match finder. */
98 #define HAVE_MF_BT4 1 80 #define HAVE_MF_BT4 1
99 81
100 /* Define to 1 to enable hc3 match finder. */ 82 /* Define to 1 to enable hc3 match finder. */
101 #define HAVE_MF_HC3 1 83 #define HAVE_MF_HC3 1
102 84
103 /* Define to 1 to enable hc4 match finder. */ 85 /* Define to 1 to enable hc4 match finder. */
104 #define HAVE_MF_HC4 1 86 #define HAVE_MF_HC4 1
105 87
106 /* Define to 1 if optimizing for size. */
107 /* #undef HAVE_SMALL */
108
109 /* Define to 1 if stdbool.h conforms to C99. */ 88 /* Define to 1 if stdbool.h conforms to C99. */
110 #define HAVE_STDBOOL_H 1 89 #define HAVE_STDBOOL_H 1
111 90
112 /* Define to 1 if you have the <stdint.h> header file. */ 91 /* Define to 1 if you have the <stdint.h> header file. */
113 #define HAVE_STDINT_H 1 92 #define HAVE_STDINT_H 1
114 93
115 /* Define to 1 if you have the <stdlib.h> header file. */ 94 /* Define to 1 if you have the <stdlib.h> header file. */
116 #define HAVE_STDLIB_H 1 95 #define HAVE_STDLIB_H 1
117 96
118 /* Define to 1 if you have the <strings.h> header file. */
119 #define HAVE_STRINGS_H 1
120
121 /* Define to 1 if you have the <string.h> header file. */ 97 /* Define to 1 if you have the <string.h> header file. */
122 #define HAVE_STRING_H 1 98 #define HAVE_STRING_H 1
123 99
124 /* Define to 1 if the system has the type `uintptr_t'. */
125 #define HAVE_UINTPTR_T 1
126
127 /* Define to 1 if you have the <sys/time.h> header file. */ 100 /* Define to 1 if you have the <sys/time.h> header file. */
128 #define HAVE_SYS_TIME_H 1 101 #define HAVE_SYS_TIME_H 1
129 102
130 /* Define to 1 if you have the `utimes' function. */ 103 /* Define to 1 if you have the `utimes' function. */
131 #define HAVE_UTIMES 1 104 #define HAVE_UTIMES 1
132 105
133 /* Define to 1 or 0, depending whether the compiler supports simple visibility 106 /* Define to 1 or 0, depending whether the compiler supports simple visibility
134 declarations. */ 107 declarations. */
135 #define HAVE_VISIBILITY 0 108 #define HAVE_VISIBILITY 0
136 109
137 /* Define to 1 if the system has the type `_Bool'. */ 110 /* Define to 1 if the system has the type `_Bool'. */
138 #define HAVE__BOOL 1 111 #define HAVE__BOOL 1
139 112
113 /* Define to 1 to disable debugging code. */
114 #define NDEBUG 1
115
140 /* Define to the address where bug reports for this package should be sent. */ 116 /* Define to the address where bug reports for this package should be sent. */
141 #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" 117 #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
142 118
143 /* Define to the URL of the home page of this package. */
144 #define PACKAGE_HOMEPAGE "http://tukaani.org/xz/"
145
146 /* Define to the full name of this package. */ 119 /* Define to the full name of this package. */
147 #define PACKAGE_NAME "XZ Utils" 120 #define PACKAGE_NAME "XZ Utils"
148 121
122 /* Define to the home page for this package. */
123 #define PACKAGE_URL "http://tukaani.org/xz/"
124
149 /* The size of `size_t', as computed by sizeof. */ 125 /* The size of `size_t', as computed by sizeof. */
150 #define SIZEOF_SIZE_T 4 126 #define SIZEOF_SIZE_T 4
151 127
152 /* Define to 1 if you have the ANSI C header files. */ 128 /* Define to 1 if the system supports fast unaligned access to 16-bit and
153 #define STDC_HEADERS 1 129 32-bit integers. */
130 #define TUKLIB_FAST_UNALIGNED_ACCESS 1
OLDNEW
« no previous file with comments | « dos/README ('k') | m4/tuklib_mbstr.m4 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698