summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorPaul Harris <paulharris@computer.org>2015-06-23 15:04:18 +0800
committerPaul Harris <paulharris@computer.org>2015-06-23 15:04:18 +0800
commit90cd29a9b8e2bf2da0022509e5b93701a3629fd4 (patch)
tree66790b9450181a9993d99550eee8448ddf90b253 /build
parent38b7a3bb0370c6ff620eb5de29190e59a4adf297 (diff)
downloadlibarchive-90cd29a9b8e2bf2da0022509e5b93701a3629fd4.tar.gz
Fix CMake build - add HAVE_WMEMMOVE to config.h.in
HAVE_WMEMMOVE was added to CMakeLists.txt in b6ba5603, but not added to config.h.in
Diffstat (limited to 'build')
-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 7d7230e5..a42a7c59 100644
--- a/build/cmake/config.h.in
+++ b/build/cmake/config.h.in
@@ -1051,6 +1051,9 @@ typedef uint64_t uintmax_t;
/* Define to 1 if you have the `wmemcpy' function. */
#cmakedefine HAVE_WMEMCPY 1
+/* Define to 1 if you have the `wmemmove' function. */
+#cmakedefine HAVE_WMEMMOVE 1
+
/* Define to 1 if you have a working EXT2_IOC_GETFLAGS */
#cmakedefine HAVE_WORKING_EXT2_IOC_GETFLAGS 1