# HG changeset patch # User Matti Hamalainen # Date 1578586668 -7200 # Node ID e4ae9ef86332d675285f5260ff06e96bb63bfa32 # Parent ebdfc1fe1c98daff9b656d86609d8e1121303962 Remove useless HAVE_* defines. diff -r ebdfc1fe1c98 -r e4ae9ef86332 Makefile --- 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 ### diff -r ebdfc1fe1c98 -r e4ae9ef86332 Makefile.cross-mingw --- 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