changeset 576:e4ae9ef86332

Remove useless HAVE_* defines.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 09 Jan 2020 18:17:48 +0200
parents ebdfc1fe1c98
children 70d44ba005ac
files Makefile Makefile.cross-mingw
diffstat 2 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Jan 09 18:17:29 2020 +0200
+++ b/Makefile	Thu Jan 09 18:17:48 2020 +0200
@@ -15,9 +15,8 @@
 LDFLAGS +=
 
 CFLAGS += -DHAVE_STRING_H
-CFLAGS += -DHAVE_STDINT_H
+CFLAGS += -DHAVE_INTTYPES_H
 #CFLAGS += -DHAVE_SYS_TYPES_H
-CFLAGS += -DHAVE_INTTYPES_H
 
 
 ###
--- a/Makefile.cross-mingw	Thu Jan 09 18:17:29 2020 +0200
+++ b/Makefile.cross-mingw	Thu Jan 09 18:17:48 2020 +0200
@@ -28,7 +28,6 @@
 CFLAGS += \
 	-D_NO_BOOL_TYPEDEF \
 	-DHAVE_STRING_H \
-	-DHAVE_STDINT_H \
 	-DHAVE_INTTYPES_H \
 	-DTH_BYTEORDER=TH_LITTLE_ENDIAN \
 	-mconsole