]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix CMake build - add HAVE_WMEMMOVE to config.h.in 561/head
authorPaul Harris <paulharris@computer.org>
Tue, 23 Jun 2015 07:04:18 +0000 (15:04 +0800)
committerPaul Harris <paulharris@computer.org>
Tue, 23 Jun 2015 07:04:18 +0000 (15:04 +0800)
HAVE_WMEMMOVE was added to CMakeLists.txt in b6ba5603,
but not added to config.h.in

build/cmake/config.h.in

index 7d7230e553bc15561db85b228285ead9af837692..a42a7c59d50044d4b60ec66f740da2f5c112f8ef 100644 (file)
@@ -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