diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-19 18:36:41 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-20 14:55:26 +0900 |
commit | 60ef8289ae01945f48aefd2e03cf1abead4d177d (patch) | |
tree | fc1a4a7219d0e20a949c112dc2abd1be599d62ba /config.h.cmake | |
parent | 491e1c72c7e2a19b58772fd285284e974d489501 (diff) | |
download | tdelibs-60ef8289ae01945f48aefd2e03cf1abead4d177d.tar.gz tdelibs-60ef8289ae01945f48aefd2e03cf1abead4d177d.zip |
Drop weird macro and use memcpy/memset instead.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 6 |
1 files changed, 0 insertions, 6 deletions
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 <malloc.h> 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 <memory.h> header file. */ #cmakedefine HAVE_MEMORY_H 1 |