From 90cd29a9b8e2bf2da0022509e5b93701a3629fd4 Mon Sep 17 00:00:00 2001 From: Paul Harris Date: Tue, 23 Jun 2015 15:04:18 +0800 Subject: [PATCH] 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 --- build/cmake/config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in index 7d7230e55..a42a7c59d 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 -- 2.47.2