diff Makefile @ 576:e4ae9ef86332

Remove useless HAVE_* defines.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 09 Jan 2020 18:17:48 +0200
parents 5d2c1bfc04aa
children ee165ef28b6f
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
 
 
 ###