diff options
| author | Martin Matuska <mm@FreeBSD.org> | 2010-11-23 10:37:00 +0000 |
|---|---|---|
| committer | Martin Matuska <mm@FreeBSD.org> | 2010-11-23 10:37:00 +0000 |
| commit | 4f1168a499c779083f56c14feb44db68b8becf38 (patch) | |
| tree | f14cd5359c821367ec91c86b1de17fd3eb757772 /lib | |
| parent | bb762270eddb84f1fb58569c0be53ce43bc8a334 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/liblzma/Makefile | 2 | ||||
| -rw-r--r-- | lib/liblzma/Symbol.map | 1 | ||||
| -rw-r--r-- | lib/liblzma/config.h | 12 |
3 files changed, 6 insertions, 9 deletions
diff --git a/lib/liblzma/Makefile b/lib/liblzma/Makefile index f84ac9376a30..927fe8c4935b 100644 --- a/lib/liblzma/Makefile +++ b/lib/liblzma/Makefile @@ -23,7 +23,6 @@ LZMAINCS+= base.h \ index_hash.h \ lzma.h \ stream_flags.h \ - subblock.h \ version.h \ vli.h @@ -129,7 +128,6 @@ CFLAGS+= -DHAVE_CONFIG_H \ -I${LZMADIR}/lz \ -I${LZMADIR}/rangecoder \ -I${LZMADIR}/lzma \ - -I${LZMADIR}/subblock \ -I${LZMADIR}/delta \ -I${LZMADIR}/simple \ -I${LZMADIR}/../common diff --git a/lib/liblzma/Symbol.map b/lib/liblzma/Symbol.map index efefffdf2f49..3638bdea9af8 100644 --- a/lib/liblzma/Symbol.map +++ b/lib/liblzma/Symbol.map @@ -107,7 +107,6 @@ XZprivate_1.0 { lzma_check_finish; lzma_check_init; lzma_check_update; - lzma_chunk_size; lzma_delta_coder_init; lzma_delta_coder_memusage; lzma_delta_decoder_init; diff --git a/lib/liblzma/config.h b/lib/liblzma/config.h index e7b61bb95f98..0af23f26dd7e 100644 --- a/lib/liblzma/config.h +++ b/lib/liblzma/config.h @@ -4,7 +4,6 @@ #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,19 +52,20 @@ #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 #define PACKAGE "xz" #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" #define PACKAGE_NAME "XZ Utils" -#define PACKAGE_STRING "XZ Utils 4.999.9beta" +#define PACKAGE_STRING "XZ Utils 5.0.0" #define PACKAGE_TARNAME "xz" #define PACKAGE_URL "http://tukaani.org/xz/" -#define PACKAGE_VERSION "4.999.9beta" +#define PACKAGE_VERSION "5.0.0" #define SIZEOF_SIZE_T 8 #define STDC_HEADERS 1 -#define TUKLIB_CPUCORES_SYSCONF 1 +#define TUKLIB_CPUCORES_SYSCTL 1 #define TUKLIB_FAST_UNALIGNED_ACCESS 1 #define TUKLIB_PHYSMEM_SYSCONF 1 #ifndef _ALL_SOURCE @@ -83,7 +83,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "4.999.9beta" +#define VERSION "5.0.0" #if defined(__FreeBSD__) #include <machine/endian.h> #if _BYTE_ORDER == _BIG_ENDIAN |
