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

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

Issue 12938007: Update XZ Utils to 5.0.4 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 9 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 | « chrome/installer/mac/third_party/xz/README.chromium ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* config.h. Generated from config.h.in by configure. */ 1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */ 2 /* config.h.in. Generated from configure.ac by autoheader. */
3 3
4 /* Define if building universal (internal helper macro) */ 4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */ 5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 6
7 /* How many MiB of RAM to assume if the real amount cannot be determined. */ 7 /* How many MiB of RAM to assume if the real amount cannot be determined. */
8 #define ASSUME_RAM 128 8 #define ASSUME_RAM 128
9 9
10 /* Define to 1 if translation of program messages to the user's native 10 /* Define to 1 if translation of program messages to the user's native
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 155
156 /* Define to 1 to enable hc4 match finder. */ 156 /* Define to 1 to enable hc4 match finder. */
157 #define HAVE_MF_HC4 1 157 #define HAVE_MF_HC4 1
158 158
159 /* Define to 1 if getopt.h declares extern int optreset. */ 159 /* Define to 1 if getopt.h declares extern int optreset. */
160 #define HAVE_OPTRESET 1 160 #define HAVE_OPTRESET 1
161 161
162 /* Define if you have POSIX threads libraries and header files. */ 162 /* Define if you have POSIX threads libraries and header files. */
163 #define HAVE_PTHREAD 1 163 #define HAVE_PTHREAD 1
164 164
165 /* Have PTHREAD_PRIO_INHERIT. */
166 #define HAVE_PTHREAD_PRIO_INHERIT 1
167
165 /* Define to 1 if optimizing for size. */ 168 /* Define to 1 if optimizing for size. */
166 /* #undef HAVE_SMALL */ 169 /* #undef HAVE_SMALL */
167 170
168 /* Define to 1 if stdbool.h conforms to C99. */ 171 /* Define to 1 if stdbool.h conforms to C99. */
169 #define HAVE_STDBOOL_H 1 172 #define HAVE_STDBOOL_H 1
170 173
171 /* Define to 1 if you have the <stdint.h> header file. */ 174 /* Define to 1 if you have the <stdint.h> header file. */
172 #define HAVE_STDINT_H 1 175 #define HAVE_STDINT_H 1
173 176
174 /* Define to 1 if you have the <stdlib.h> header file. */ 177 /* Define to 1 if you have the <stdlib.h> header file. */
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 /* Name of package */ 251 /* Name of package */
249 #define PACKAGE "xz" 252 #define PACKAGE "xz"
250 253
251 /* Define to the address where bug reports for this package should be sent. */ 254 /* Define to the address where bug reports for this package should be sent. */
252 #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" 255 #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
253 256
254 /* Define to the full name of this package. */ 257 /* Define to the full name of this package. */
255 #define PACKAGE_NAME "XZ Utils" 258 #define PACKAGE_NAME "XZ Utils"
256 259
257 /* Define to the full name and version of this package. */ 260 /* Define to the full name and version of this package. */
258 #define PACKAGE_STRING "XZ Utils 5.0.3" 261 #define PACKAGE_STRING "XZ Utils 5.0.4"
259 262
260 /* Define to the one symbol short name of this package. */ 263 /* Define to the one symbol short name of this package. */
261 #define PACKAGE_TARNAME "xz" 264 #define PACKAGE_TARNAME "xz"
262 265
263 /* Define to the home page for this package. */ 266 /* Define to the home page for this package. */
264 #define PACKAGE_URL "http://tukaani.org/xz/" 267 #define PACKAGE_URL "http://tukaani.org/xz/"
265 268
266 /* Define to the version of this package. */ 269 /* Define to the version of this package. */
267 #define PACKAGE_VERSION "5.0.3" 270 #define PACKAGE_VERSION "5.0.4"
268 271
269 /* Define to necessary symbol if this constant uses a non-standard name on 272 /* Define to necessary symbol if this constant uses a non-standard name on
270 your system. */ 273 your system. */
271 /* #undef PTHREAD_CREATE_JOINABLE */ 274 /* #undef PTHREAD_CREATE_JOINABLE */
272 275
273 /* The size of `size_t', as computed by sizeof. */ 276 /* The size of `size_t', as computed by sizeof. */
274 #ifdef __LP64__ 277 #ifdef __LP64__
275 #define SIZEOF_SIZE_T 8 278 #define SIZEOF_SIZE_T 8
276 #else 279 #else
277 #define SIZEOF_SIZE_T 4 280 #define SIZEOF_SIZE_T 4
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 #ifndef _TANDEM_SOURCE 343 #ifndef _TANDEM_SOURCE
341 # define _TANDEM_SOURCE 1 344 # define _TANDEM_SOURCE 1
342 #endif 345 #endif
343 /* Enable general extensions on Solaris. */ 346 /* Enable general extensions on Solaris. */
344 #ifndef __EXTENSIONS__ 347 #ifndef __EXTENSIONS__
345 # define __EXTENSIONS__ 1 348 # define __EXTENSIONS__ 1
346 #endif 349 #endif
347 350
348 351
349 /* Version number of package */ 352 /* Version number of package */
350 #define VERSION "5.0.3" 353 #define VERSION "5.0.4"
351 354
352 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 355 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
353 significant byte first (like Motorola and SPARC, unlike Intel). */ 356 significant byte first (like Motorola and SPARC, unlike Intel). */
354 #if defined AC_APPLE_UNIVERSAL_BUILD 357 #if defined AC_APPLE_UNIVERSAL_BUILD
355 # if defined __BIG_ENDIAN__ 358 # if defined __BIG_ENDIAN__
356 # define WORDS_BIGENDIAN 1 359 # define WORDS_BIGENDIAN 1
357 # endif 360 # endif
358 #else 361 #else
359 # ifndef WORDS_BIGENDIAN 362 # ifndef WORDS_BIGENDIAN
360 /* # undef WORDS_BIGENDIAN */ 363 /* # undef WORDS_BIGENDIAN */
361 # endif 364 # endif
362 #endif 365 #endif
363 366
367 /* Enable large inode numbers on Mac OS X 10.5. */
368 #ifndef _DARWIN_USE_64_BIT_INODE
369 # define _DARWIN_USE_64_BIT_INODE 1
370 #endif
371
364 /* Number of bits in a file offset, on hosts where this is settable. */ 372 /* Number of bits in a file offset, on hosts where this is settable. */
365 /* #undef _FILE_OFFSET_BITS */ 373 /* #undef _FILE_OFFSET_BITS */
366 374
367 /* Define for large files, on AIX-style hosts. */ 375 /* Define for large files, on AIX-style hosts. */
368 /* #undef _LARGE_FILES */ 376 /* #undef _LARGE_FILES */
369 377
370 /* Define to 1 if on MINIX. */ 378 /* Define to 1 if on MINIX. */
371 /* #undef _MINIX */ 379 /* #undef _MINIX */
372 380
373 /* Define to 2 if the system does not provide POSIX.1 features except with 381 /* Define to 2 if the system does not provide POSIX.1 features except with
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 such a type exists and the standard includes do not define it. */ 424 such a type exists and the standard includes do not define it. */
417 /* #undef uint64_t */ 425 /* #undef uint64_t */
418 426
419 /* Define to the type of an unsigned integer type of width exactly 8 bits if 427 /* Define to the type of an unsigned integer type of width exactly 8 bits if
420 such a type exists and the standard includes do not define it. */ 428 such a type exists and the standard includes do not define it. */
421 /* #undef uint8_t */ 429 /* #undef uint8_t */
422 430
423 /* Define to the type of an unsigned integer type wide enough to hold a 431 /* Define to the type of an unsigned integer type wide enough to hold a
424 pointer, if such a type exists, and if the system does not define it. */ 432 pointer, if such a type exists, and if the system does not define it. */
425 /* #undef uintptr_t */ 433 /* #undef uintptr_t */
OLDNEW
« no previous file with comments | « chrome/installer/mac/third_party/xz/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698