[Midnightbsd-cvs] src [7207] trunk/lib/liblzma/config.h: upgrade configuration

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 2 15:53:24 EDT 2015


Revision: 7207
          http://svnweb.midnightbsd.org/src/?rev=7207
Author:   laffer1
Date:     2015-08-02 15:53:24 -0400 (Sun, 02 Aug 2015)
Log Message:
-----------
upgrade configuration

Modified Paths:
--------------
    trunk/lib/liblzma/config.h

Modified: trunk/lib/liblzma/config.h
===================================================================
--- trunk/lib/liblzma/config.h	2015-08-02 14:30:03 UTC (rev 7206)
+++ trunk/lib/liblzma/config.h	2015-08-02 19:53:24 UTC (rev 7207)
@@ -1,10 +1,9 @@
-// $MidnightBSD: src/lib/liblzma/config.h,v 1.1 2010/06/16 13:01:06 laffer1 Exp $
+// $MidnightBSD$
 #define ASSUME_RAM 128
 #define HAVE_CHECK_CRC32 1
 #define HAVE_CHECK_CRC64 1
 #define HAVE_CHECK_SHA256 1
 #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
-#define HAVE_DECODER 1
 #define HAVE_DECODER_ARM 1
 #define HAVE_DECODER_ARMTHUMB 1
 #define HAVE_DECODER_DELTA 1
@@ -15,7 +14,6 @@
 #define HAVE_DECODER_SPARC 1
 #define HAVE_DECODER_X86 1
 #define HAVE_DLFCN_H 1
-#define HAVE_ENCODER 1
 #define HAVE_ENCODER_ARM 1
 #define HAVE_ENCODER_ARMTHUMB 1
 #define HAVE_ENCODER_DELTA 1
@@ -31,6 +29,7 @@
 #define HAVE_GETOPT_LONG 1
 #define HAVE_INTTYPES_H 1
 #define HAVE_LIMITS_H 1
+#define HAVE_MBRTOWC 1
 #define HAVE_MEMORY_H 1
 #define HAVE_MF_BT2 1
 #define HAVE_MF_BT3 1
@@ -53,6 +52,7 @@
 #define HAVE_UINTPTR_T 1
 #define HAVE_UNISTD_H 1
 #define HAVE_VISIBILITY 1
+#define HAVE_WCWIDTH 1
 #define HAVE__BOOL 1
 #define LT_OBJDIR ".libs/"
 #define NDEBUG 1
@@ -59,13 +59,13 @@
 #define PACKAGE "xz"
 #define PACKAGE_BUGREPORT "lasse.collin at tukaani.org"
 #define PACKAGE_NAME "XZ Utils"
-#define PACKAGE_STRING "XZ Utils 4.999.9beta"
+#define PACKAGE_STRING "XZ Utils 5.0.3"
 #define PACKAGE_TARNAME "xz"
 #define PACKAGE_URL "http://tukaani.org/xz/"
-#define PACKAGE_VERSION "4.999.9beta"
+#define PACKAGE_VERSION "5.0.3"
 #define SIZEOF_SIZE_T 8
 #define STDC_HEADERS 1
-#define TUKLIB_CPUCORES_SYSCONF 1
+#define TUKLIB_CPUCORES_SYSCTL 1
 #define TUKLIB_PHYSMEM_SYSCONF 1
 #ifndef _ALL_SOURCE
 # define _ALL_SOURCE 1
@@ -82,8 +82,12 @@
 #ifndef __EXTENSIONS__
 # define __EXTENSIONS__ 1
 #endif
-#define VERSION "4.999.9beta"
+#define VERSION "5.0.3"
 #if defined(__MidnightBSD__)
+#include <sys/_types.h>
+#if defined(__NO_STRICT_ALIGNMENT)
+#define TUKLIB_FAST_UNALIGNED_ACCESS 1
+#endif
 #include <machine/endian.h>
 #if _BYTE_ORDER == _BIG_ENDIAN
 # define WORDS_BIGENDIAN 1



More information about the Midnightbsd-cvs mailing list