1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00:00

[C90] stdlib.h

This commit is contained in:
Witold Filipczyk 2021-03-19 14:44:07 +01:00
parent 6d40fb46d6
commit 67075e22f9
3 changed files with 0 additions and 6 deletions

View File

@ -645,9 +645,6 @@
/* Define to 1 if you have the <stdint.h> header file. */
#mesondefine HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#mesondefine HAVE_STDLIB_H
/* Define to 1 if you have the `stpcpy' function. */
#mesondefine HAVE_STPCPY

View File

@ -200,7 +200,6 @@ conf_data.set('HAVE_IDNA_H', compiler.has_header('idna.h'))
conf_data.set('HAVE_EVENT_H', compiler.has_header('event.h'))
conf_data.set10('HAVE_STDLIB_H', compiler.has_header('stdlib.h'))
conf_data.set10('HAVE_STRING_H', compiler.has_header('string.h'))
conf_data.set10('HAVE_ALLOCA_H', compiler.has_header('alloca.h'))

View File

@ -31,9 +31,7 @@
#else
#include <strings.h>
#endif
#if HAVE_STDLIB_H
#include <stdlib.h>
#endif
#if defined _WIN32 || defined __WIN32__
#undef WIN32 /* avoid warning on mingw32 */