From 59f65f43b80227c31a7fbcdcce8a2b2748f616d0 Mon Sep 17 00:00:00 2001 From: Chris Sauer Date: Mon, 3 Apr 2023 20:59:10 -0700 Subject: [PATCH] Generate updated liblzma config headers for 5.4.2 for apple platforms --- config.lzma-ios-arm64.h | 24 +++++++++++------------- config.lzma-ios-armv7.h | 24 +++++++++++------------- config.lzma-ios-i386.h | 26 ++++++++++++-------------- config.lzma-osx-arm64.h | 24 +++++++++++------------- config.lzma-osx-x86_64.h | 32 +++++++++++++++----------------- 5 files changed, 60 insertions(+), 70 deletions(-) diff --git a/config.lzma-ios-arm64.h b/config.lzma-ios-arm64.h index 668f9d3ec..de9ce8b6c 100644 --- a/config.lzma-ios-arm64.h +++ b/config.lzma-ios-arm64.h @@ -52,6 +52,9 @@ /* Define to 1 if you have the `clock_gettime' function. */ #define HAVE_CLOCK_GETTIME 1 +/* Define to 1 if `CLOCK_MONOTONIC' is declared in . */ +#define HAVE_CLOCK_MONOTONIC 1 + /* Define to 1 if you have the header file. */ /* #undef HAVE_COMMONCRYPTO_COMMONDIGEST_H */ @@ -62,14 +65,6 @@ */ /* #undef HAVE_DCGETTEXT */ -/* Define to 1 if you have the declaration of `CLOCK_MONOTONIC', and to 0 if - you don't. */ -#define HAVE_DECL_CLOCK_MONOTONIC 1 - -/* Define to 1 if you have the declaration of `program_invocation_name', and - to 0 if you don't. */ -#define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 - /* Define to 1 if any of HAVE_DECODER_foo have been defined. */ #define HAVE_DECODERS 1 @@ -209,6 +204,9 @@ /* Define to 1 if you have the `posix_fadvise' function. */ /* #undef HAVE_POSIX_FADVISE */ +/* Define to 1 if `program_invocation_name' is declared in . */ +/* #undef HAVE_PROGRAM_INVOCATION_NAME */ + /* Define to 1 if you have the `pthread_condattr_setclock' function. */ /* #undef HAVE_PTHREAD_CONDATTR_SETCLOCK */ @@ -303,8 +301,8 @@ /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 -/* Define to 1 if _mm_clmulepi64_si128 is usable. See configure.ac for - details. */ +/* Define to 1 if _mm_set_epi64x and _mm_clmulepi64_si128 are usable. See + configure.ac for details. */ /* #undef HAVE_USABLE_CLMUL */ /* Define to 1 if you have the `utime' function. */ @@ -367,7 +365,7 @@ #define PACKAGE_NAME "XZ Utils" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "XZ Utils 5.4.0" +#define PACKAGE_STRING "XZ Utils 5.4.2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "xz" @@ -376,7 +374,7 @@ #define PACKAGE_URL "https://tukaani.org/xz/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "5.4.0" +#define PACKAGE_VERSION "5.4.2" /* Define to necessary symbol if this constant uses a non-standard name on your system. */ @@ -536,7 +534,7 @@ /* Version number of package */ -#define VERSION "5.4.0" +#define VERSION "5.4.2" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ diff --git a/config.lzma-ios-armv7.h b/config.lzma-ios-armv7.h index 96d02b5a0..0661ab804 100644 --- a/config.lzma-ios-armv7.h +++ b/config.lzma-ios-armv7.h @@ -52,6 +52,9 @@ /* Define to 1 if you have the `clock_gettime' function. */ #define HAVE_CLOCK_GETTIME 1 +/* Define to 1 if `CLOCK_MONOTONIC' is declared in . */ +#define HAVE_CLOCK_MONOTONIC 1 + /* Define to 1 if you have the header file. */ /* #undef HAVE_COMMONCRYPTO_COMMONDIGEST_H */ @@ -62,14 +65,6 @@ */ /* #undef HAVE_DCGETTEXT */ -/* Define to 1 if you have the declaration of `CLOCK_MONOTONIC', and to 0 if - you don't. */ -#define HAVE_DECL_CLOCK_MONOTONIC 1 - -/* Define to 1 if you have the declaration of `program_invocation_name', and - to 0 if you don't. */ -#define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 - /* Define to 1 if any of HAVE_DECODER_foo have been defined. */ #define HAVE_DECODERS 1 @@ -209,6 +204,9 @@ /* Define to 1 if you have the `posix_fadvise' function. */ /* #undef HAVE_POSIX_FADVISE */ +/* Define to 1 if `program_invocation_name' is declared in . */ +/* #undef HAVE_PROGRAM_INVOCATION_NAME */ + /* Define to 1 if you have the `pthread_condattr_setclock' function. */ /* #undef HAVE_PTHREAD_CONDATTR_SETCLOCK */ @@ -303,8 +301,8 @@ /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 -/* Define to 1 if _mm_clmulepi64_si128 is usable. See configure.ac for - details. */ +/* Define to 1 if _mm_set_epi64x and _mm_clmulepi64_si128 are usable. See + configure.ac for details. */ /* #undef HAVE_USABLE_CLMUL */ /* Define to 1 if you have the `utime' function. */ @@ -367,7 +365,7 @@ #define PACKAGE_NAME "XZ Utils" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "XZ Utils 5.4.0" +#define PACKAGE_STRING "XZ Utils 5.4.2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "xz" @@ -376,7 +374,7 @@ #define PACKAGE_URL "https://tukaani.org/xz/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "5.4.0" +#define PACKAGE_VERSION "5.4.2" /* Define to necessary symbol if this constant uses a non-standard name on your system. */ @@ -536,7 +534,7 @@ /* Version number of package */ -#define VERSION "5.4.0" +#define VERSION "5.4.2" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ diff --git a/config.lzma-ios-i386.h b/config.lzma-ios-i386.h index 594e6f849..3f5a9a745 100644 --- a/config.lzma-ios-i386.h +++ b/config.lzma-ios-i386.h @@ -52,6 +52,9 @@ /* Define to 1 if you have the `clock_gettime' function. */ #define HAVE_CLOCK_GETTIME 1 +/* Define to 1 if `CLOCK_MONOTONIC' is declared in . */ +#define HAVE_CLOCK_MONOTONIC 1 + /* Define to 1 if you have the header file. */ /* #undef HAVE_COMMONCRYPTO_COMMONDIGEST_H */ @@ -62,14 +65,6 @@ */ /* #undef HAVE_DCGETTEXT */ -/* Define to 1 if you have the declaration of `CLOCK_MONOTONIC', and to 0 if - you don't. */ -#define HAVE_DECL_CLOCK_MONOTONIC 1 - -/* Define to 1 if you have the declaration of `program_invocation_name', and - to 0 if you don't. */ -#define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 - /* Define to 1 if any of HAVE_DECODER_foo have been defined. */ #define HAVE_DECODERS 1 @@ -209,6 +204,9 @@ /* Define to 1 if you have the `posix_fadvise' function. */ /* #undef HAVE_POSIX_FADVISE */ +/* Define to 1 if `program_invocation_name' is declared in . */ +/* #undef HAVE_PROGRAM_INVOCATION_NAME */ + /* Define to 1 if you have the `pthread_condattr_setclock' function. */ /* #undef HAVE_PTHREAD_CONDATTR_SETCLOCK */ @@ -303,8 +301,8 @@ /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 -/* Define to 1 if _mm_clmulepi64_si128 is usable. See configure.ac for - details. */ +/* Define to 1 if _mm_set_epi64x and _mm_clmulepi64_si128 are usable. See + configure.ac for details. */ #define HAVE_USABLE_CLMUL 1 /* Define to 1 if you have the `utime' function. */ @@ -367,7 +365,7 @@ #define PACKAGE_NAME "XZ Utils" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "XZ Utils 5.4.0" +#define PACKAGE_STRING "XZ Utils 5.4.2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "xz" @@ -376,7 +374,7 @@ #define PACKAGE_URL "https://tukaani.org/xz/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "5.4.0" +#define PACKAGE_VERSION "5.4.2" /* Define to necessary symbol if this constant uses a non-standard name on your system. */ @@ -412,7 +410,7 @@ /* Define to 1 if the system supports fast unaligned access to 16-bit, 32-bit, and 64-bit integers. */ -#define TUKLIB_FAST_UNALIGNED_ACCESS 1 +/* #undef TUKLIB_FAST_UNALIGNED_ACCESS */ /* Define to 1 if the amount of physical memory can be detected with _system_configuration.physmem. */ @@ -536,7 +534,7 @@ /* Version number of package */ -#define VERSION "5.4.0" +#define VERSION "5.4.2" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ diff --git a/config.lzma-osx-arm64.h b/config.lzma-osx-arm64.h index 668f9d3ec..de9ce8b6c 100644 --- a/config.lzma-osx-arm64.h +++ b/config.lzma-osx-arm64.h @@ -52,6 +52,9 @@ /* Define to 1 if you have the `clock_gettime' function. */ #define HAVE_CLOCK_GETTIME 1 +/* Define to 1 if `CLOCK_MONOTONIC' is declared in . */ +#define HAVE_CLOCK_MONOTONIC 1 + /* Define to 1 if you have the header file. */ /* #undef HAVE_COMMONCRYPTO_COMMONDIGEST_H */ @@ -62,14 +65,6 @@ */ /* #undef HAVE_DCGETTEXT */ -/* Define to 1 if you have the declaration of `CLOCK_MONOTONIC', and to 0 if - you don't. */ -#define HAVE_DECL_CLOCK_MONOTONIC 1 - -/* Define to 1 if you have the declaration of `program_invocation_name', and - to 0 if you don't. */ -#define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 - /* Define to 1 if any of HAVE_DECODER_foo have been defined. */ #define HAVE_DECODERS 1 @@ -209,6 +204,9 @@ /* Define to 1 if you have the `posix_fadvise' function. */ /* #undef HAVE_POSIX_FADVISE */ +/* Define to 1 if `program_invocation_name' is declared in . */ +/* #undef HAVE_PROGRAM_INVOCATION_NAME */ + /* Define to 1 if you have the `pthread_condattr_setclock' function. */ /* #undef HAVE_PTHREAD_CONDATTR_SETCLOCK */ @@ -303,8 +301,8 @@ /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 -/* Define to 1 if _mm_clmulepi64_si128 is usable. See configure.ac for - details. */ +/* Define to 1 if _mm_set_epi64x and _mm_clmulepi64_si128 are usable. See + configure.ac for details. */ /* #undef HAVE_USABLE_CLMUL */ /* Define to 1 if you have the `utime' function. */ @@ -367,7 +365,7 @@ #define PACKAGE_NAME "XZ Utils" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "XZ Utils 5.4.0" +#define PACKAGE_STRING "XZ Utils 5.4.2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "xz" @@ -376,7 +374,7 @@ #define PACKAGE_URL "https://tukaani.org/xz/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "5.4.0" +#define PACKAGE_VERSION "5.4.2" /* Define to necessary symbol if this constant uses a non-standard name on your system. */ @@ -536,7 +534,7 @@ /* Version number of package */ -#define VERSION "5.4.0" +#define VERSION "5.4.2" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ diff --git a/config.lzma-osx-x86_64.h b/config.lzma-osx-x86_64.h index fb7b64b03..439213fff 100644 --- a/config.lzma-osx-x86_64.h +++ b/config.lzma-osx-x86_64.h @@ -9,7 +9,7 @@ /* Define to 1 if translation of program messages to the user's native language is requested. */ -#define ENABLE_NLS 1 +/* #undef ENABLE_NLS */ /* Define to 1 if bswap_16 is available. */ /* #undef HAVE_BSWAP_16 */ @@ -52,6 +52,9 @@ /* Define to 1 if you have the `clock_gettime' function. */ #define HAVE_CLOCK_GETTIME 1 +/* Define to 1 if `CLOCK_MONOTONIC' is declared in . */ +#define HAVE_CLOCK_MONOTONIC 1 + /* Define to 1 if you have the header file. */ /* #undef HAVE_COMMONCRYPTO_COMMONDIGEST_H */ @@ -60,15 +63,7 @@ /* Define if the GNU dcgettext() function is already present or preinstalled. */ -#define HAVE_DCGETTEXT 1 - -/* Define to 1 if you have the declaration of `CLOCK_MONOTONIC', and to 0 if - you don't. */ -#define HAVE_DECL_CLOCK_MONOTONIC 1 - -/* Define to 1 if you have the declaration of `program_invocation_name', and - to 0 if you don't. */ -#define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 +/* #undef HAVE_DCGETTEXT */ /* Define to 1 if any of HAVE_DECODER_foo have been defined. */ #define HAVE_DECODERS 1 @@ -162,7 +157,7 @@ #define HAVE_GETOPT_LONG 1 /* Define if the GNU gettext() function is already present or preinstalled. */ -#define HAVE_GETTEXT 1 +/* #undef HAVE_GETTEXT */ /* Define if you have the iconv() function and it works. */ #define HAVE_ICONV 1 @@ -209,6 +204,9 @@ /* Define to 1 if you have the `posix_fadvise' function. */ /* #undef HAVE_POSIX_FADVISE */ +/* Define to 1 if `program_invocation_name' is declared in . */ +/* #undef HAVE_PROGRAM_INVOCATION_NAME */ + /* Define to 1 if you have the `pthread_condattr_setclock' function. */ /* #undef HAVE_PTHREAD_CONDATTR_SETCLOCK */ @@ -303,8 +301,8 @@ /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 -/* Define to 1 if _mm_clmulepi64_si128 is usable. See configure.ac for - details. */ +/* Define to 1 if _mm_set_epi64x and _mm_clmulepi64_si128 are usable. See + configure.ac for details. */ #define HAVE_USABLE_CLMUL 1 /* Define to 1 if you have the `utime' function. */ @@ -367,7 +365,7 @@ #define PACKAGE_NAME "XZ Utils" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "XZ Utils 5.4.0" +#define PACKAGE_STRING "XZ Utils 5.4.2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "xz" @@ -376,7 +374,7 @@ #define PACKAGE_URL "https://tukaani.org/xz/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "5.4.0" +#define PACKAGE_VERSION "5.4.2" /* Define to necessary symbol if this constant uses a non-standard name on your system. */ @@ -412,7 +410,7 @@ /* Define to 1 if the system supports fast unaligned access to 16-bit, 32-bit, and 64-bit integers. */ -#define TUKLIB_FAST_UNALIGNED_ACCESS 1 +/* #undef TUKLIB_FAST_UNALIGNED_ACCESS */ /* Define to 1 if the amount of physical memory can be detected with _system_configuration.physmem. */ @@ -536,7 +534,7 @@ /* Version number of package */ -#define VERSION "5.4.0" +#define VERSION "5.4.2" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */