From 5dc2dd8b49520c9c8a59798a03553a7e88d94072 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Thu, 6 Sep 2018 16:24:45 +0200 Subject: Remove HAVE_STDLIB_H The C89 and later standard defines the `` header as part of the standard headers [1] and on current systems it is always present and the `HAVE_STDLIB_H` symbol can be removed. Also Autoconf suggests doing this and relying on C89 or above [2] and [3]. [1] https://port70.net/~nsz/c/c89/c89-draft.html#4.1.2 [2] http://git.savannah.gnu.org/cgit/autoconf.git/tree/lib/autoconf/headers.m4 [3] https://www.gnu.org/software/autoconf/manual/autoconf-2.69/autoconf.html --- windows/msys/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows') diff --git a/windows/msys/Makefile b/windows/msys/Makefile index e5bfb18..f572fbe 100644 --- a/windows/msys/Makefile +++ b/windows/msys/Makefile @@ -9,7 +9,7 @@ LIBVER=3.0.1 # Misc. config flags. CDEFS=-DHAVE_ICONV -DHAVE_ICONV_H \ -DHAVE_ICONV_T_DEF -DHAVE_INTTYPES_H \ --DHAVE_STDINT_H -DHAVE_STDLIB_H -DHAVE_VISIBILITY -DICONV_CONST +-DHAVE_STDINT_H -DHAVE_VISIBILITY -DICONV_CONST # GnuWin32 libs should all be installed in one place. GNUDIR=/c/tools/GnuWin32 -- cgit v1.2.1