summaryrefslogtreecommitdiff
path: root/lib/liblzma
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2020-03-22 01:27:38 +0000
committerXin LI <delphij@FreeBSD.org>2020-03-22 01:27:38 +0000
commita8675d927bbde29d5a4dc6efddf2f0dc6d6d6983 (patch)
tree450d3e80d3aacc6921fe07f621d4954421ae2fcc /lib/liblzma
parenta57fb68b920a54bc9c73e97e6e1a7ceacf6ad1c2 (diff)
parentb89a9714932b4fb6d8aec10dc79b7ecf9a9ce536 (diff)
downloadsrc-test2-a8675d927bbde29d5a4dc6efddf2f0dc6d6d6983.tar.gz
src-test2-a8675d927bbde29d5a4dc6efddf2f0dc6d6d6983.zip
MFV r359197: xz 5.2.5.
MFC after: 2 weeks Relnotes: yes
Notes
Notes: svn path=/head/; revision=359201
Diffstat (limited to 'lib/liblzma')
-rw-r--r--lib/liblzma/config.h25
1 files changed, 21 insertions, 4 deletions
diff --git a/lib/liblzma/config.h b/lib/liblzma/config.h
index c8edd304fadb..613d928b7802 100644
--- a/lib/liblzma/config.h
+++ b/lib/liblzma/config.h
@@ -38,6 +38,10 @@
CoreFoundation framework. */
/* #undef HAVE_CFLOCALECOPYCURRENT */
+/* Define to 1 if you have the Mac OS X function
+ CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
+/* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
+
/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
the CoreFoundation framework. */
/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
@@ -243,7 +247,7 @@
#define HAVE_STRING_H 1
/* Define to 1 if `st_atimensec' is a member of `struct stat'. */
-/* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
+#define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
/* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
#define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
@@ -308,6 +312,14 @@
#define HAVE__MM_MOVEMASK_EPI8 1
#endif
+/* Define to 1 if the GNU C extension __builtin_assume_aligned is supported.
+ */
+#define HAVE___BUILTIN_ASSUME_ALIGNED 1
+
+/* Define to 1 if the GNU C extensions __builtin_bswap16/32/64 are supported.
+ */
+#define HAVE___BUILTIN_BSWAPXX 1
+
/* Define to the sub-directory where libtool stores uninstalled libraries. */
#define LT_OBJDIR ".libs/"
@@ -335,7 +347,7 @@
#define PACKAGE_NAME "XZ Utils"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "XZ Utils 5.2.4"
+#define PACKAGE_STRING "XZ Utils 5.2.5"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "xz"
@@ -344,7 +356,7 @@
#define PACKAGE_URL "https://tukaani.org/xz/"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "5.2.4"
+#define PACKAGE_VERSION "5.2.5"
/* Define to necessary symbol if this constant uses a non-standard name on
your system. */
@@ -409,6 +421,11 @@
sysinfo(). */
/* #undef TUKLIB_PHYSMEM_SYSINFO */
+/* Define to 1 to use unsafe type punning, e.g. char *x = ...; *(int *)x =
+ 123; which violates strict aliasing rules and thus is undefined behavior
+ and might result in broken code. */
+/* #undef TUKLIB_USE_UNSAFE_TYPE_PUNNING */
+
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
# define _ALL_SOURCE 1
@@ -432,7 +449,7 @@
/* Version number of package */
-#define VERSION "5.2.4"
+#define VERSION "5.2.5"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */