summaryrefslogtreecommitdiff
path: root/build/cmake
diff options
context:
space:
mode:
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>2014-07-06 13:40:53 +0900
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>2014-07-06 13:40:53 +0900
commit07e5668348927b5cbbe09cd5dec39a2fb824e92c (patch)
treee346e4a031d32f91471779dfd875600e18c3bf04 /build/cmake
parente58062c975731d35aeffd7de7cab1ade2d028083 (diff)
downloadlibarchive-07e5668348927b5cbbe09cd5dec39a2fb824e92c.tar.gz
Add lz4 detection for CMake configuration.
Diffstat (limited to 'build/cmake')
-rw-r--r--build/cmake/config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in
index 179ffa7c..3b82b24f 100644
--- a/build/cmake/config.h.in
+++ b/build/cmake/config.h.in
@@ -585,6 +585,9 @@ typedef uint64_t uintmax_t;
/* Define to 1 if you have the `gcc' library (-lgcc). */
#cmakedefine HAVE_LIBGCC 1
+/* Define to 1 if you have the `lz4' library (-llz4). */
+#cmakedefine HAVE_LIBLZ4 1
+
/* Define to 1 if you have the `lzma' library (-llzma). */
#cmakedefine HAVE_LIBLZMA 1
@@ -676,6 +679,12 @@ typedef uint64_t uintmax_t;
/* Define to 1 if you have the `lutimes' function. */
#cmakedefine HAVE_LUTIMES 1
+/* Define to 1 if you have the <lz4hc.h> header file. */
+#cmakedefine HAVE_LZ4HC_H 1
+
+/* Define to 1 if you have the <lz4.h> header file. */
+#cmakedefine HAVE_LZ4_H 1
+
/* Define to 1 if you have the <lzmadec.h> header file. */
#cmakedefine HAVE_LZMADEC_H 1