configure: Remove the memset check and the HAVE_MEMSET macro

The compatibility workaround png_memset() has been removed long ago.
The availability of memset() is a platform requirement.
This commit is contained in:
Cosmin Truta
2018-08-11 00:47:18 -04:00
parent f5d48df418
commit 6c059f8f5b
3 changed files with 0 additions and 17 deletions

View File

@@ -18,9 +18,6 @@
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if you have the `memset' function. */
#undef HAVE_MEMSET
/* Define to 1 if you have the `pow' function. */
#undef HAVE_POW