Chromium Code Reviews

Side by Side Diff: chrome/installer/mac/third_party/xz/config/mac/config.h

Issue 2846025: Add chrome/installer/mac/third_party/xz, and update DEPS to add r50504 on Mac OS X (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
3
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6
7 /* How many MiB of RAM to assume if the real amount cannot be determined. */
8 #define ASSUME_RAM 128
9
10 /* Define to 1 if translation of program messages to the user's native
11 language is requested. */
12 /* #undef ENABLE_NLS */
13
14 /* Define to 1 if bswap_16 is available. */
15 /* #undef HAVE_BSWAP_16 */
16
17 /* Define to 1 if bswap_32 is available. */
18 /* #undef HAVE_BSWAP_32 */
19
20 /* Define to 1 if bswap_64 is available. */
21 /* #undef HAVE_BSWAP_64 */
22
23 /* Define to 1 if you have the <byteswap.h> header file. */
24 /* #undef HAVE_BYTESWAP_H */
25
26 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
27 CoreFoundation framework. */
28 #define HAVE_CFLOCALECOPYCURRENT 1
29
30 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
31 the CoreFoundation framework. */
32 #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
33
34 /* Define to 1 if crc32 integrity check is enabled. */
35 /* #undef HAVE_CHECK_CRC32 */
36
37 /* Define to 1 if crc64 integrity check is enabled. */
38 /* #undef HAVE_CHECK_CRC64 */
39
40 /* Define to 1 if sha256 integrity check is enabled. */
41 /* #undef HAVE_CHECK_SHA256 */
42
43 /* Define if the GNU dcgettext() function is already present or preinstalled.
44 */
45 /* #undef HAVE_DCGETTEXT */
46
47 /* Define to 1 if you have the declaration of `program_invocation_name', and
48 to 0 if you don't. */
49 #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
50
51 /* Define to 1 if decoder components are enabled. */
52 /* #undef HAVE_DECODER */
53
54 /* Define to 1 if arm decoder is enabled. */
55 /* #undef HAVE_DECODER_ARM */
56
57 /* Define to 1 if armthumb decoder is enabled. */
58 /* #undef HAVE_DECODER_ARMTHUMB */
59
60 /* Define to 1 if delta decoder is enabled. */
61 /* #undef HAVE_DECODER_DELTA */
62
63 /* Define to 1 if ia64 decoder is enabled. */
64 /* #undef HAVE_DECODER_IA64 */
65
66 /* Define to 1 if lzma1 decoder is enabled. */
67 /* #undef HAVE_DECODER_LZMA1 */
68
69 /* Define to 1 if lzma2 decoder is enabled. */
70 /* #undef HAVE_DECODER_LZMA2 */
71
72 /* Define to 1 if powerpc decoder is enabled. */
73 /* #undef HAVE_DECODER_POWERPC */
74
75 /* Define to 1 if sparc decoder is enabled. */
76 /* #undef HAVE_DECODER_SPARC */
77
78 /* Define to 1 if x86 decoder is enabled. */
79 /* #undef HAVE_DECODER_X86 */
80
81 /* Define to 1 if you have the <dlfcn.h> header file. */
82 #define HAVE_DLFCN_H 1
83
84 /* Define to 1 if encoder components are enabled. */
85 /* #undef HAVE_ENCODER */
86
87 /* Define to 1 if arm encoder is enabled. */
88 /* #undef HAVE_ENCODER_ARM */
89
90 /* Define to 1 if armthumb encoder is enabled. */
91 /* #undef HAVE_ENCODER_ARMTHUMB */
92
93 /* Define to 1 if delta encoder is enabled. */
94 /* #undef HAVE_ENCODER_DELTA */
95
96 /* Define to 1 if ia64 encoder is enabled. */
97 /* #undef HAVE_ENCODER_IA64 */
98
99 /* Define to 1 if lzma1 encoder is enabled. */
100 /* #undef HAVE_ENCODER_LZMA1 */
101
102 /* Define to 1 if lzma2 encoder is enabled. */
103 /* #undef HAVE_ENCODER_LZMA2 */
104
105 /* Define to 1 if powerpc encoder is enabled. */
106 /* #undef HAVE_ENCODER_POWERPC */
107
108 /* Define to 1 if sparc encoder is enabled. */
109 /* #undef HAVE_ENCODER_SPARC */
110
111 /* Define to 1 if x86 encoder is enabled. */
112 /* #undef HAVE_ENCODER_X86 */
113
114 /* Define to 1 if you have the <fcntl.h> header file. */
115 #define HAVE_FCNTL_H 1
116
117 /* Define to 1 if you have the `futimens' function. */
118 /* #undef HAVE_FUTIMENS */
119
120 /* Define to 1 if you have the `futimes' function. */
121 #define HAVE_FUTIMES 1
122
123 /* Define to 1 if you have the `futimesat' function. */
124 /* #undef HAVE_FUTIMESAT */
125
126 /* Define to 1 if you have the <getopt.h> header file. */
127 #define HAVE_GETOPT_H 1
128
129 /* Define to 1 if you have the `getopt_long' function. */
130 #define HAVE_GETOPT_LONG 1
131
132 /* Define if the GNU gettext() function is already present or preinstalled. */
133 /* #undef HAVE_GETTEXT */
134
135 /* Define if you have the iconv() function. */
136 #define HAVE_ICONV 1
137
138 /* Define to 1 if you have the <inttypes.h> header file. */
139 #define HAVE_INTTYPES_H 1
140
141 /* Define to 1 if you have the <limits.h> header file. */
142 #define HAVE_LIMITS_H 1
143
144 /* Define to 1 if you have the <memory.h> header file. */
145 #define HAVE_MEMORY_H 1
146
147 /* Define to 1 to enable bt2 match finder. */
148 #define HAVE_MF_BT2 1
149
150 /* Define to 1 to enable bt3 match finder. */
151 #define HAVE_MF_BT3 1
152
153 /* Define to 1 to enable bt4 match finder. */
154 #define HAVE_MF_BT4 1
155
156 /* Define to 1 to enable hc3 match finder. */
157 #define HAVE_MF_HC3 1
158
159 /* Define to 1 to enable hc4 match finder. */
160 #define HAVE_MF_HC4 1
161
162 /* Define to 1 if getopt.h declares extern int optreset. */
163 #define HAVE_OPTRESET 1
164
165 /* Define if you have POSIX threads libraries and header files. */
166 #define HAVE_PTHREAD 1
167
168 /* Define to 1 if optimizing for size. */
169 /* #undef HAVE_SMALL */
170
171 /* Define to 1 if stdbool.h conforms to C99. */
172 #define HAVE_STDBOOL_H 1
173
174 /* Define to 1 if you have the <stdint.h> header file. */
175 #define HAVE_STDINT_H 1
176
177 /* Define to 1 if you have the <stdlib.h> header file. */
178 #define HAVE_STDLIB_H 1
179
180 /* Define to 1 if you have the <strings.h> header file. */
181 #define HAVE_STRINGS_H 1
182
183 /* Define to 1 if you have the <string.h> header file. */
184 #define HAVE_STRING_H 1
185
186 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
187 /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
188
189 /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
190 #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
191
192 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
193 /* #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC */
194
195 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
196 /* #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC */
197
198 /* Define to 1 if `st_uatime' is a member of `struct stat'. */
199 /* #undef HAVE_STRUCT_STAT_ST_UATIME */
200
201 /* Define to 1 if you have the <sys/byteorder.h> header file. */
202 /* #undef HAVE_SYS_BYTEORDER_H */
203
204 /* Define to 1 if you have the <sys/endian.h> header file. */
205 /* #undef HAVE_SYS_ENDIAN_H */
206
207 /* Define to 1 if you have the <sys/param.h> header file. */
208 #define HAVE_SYS_PARAM_H 1
209
210 /* Define to 1 if you have the <sys/stat.h> header file. */
211 #define HAVE_SYS_STAT_H 1
212
213 /* Define to 1 if you have the <sys/time.h> header file. */
214 #define HAVE_SYS_TIME_H 1
215
216 /* Define to 1 if you have the <sys/types.h> header file. */
217 #define HAVE_SYS_TYPES_H 1
218
219 /* Define to 1 if the system has the type `uintptr_t'. */
220 #define HAVE_UINTPTR_T 1
221
222 /* Define to 1 if you have the <unistd.h> header file. */
223 #define HAVE_UNISTD_H 1
224
225 /* Define to 1 if you have the `utime' function. */
226 /* #undef HAVE_UTIME */
227
228 /* Define to 1 if you have the `utimes' function. */
229 /* #undef HAVE_UTIMES */
230
231 /* Define to 1 or 0, depending whether the compiler supports simple visibility
232 declarations. */
233 #define HAVE_VISIBILITY 1
234
235 /* Define to 1 if the system has the type `_Bool'. */
236 #define HAVE__BOOL 1
237
238 /* Define to the sub-directory in which libtool stores uninstalled libraries.
239 */
240 #define LT_OBJDIR ".libs/"
241
242 /* Define to 1 to disable debugging code. */
243 #define NDEBUG 1
244
245 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
246 /* #undef NO_MINUS_C_MINUS_O */
247
248 /* Name of package */
249 #define PACKAGE "xz"
250
251 /* Define to the address where bug reports for this package should be sent. */
252 #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
253
254 /* Define to the full name of this package. */
255 #define PACKAGE_NAME "XZ Utils"
256
257 /* Define to the full name and version of this package. */
258 #define PACKAGE_STRING "XZ Utils 4.999.9beta"
259
260 /* Define to the one symbol short name of this package. */
261 #define PACKAGE_TARNAME "xz"
262
263 /* Define to the home page for this package. */
264 #define PACKAGE_URL "http://tukaani.org/xz/"
265
266 /* Define to the version of this package. */
267 #define PACKAGE_VERSION "4.999.9beta"
268
269 /* Define to necessary symbol if this constant uses a non-standard name on
270 your system. */
271 /* #undef PTHREAD_CREATE_JOINABLE */
272
273 /* The size of `size_t', as computed by sizeof. */
274 #define SIZEOF_SIZE_T 8
275
276 /* Define to 1 if you have the ANSI C header files. */
277 #define STDC_HEADERS 1
278
279 /* Define to 1 if the number of available CPU cores can be detected with
280 pstat_getdynamic(). */
281 /* #undef TUKLIB_CPUCORES_PSTAT_GETDYNAMIC */
282
283 /* Define to 1 if the number of available CPU cores can be detected with
284 sysconf(_SC_NPROCESSORS_ONLN) or sysconf(_SC_NPROC_ONLN). */
285 /* #undef TUKLIB_CPUCORES_SYSCONF */
286
287 /* Define to 1 if the number of available CPU cores can be detected with
288 sysctl(). */
289 #define TUKLIB_CPUCORES_SYSCTL 1
290
291 /* Define to 1 if the system supports fast unaligned access to 16-bit and
292 32-bit integers. */
293 #define TUKLIB_FAST_UNALIGNED_ACCESS 1
294
295 /* Define to 1 if the amount of physical memory can be detected with
296 _system_configuration.physmem. */
297 /* #undef TUKLIB_PHYSMEM_AIX */
298
299 /* Define to 1 if the amount of physical memory can be detected with
300 getinvent_r(). */
301 /* #undef TUKLIB_PHYSMEM_GETINVENT_R */
302
303 /* Define to 1 if the amount of physical memory can be detected with
304 getsysinfo(). */
305 /* #undef TUKLIB_PHYSMEM_GETSYSINFO */
306
307 /* Define to 1 if the amount of physical memory can be detected with
308 pstat_getstatic(). */
309 /* #undef TUKLIB_PHYSMEM_PSTAT_GETSTATIC */
310
311 /* Define to 1 if the amount of physical memory can be detected with
312 sysconf(_SC_PAGESIZE) and sysconf(_SC_PHYS_PAGES). */
313 /* #undef TUKLIB_PHYSMEM_SYSCONF */
314
315 /* Define to 1 if the amount of physical memory can be detected with sysctl().
316 */
317 #define TUKLIB_PHYSMEM_SYSCTL 1
318
319 /* Define to 1 if the amount of physical memory can be detected with Linux
320 sysinfo(). */
321 /* #undef TUKLIB_PHYSMEM_SYSINFO */
322
323 /* Enable extensions on AIX 3, Interix. */
324 #ifndef _ALL_SOURCE
325 # define _ALL_SOURCE 1
326 #endif
327 /* Enable GNU extensions on systems that have them. */
328 #ifndef _GNU_SOURCE
329 # define _GNU_SOURCE 1
330 #endif
331 /* Enable threading extensions on Solaris. */
332 #ifndef _POSIX_PTHREAD_SEMANTICS
333 # define _POSIX_PTHREAD_SEMANTICS 1
334 #endif
335 /* Enable extensions on HP NonStop. */
336 #ifndef _TANDEM_SOURCE
337 # define _TANDEM_SOURCE 1
338 #endif
339 /* Enable general extensions on Solaris. */
340 #ifndef __EXTENSIONS__
341 # define __EXTENSIONS__ 1
342 #endif
343
344
345 /* Version number of package */
346 #define VERSION "4.999.9beta"
347
348 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
349 significant byte first (like Motorola and SPARC, unlike Intel). */
350 #if defined AC_APPLE_UNIVERSAL_BUILD
351 # if defined __BIG_ENDIAN__
352 # define WORDS_BIGENDIAN 1
353 # endif
354 #else
355 # ifndef WORDS_BIGENDIAN
356 /* # undef WORDS_BIGENDIAN */
357 # endif
358 #endif
359
360 /* Number of bits in a file offset, on hosts where this is settable. */
361 /* #undef _FILE_OFFSET_BITS */
362
363 /* Define for large files, on AIX-style hosts. */
364 /* #undef _LARGE_FILES */
365
366 /* Define to 1 if on MINIX. */
367 /* #undef _MINIX */
368
369 /* Define to 2 if the system does not provide POSIX.1 features except with
370 this defined. */
371 /* #undef _POSIX_1_SOURCE */
372
373 /* Define to 1 if you need to in order for `stat' and other things to work. */
374 /* #undef _POSIX_SOURCE */
375
376 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
377 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
378 #define below would cause a syntax error. */
379 /* #undef _UINT32_T */
380
381 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
382 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
383 #define below would cause a syntax error. */
384 /* #undef _UINT64_T */
385
386 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
387 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
388 #define below would cause a syntax error. */
389 /* #undef _UINT8_T */
390
391 /* Define to rpl_ if the getopt replacement functions and variables should be
392 used. */
393 /* #undef __GETOPT_PREFIX */
394
395 /* Define to the type of a signed integer type of width exactly 32 bits if
396 such a type exists and the standard includes do not define it. */
397 /* #undef int32_t */
398
399 /* Define to the type of a signed integer type of width exactly 64 bits if
400 such a type exists and the standard includes do not define it. */
401 /* #undef int64_t */
402
403 /* Define to the type of an unsigned integer type of width exactly 16 bits if
404 such a type exists and the standard includes do not define it. */
405 /* #undef uint16_t */
406
407 /* Define to the type of an unsigned integer type of width exactly 32 bits if
408 such a type exists and the standard includes do not define it. */
409 /* #undef uint32_t */
410
411 /* Define to the type of an unsigned integer type of width exactly 64 bits if
412 such a type exists and the standard includes do not define it. */
413 /* #undef uint64_t */
414
415 /* Define to the type of an unsigned integer type of width exactly 8 bits if
416 such a type exists and the standard includes do not define it. */
417 /* #undef uint8_t */
418
419 /* Define to the type of an unsigned integer type wide enough to hold a
420 pointer, if such a type exists, and if the system does not define it. */
421 /* #undef uintptr_t */
OLDNEW
« no previous file with comments | « chrome/installer/mac/third_party/xz/README.chromium ('k') | chrome/installer/mac/third_party/xz/xz.gyp » ('j') | no next file with comments »

Powered by Google App Engine