summaryrefslogtreecommitdiffstats
path: root/lib/liblzma
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2010-10-11 21:16:50 +0000
committermm <mm@FreeBSD.org>2010-10-11 21:16:50 +0000
commitf93bdfc53ffb0f9f798dd490a334f485a53f0b25 (patch)
tree8f869a49bacb830d6587caf887d983e247b5f65e /lib/liblzma
parent90b638d3bed4f6b7fe37675702ecfbccc9017d76 (diff)
parent2f9a9f47cb3f9c3b1adb3761241c4e3f1b589e25 (diff)
downloadFreeBSD-src-f93bdfc53ffb0f9f798dd490a334f485a53f0b25.zip
FreeBSD-src-f93bdfc53ffb0f9f798dd490a334f485a53f0b25.tar.gz
Upgrade xz to git snapshot as of 20101010
Approved by: delphij (mentor) MFC after: 1 month
Diffstat (limited to 'lib/liblzma')
-rw-r--r--lib/liblzma/Makefile2
-rw-r--r--lib/liblzma/config.h6
2 files changed, 3 insertions, 5 deletions
diff --git a/lib/liblzma/Makefile b/lib/liblzma/Makefile
index f84ac93..927fe8c 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/config.h b/lib/liblzma/config.h
index 61542b9..6702e0d 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,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
@@ -65,7 +65,7 @@
#define PACKAGE_VERSION "4.999.9beta"
#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
OpenPOWER on IntegriCloud