From 3e67f49bac93b49cfdc0c5a2ea403ba35463567d Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" <114750+alfredh@users.noreply.github.com> Date: Fri, 17 May 2024 09:33:48 +0200 Subject: [PATCH] net: HAVE_INET6 is always defined --- include/re_net.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/re_net.h b/include/re_net.h index 8f1d7cc39..6030afbca 100644 --- a/include/re_net.h +++ b/include/re_net.h @@ -27,11 +27,7 @@ #endif /** Length of IPv4/v6 address string */ -#ifdef HAVE_INET6 #define NET_ADDRSTRLEN INET6_ADDRSTRLEN -#else -#define NET_ADDRSTRLEN INET_ADDRSTRLEN -#endif /* forward declarations */ struct sa;