From 47394b5674d0f38397c053a811e09128ac97f148 Mon Sep 17 00:00:00 2001 From: Peter Avalos Date: Wed, 11 Jul 2012 00:23:14 -0700 Subject: [PATCH] Update files for xz-5.0.4 import. --- lib/liblzma/config.h | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/lib/liblzma/config.h b/lib/liblzma/config.h index 80c1d17c56..a9173a1a60 100644 --- a/lib/liblzma/config.h +++ b/lib/liblzma/config.h @@ -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. */ @@ -343,7 +346,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). */ @@ -357,6 +360,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 */ -- 2.28.0