summaryrefslogtreecommitdiff
path: root/expat/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2018-09-10 09:36:22 -0700
committerSebastian Pipping <sebastian@pipping.org>2018-09-20 21:24:17 +0200
commitfba16e0bfe3ff26f54e0ee6724efb8da1ccf542b (patch)
tree03dbefb7c2ba454f29da934e21175a4e23e79832 /expat/ConfigureChecks.cmake
parent177562e6ba2043e696a7ffa99c9bf24f509e61a5 (diff)
downloadlibexpat-git-fba16e0bfe3ff26f54e0ee6724efb8da1ccf542b.tar.gz
Assume memmove(3) exists.
memmove is specified since POSIX.1-2001 and C89, and bcopy is deprecated.
Diffstat (limited to 'expat/ConfigureChecks.cmake')
-rw-r--r--expat/ConfigureChecks.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/expat/ConfigureChecks.cmake b/expat/ConfigureChecks.cmake
index 818d2492..1e245da0 100644
--- a/expat/ConfigureChecks.cmake
+++ b/expat/ConfigureChecks.cmake
@@ -18,8 +18,6 @@ check_include_file("sys/types.h" HAVE_SYS_TYPES_H)
check_include_file("unistd.h" HAVE_UNISTD_H)
check_symbol_exists("getpagesize" "unistd.h" HAVE_GETPAGESIZE)
-check_symbol_exists("bcopy" "strings.h" HAVE_BCOPY)
-check_symbol_exists("memmove" "string.h" HAVE_MEMMOVE)
check_symbol_exists("mmap" "sys/mman.h" HAVE_MMAP)
check_symbol_exists("getrandom" "sys/random.h" HAVE_GETRANDOM)