From 60ef8289ae01945f48aefd2e03cf1abead4d177d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 19 Dec 2020 18:36:41 +0900 Subject: Drop weird macro and use memcpy/memset instead. Signed-off-by: Michele Calgaro --- config.h.cmake | 6 ------ 1 file changed, 6 deletions(-) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index 76c299e08..7285a1bd5 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -119,9 +119,6 @@ /* Define to 1 if libbfd provides demangle.h header */ #cmakedefine HAVE_DEMANGLE_H 1 -/* Define to 1 if you have the `bcopy' function. */ -#cmakedefine HAVE_BCOPY 1 - /* You _must_ have bool */ #undef HAVE_BOOL @@ -383,9 +380,6 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_MALLOC_H 1 -/* Define to 1 if you have the `memcpy' function. */ -#cmakedefine HAVE_MEMCPY 1 - /* Define to 1 if you have the header file. */ #cmakedefine HAVE_MEMORY_H 1 -- cgit v1.2.1