diff 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
line wrap: on
line diff
--- a/Makefile	Wed Dec 07 11:58:54 2022 +0200
+++ b/Makefile	Wed Dec 07 12:14:39 2022 +0200
@@ -14,6 +14,7 @@
 LDFLAGS +=
 
 CFLAGS += -DHAVE_STRING_H
+CFLAGS += -DHAVE_STDBOOL_H
 CFLAGS += -DHAVE_INTTYPES_H
 #CFLAGS += -DHAVE_SYS_TYPES_H