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:58:02 +0900 |
commit | be563528e542b4e62e8925f92c629752ea5eb390 (patch) | |
tree | e9f85579804fd45610a23f408c8f323c6d613328 /config.h.cmake | |
parent | df2eb7afd1783a8750b8034890ff7a9e6abb7388 (diff) | |
download | tdelibs-be563528e542b4e62e8925f92c629752ea5eb390.tar.gz tdelibs-be563528e542b4e62e8925f92c629752ea5eb390.zip |
Drop weird macro and use memcpy/memset instead.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 60ef8289ae01945f48aefd2e03cf1abead4d177d)
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 9f253e9a4..d29fac364 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 @@ -374,9 +371,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 |