diff options
author | Martin Matuska <mm@FreeBSD.org> | 2020-12-13 15:29:19 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2020-12-13 15:29:19 +0000 |
commit | bcd2ffcdc2bdf4551e249ea3f75de6bbb5bfef02 (patch) | |
tree | bec1e03a65282aaf773a7631ddee90cdff250e41 /build/cmake/config.h.in | |
parent | d5f2a5ff11474589cccacfc8e153d437f48530e2 (diff) | |
download | src-bcd2ffcdc2bdf4551e249ea3f75de6bbb5bfef02.tar.gz src-bcd2ffcdc2bdf4551e249ea3f75de6bbb5bfef02.zip |
Update vendor/libarchive/dist to b2c3ee7e2907511533eeb2a0f2ceecc1faa73185vendor/libarchive
Vendor changes:
Issue #1461: Unbreak build without lzma
Issue #1462: warc reader: Fix build with gcc11
Issue #1463: Fix code compatibility in test_archive_read_support.c
Issue #1464: Use built-in strnlen on platforms where not available
Issue #1465: warc reader: fix undefined behaviour in deconst() function
Notes
Notes:
svn path=/vendor/libarchive/dist/; revision=368607
Diffstat (limited to 'build/cmake/config.h.in')
-rw-r--r-- | build/cmake/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in index 6d2fa746927c..ff629f9ceb4a 100644 --- a/build/cmake/config.h.in +++ b/build/cmake/config.h.in @@ -959,6 +959,9 @@ typedef uint64_t uintmax_t; /* Define to 1 if you have the `strchr' function. */ #cmakedefine HAVE_STRCHR 1 +/* Define to 1 if you have the `strnlen' function. */ +#cmakedefine HAVE_STRNLEN 1 + /* Define to 1 if you have the `strdup' function. */ #cmakedefine HAVE_STRDUP 1 |