summaryrefslogtreecommitdiff
path: root/build/cmake
diff options
context:
space:
mode:
authorMike Kazantsev <mk.fraggod@gmail.com>2014-04-04 15:59:15 +0600
committerfraggod@sacrilege <mk.fraggod@gmail.com>2014-04-04 16:08:19 +0600
commit5d3f56d24b30bb3805cebde8186301ef9aad0e35 (patch)
tree42022a646bb864478c21047d1afacd6e3c76fbd2 /build/cmake
parent00f4bd830f6c2c83cf11f4f4f7db06b4b238cb71 (diff)
downloadlibarchive-5d3f56d24b30bb3805cebde8186301ef9aad0e35.tar.gz
Add optional bsdcat tool.
bsdcat works like zcat, bzcat, xzcat and similar tools, but auto-detects source data format, which can also vary between multiple input files.
Diffstat (limited to 'build/cmake')
-rw-r--r--build/cmake/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in
index a6933f69..179ffa7c 100644
--- a/build/cmake/config.h.in
+++ b/build/cmake/config.h.in
@@ -289,6 +289,9 @@ typedef uint64_t uintmax_t;
/* Version number of bsdtar */
#cmakedefine BSDTAR_VERSION_STRING "${BSDTAR_VERSION_STRING}"
+/* Version number of bsdcat */
+#cmakedefine BSDCAT_VERSION_STRING "${BSDCAT_VERSION_STRING}"
+
/* Define to 1 if you have the `acl_create_entry' function. */
#cmakedefine HAVE_ACL_CREATE_ENTRY 1