From bceb5287b935ac7a3291cee5912e296d38fa0819 Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Mon, 7 Jul 2025 17:58:41 +0100 Subject: [PATCH] Fix FTBFS on MacOS. Fallout from 98189ff988d01d48929057037060d8cb2b4a22a6 Thanks to Travis Rayan for the bug report. --- src/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.h b/src/config.h index 707390a..0994f95 100644 --- a/src/config.h +++ b/src/config.h @@ -290,6 +290,7 @@ HAVE_SOCKADDR_SA_LEN #define HAVE_BSD_NETWORK #define HAVE_GETOPT_LONG #define HAVE_SOCKADDR_SA_LEN +#define NO_IPSET /* Define before sys/socket.h is included so we get socklen_t */ #define _BSD_SOCKLEN_T_ /* Select the RFC_3542 version of the IPv6 socket API.