Skip to content

Commit

Permalink
Generate updated liblzma config headers for 5.4.2 for apple platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsauer committed Apr 4, 2023
1 parent 83056e3 commit 59f65f4
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 70 deletions.
24 changes: 11 additions & 13 deletions config.lzma-ios-arm64.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <time.h>. */
#define HAVE_CLOCK_MONOTONIC 1

/* Define to 1 if you have the <CommonCrypto/CommonDigest.h> header file. */
/* #undef HAVE_COMMONCRYPTO_COMMONDIGEST_H */

Expand All @@ -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

Expand Down Expand Up @@ -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 <errno.h>. */
/* #undef HAVE_PROGRAM_INVOCATION_NAME */

/* Define to 1 if you have the `pthread_condattr_setclock' function. */
/* #undef HAVE_PTHREAD_CONDATTR_SETCLOCK */

Expand Down Expand Up @@ -303,8 +301,8 @@
/* Define to 1 if you have the <unistd.h> 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. */
Expand Down Expand Up @@ -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"
Expand All @@ -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. */
Expand Down Expand Up @@ -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). */
Expand Down
24 changes: 11 additions & 13 deletions config.lzma-ios-armv7.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <time.h>. */
#define HAVE_CLOCK_MONOTONIC 1

/* Define to 1 if you have the <CommonCrypto/CommonDigest.h> header file. */
/* #undef HAVE_COMMONCRYPTO_COMMONDIGEST_H */

Expand All @@ -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

Expand Down Expand Up @@ -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 <errno.h>. */
/* #undef HAVE_PROGRAM_INVOCATION_NAME */

/* Define to 1 if you have the `pthread_condattr_setclock' function. */
/* #undef HAVE_PTHREAD_CONDATTR_SETCLOCK */

Expand Down Expand Up @@ -303,8 +301,8 @@
/* Define to 1 if you have the <unistd.h> 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. */
Expand Down Expand Up @@ -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"
Expand All @@ -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. */
Expand Down Expand Up @@ -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). */
Expand Down
26 changes: 12 additions & 14 deletions config.lzma-ios-i386.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <time.h>. */
#define HAVE_CLOCK_MONOTONIC 1

/* Define to 1 if you have the <CommonCrypto/CommonDigest.h> header file. */
/* #undef HAVE_COMMONCRYPTO_COMMONDIGEST_H */

Expand All @@ -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

Expand Down Expand Up @@ -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 <errno.h>. */
/* #undef HAVE_PROGRAM_INVOCATION_NAME */

/* Define to 1 if you have the `pthread_condattr_setclock' function. */
/* #undef HAVE_PTHREAD_CONDATTR_SETCLOCK */

Expand Down Expand Up @@ -303,8 +301,8 @@
/* Define to 1 if you have the <unistd.h> 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. */
Expand Down Expand Up @@ -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"
Expand All @@ -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. */
Expand Down Expand Up @@ -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. */
Expand Down Expand Up @@ -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). */
Expand Down
24 changes: 11 additions & 13 deletions config.lzma-osx-arm64.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <time.h>. */
#define HAVE_CLOCK_MONOTONIC 1

/* Define to 1 if you have the <CommonCrypto/CommonDigest.h> header file. */
/* #undef HAVE_COMMONCRYPTO_COMMONDIGEST_H */

Expand All @@ -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

Expand Down Expand Up @@ -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 <errno.h>. */
/* #undef HAVE_PROGRAM_INVOCATION_NAME */

/* Define to 1 if you have the `pthread_condattr_setclock' function. */
/* #undef HAVE_PTHREAD_CONDATTR_SETCLOCK */

Expand Down Expand Up @@ -303,8 +301,8 @@
/* Define to 1 if you have the <unistd.h> 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. */
Expand Down Expand Up @@ -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"
Expand All @@ -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. */
Expand Down Expand Up @@ -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). */
Expand Down
Loading

0 comments on commit 59f65f4

Please sign in to comment.