diff options
author | Martin Matuska <mm@FreeBSD.org> | 2016-08-13 21:20:06 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2016-08-13 21:20:06 +0000 |
commit | 5b0ba629933ba7fd02398bcd8600d27a17fdf9b0 (patch) | |
tree | cf724fc79f53afcd95989182e3bd92b1e90e31ee /build/cmake/config.h.in | |
parent | 50fc3a26ef19f9dbc718e1d27615c28c5ad6743d (diff) | |
download | src-5b0ba629933ba7fd02398bcd8600d27a17fdf9b0.tar.gz src-5b0ba629933ba7fd02398bcd8600d27a17fdf9b0.zip |
Update vendor/libarchive to git 6a0d970f70102fe50ee9f1e51a2e4c048985e616
Vendor issues fixed:
Issue #744: Very long pathnames evade symlink checks
Issue #748: libarchive can compress, but cannot decompress zip some files
PR #750: ustar: fix out of bounds read on empty string ("") filename
PR #755: fix use of acl_get_flagset_np() on FreeBSD
Notes
Notes:
svn path=/vendor/libarchive/dist/; revision=304060
Diffstat (limited to 'build/cmake/config.h.in')
-rw-r--r-- | build/cmake/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in index 64f4d4df1789..e6a9c517573e 100644 --- a/build/cmake/config.h.in +++ b/build/cmake/config.h.in @@ -721,6 +721,9 @@ typedef uint64_t uintmax_t; /* Define to 1 if you have the <lzma.h> header file. */ #cmakedefine HAVE_LZMA_H 1 +/* Define to 1 if you have a working `lzma_stream_encoder_mt' function. */ +#cmakedefine HAVE_LZMA_STREAM_ENCODER_MT 1 + /* Define to 1 if you have the <lzo/lzo1x.h> header file. */ #cmakedefine HAVE_LZO_LZO1X_H 1 @@ -923,6 +926,9 @@ typedef uint64_t uintmax_t; /* Define to 1 if `__tm_gmtoff' is a member of `struct tm'. */ #cmakedefine HAVE_STRUCT_TM___TM_GMTOFF 1 +/* Define to 1 if you have `struct vfsconf'. */ +#cmakedefine HAVE_STRUCT_VFSCONF 1 + /* Define to 1 if you have the `symlink' function. */ #cmakedefine HAVE_SYMLINK 1 |