From: Peter Avalos Date: Wed, 11 Jul 2012 07:23:14 +0000 (-0700) Subject: Update files for xz-5.0.4 import. X-Git-Tag: v3.2.0~615 X-Git-Url: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/47394b5674d0f38397c053a811e09128ac97f148 Update files for xz-5.0.4 import. --- diff --git a/lib/liblzma/config.h b/lib/liblzma/config.h index 80c1d17..a9173a1 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 */