summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Matuška <martin@matuska.org>2018-10-29 21:32:13 +0100
committerGitHub <noreply@github.com>2018-10-29 21:32:13 +0100
commit8e14bfedb8759a58724cb611323d010aa55aea5e (patch)
treebe2d6c7f06bf04f50be490ef3db46e5b549ca0c1
parentd661131393def793a9919d1e3fd54c9992888bd6 (diff)
parent0e5103e11f50d963c989b3ba6190685479935447 (diff)
downloadlibarchive-8e14bfedb8759a58724cb611323d010aa55aea5e.tar.gz
Merge pull request #1079 from antekone/config_h_entries_for_libb2
RAR5 reader: Added missing config.h entries for libb2
-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 04f938d3..aed77f9a 100644
--- a/build/cmake/config.h.in
+++ b/build/cmake/config.h.in
@@ -680,6 +680,12 @@ typedef uint64_t uintmax_t;
/* Define to 1 if you have the `bz2' library (-lbz2). */
#cmakedefine HAVE_LIBBZ2 1
+/* Define to 1 if you have the `b2' library (-lb2). */
+#cmakedefine HAVE_LIBB2 1
+
+/* Define to 1 if you have the <blake2.h> header file. */
+#cmakedefine HAVE_BLAKE2_H 1
+
/* Define to 1 if you have the `charset' library (-lcharset). */
#cmakedefine HAVE_LIBCHARSET 1