From: Alan T. DeKok Date: Sat, 30 Nov 2024 21:50:04 +0000 (-0500) Subject: true and false are in stdbool, we don't need to redefine them X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c73450d41e7798873dbcead14fd9061bad09ef91;p=thirdparty%2Ffreeradius-server.git true and false are in stdbool, we don't need to redefine them --- diff --git a/src/protocols/radius/abinary.c b/src/protocols/radius/abinary.c index 8b391effef2..ac5a0e0ed4a 100644 --- a/src/protocols/radius/abinary.c +++ b/src/protocols/radius/abinary.c @@ -52,12 +52,6 @@ typedef enum { #define IPX_NODE_ADDR_LEN 6 -#if ! defined( false ) -# define false 0 -# define true (! false) -#endif - - /* * ascend_ip_filter_t *