summaryrefslogtreecommitdiff
path: root/build/cmake
diff options
context:
space:
mode:
authorSean Purcell <me@seanp.xyz>2017-04-19 15:15:09 -0700
committerSean Purcell <iburinoc@gmail.com>2017-05-15 23:06:47 -0400
commit26838cf5c17642f57192753cc5c3880b16b65ba3 (patch)
treea1db35ee762ac83c8a6774270db752b58a85b676 /build/cmake
parentf2230fcaed3159d10caed63d9a20caa9fdc94c62 (diff)
downloadlibarchive-26838cf5c17642f57192753cc5c3880b16b65ba3.tar.gz
Add Zstandard read support
Diffstat (limited to 'build/cmake')
-rw-r--r--build/cmake/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in
index e646213d..fd5e5ec5 100644
--- a/build/cmake/config.h.in
+++ b/build/cmake/config.h.in
@@ -695,6 +695,9 @@ typedef uint64_t uintmax_t;
/* Define to 1 if you have the `lz4' library (-llz4). */
#cmakedefine HAVE_LIBLZ4 1
+/* Define to 1 if you have the `zstd' library (-lzstd). */
+#cmakedefine HAVE_LIBZSTD 1
+
/* Define to 1 if you have the `lzma' library (-llzma). */
#cmakedefine HAVE_LIBLZMA 1
@@ -792,6 +795,9 @@ typedef uint64_t uintmax_t;
/* Define to 1 if you have the <lz4.h> header file. */
#cmakedefine HAVE_LZ4_H 1
+/* Define to 1 if you have the <zstd.h> header file. */
+#cmakedefine HAVE_ZSTD_H 1
+
/* Define to 1 if you have the <lzmadec.h> header file. */
#cmakedefine HAVE_LZMADEC_H 1