From fc301370b4899a331507d354db64c11540dad56c Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 12 Sep 2019 10:41:45 +0100 Subject: [PATCH] dhcpcd(8): Add HAVE_IFADDRS_ADDRFLAGS to config.h As libc now has support for it. --- sbin/dhcpcd/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/dhcpcd/config.h b/sbin/dhcpcd/config.h index 0239e2c6aa..abc8e39cbb 100644 --- a/sbin/dhcpcd/config.h +++ b/sbin/dhcpcd/config.h @@ -7,6 +7,7 @@ #define DBDIR "/var/db/dhcpcd" #define RUNDIR "/var/run" #endif +#define HAVE_IFADDRS_ADDRFLAGS #define HAVE_OPEN_MEMSTREAM #include "compat/pidfile.h" #include "compat/strtoi.h" -- 2.41.0