comparison Makefile @ 735:31bc1ed07cf5

Renaming BOOL->bool and TRUE/FALSE to true/false, and using stdbool.h if available.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Dec 2022 12:14:39 +0200
parents ee165ef28b6f
children 94e8e6ad8c9e
comparison
equal deleted inserted replaced
734:2ae1045f6c18 735:31bc1ed07cf5
12 # Compiler flags and linker flags 12 # Compiler flags and linker flags
13 CFLAGS += -DHAVE_CONFIG_H 13 CFLAGS += -DHAVE_CONFIG_H
14 LDFLAGS += 14 LDFLAGS +=
15 15
16 CFLAGS += -DHAVE_STRING_H 16 CFLAGS += -DHAVE_STRING_H
17 CFLAGS += -DHAVE_STDBOOL_H
17 CFLAGS += -DHAVE_INTTYPES_H 18 CFLAGS += -DHAVE_INTTYPES_H
18 #CFLAGS += -DHAVE_SYS_TYPES_H 19 #CFLAGS += -DHAVE_SYS_TYPES_H
19 20
20 21
21 ### 22 ###