From 995e599afd3e6468d3396fb351ed0cd0ea212779 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Wed, 17 Mar 2021 14:33:46 +0000 Subject: Linux and the BSDs have getifaddrs(). Use it and save a bunch of complex coding. --- src/OS/os.h-OpenBSD | 1 + 1 file changed, 1 insertion(+) (limited to 'src/OS/os.h-OpenBSD') diff --git a/src/OS/os.h-OpenBSD b/src/OS/os.h-OpenBSD index 08f2dcaa5..eaa2f6b1d 100644 --- a/src/OS/os.h-OpenBSD +++ b/src/OS/os.h-OpenBSD @@ -6,6 +6,7 @@ #define HAVE_BSD_GETLOADAVG #define HAVE_MMAP #define HAVE_SYS_MOUNT_H +#define HAVE_GETIFADDR #define SIOCGIFCONF_GIVES_ADDR #define EXIM_HAVE_OPENAT #define EXIM_HAVE_FUTIMENS -- cgit v1.2.3