]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
true and false are in stdbool, we don't need to redefine them
authorAlan T. DeKok <aland@freeradius.org>
Sat, 30 Nov 2024 21:50:04 +0000 (16:50 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 30 Nov 2024 21:51:48 +0000 (16:51 -0500)
src/protocols/radius/abinary.c

index 8b391effef219c41edc35047db39d1c08c61a058..ac5a0e0ed4ad6522eb6cdd8519bd7fff938b30bc 100644 (file)
@@ -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
  *