| Index: chrome/installer/mac/third_party/xz/config/mac/config.h
|
| ===================================================================
|
| --- chrome/installer/mac/third_party/xz/config/mac/config.h (revision 187300)
|
| +++ chrome/installer/mac/third_party/xz/config/mac/config.h (working copy)
|
| @@ -162,6 +162,9 @@
|
| /* Define if you have POSIX threads libraries and header files. */
|
| #define HAVE_PTHREAD 1
|
|
|
| +/* Have PTHREAD_PRIO_INHERIT. */
|
| +#define HAVE_PTHREAD_PRIO_INHERIT 1
|
| +
|
| /* Define to 1 if optimizing for size. */
|
| /* #undef HAVE_SMALL */
|
|
|
| @@ -255,7 +258,7 @@
|
| #define PACKAGE_NAME "XZ Utils"
|
|
|
| /* Define to the full name and version of this package. */
|
| -#define PACKAGE_STRING "XZ Utils 5.0.3"
|
| +#define PACKAGE_STRING "XZ Utils 5.0.4"
|
|
|
| /* Define to the one symbol short name of this package. */
|
| #define PACKAGE_TARNAME "xz"
|
| @@ -264,7 +267,7 @@
|
| #define PACKAGE_URL "http://tukaani.org/xz/"
|
|
|
| /* Define to the version of this package. */
|
| -#define PACKAGE_VERSION "5.0.3"
|
| +#define PACKAGE_VERSION "5.0.4"
|
|
|
| /* Define to necessary symbol if this constant uses a non-standard name on
|
| your system. */
|
| @@ -347,7 +350,7 @@
|
|
|
|
|
| /* Version number of package */
|
| -#define VERSION "5.0.3"
|
| +#define VERSION "5.0.4"
|
|
|
| /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
| significant byte first (like Motorola and SPARC, unlike Intel). */
|
| @@ -361,6 +364,11 @@
|
| # endif
|
| #endif
|
|
|
| +/* Enable large inode numbers on Mac OS X 10.5. */
|
| +#ifndef _DARWIN_USE_64_BIT_INODE
|
| +# define _DARWIN_USE_64_BIT_INODE 1
|
| +#endif
|
| +
|
| /* Number of bits in a file offset, on hosts where this is settable. */
|
| /* #undef _FILE_OFFSET_BITS */
|
|
|
|
|