From: Jeff Lucovsky Date: Thu, 27 Jul 2023 17:00:31 +0000 (-0400) Subject: bool: Remove TRUE/FALSE X-Git-Tag: suricata-8.0.0-beta1~2058 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=924c59448f6d9b6243fee3e8a2c177889d11e3ba;p=thirdparty%2Fsuricata.git bool: Remove TRUE/FALSE --- diff --git a/src/suricata-common.h b/src/suricata-common.h index fe8ec179df..4aad25a252 100644 --- a/src/suricata-common.h +++ b/src/suricata-common.h @@ -30,9 +30,6 @@ #define DBG_PERF #endif -#define TRUE 1 -#define FALSE 0 - #define _GNU_SOURCE #define __USE_GNU