mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
[C90] stdlib.h
This commit is contained in:
parent
6d40fb46d6
commit
67075e22f9
@ -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
|
||||
|
||||
|
@ -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'))
|
||||
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user