Skip to content

Commit

Permalink
net: HAVE_INET6 is always defined
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh committed May 17, 2024
1 parent 25b1e40 commit 3e67f49
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/re_net.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3e67f49

Please sign in to comment.