From: Paul Harris Date: Tue, 23 Jun 2015 07:04:18 +0000 (+0800) Subject: Fix CMake build - add HAVE_WMEMMOVE to config.h.in X-Git-Tag: v3.1.900a~89^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F561%2Fhead;p=thirdparty%2Flibarchive.git 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 --- 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