comparison Makefile @ 457:85fa3d333556

Actually, revert the boolean changes .. meh.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 02 Jan 2018 23:09:29 +0200
parents efd33accdc81
children 5d2c1bfc04aa
comparison
equal deleted inserted replaced
456:1bf886fa9db5 457:85fa3d333556
16 16
17 CFLAGS += -DHAVE_STRING_H 17 CFLAGS += -DHAVE_STRING_H
18 CFLAGS += -DHAVE_STDINT_H 18 CFLAGS += -DHAVE_STDINT_H
19 #CFLAGS += -DHAVE_SYS_TYPES_H 19 #CFLAGS += -DHAVE_SYS_TYPES_H
20 CFLAGS += -DHAVE_INTTYPES_H 20 CFLAGS += -DHAVE_INTTYPES_H
21 CFLAGS += -DHAVE_STDBOOL_H
22 21
23 22
24 ### 23 ###
25 ### Unix targets 24 ### Unix targets
26 ### 25 ###