From 95a3c8199bde9a3e334ff05cceef13d35552d2b7 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 30 Nov 1999 04:24:01 +0000 Subject: [PATCH] Hardwire HAVE_INET6_STRUCTS rather than probe at compile time. -current has the structures that probe_ipv6 tested for, so this will always be defined if the standard tests are run. --- contrib/bind/port/freebsd/include/port_after.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/bind/port/freebsd/include/port_after.h b/contrib/bind/port/freebsd/include/port_after.h index 7c78b618530..2b9347165a8 100644 --- a/contrib/bind/port/freebsd/include/port_after.h +++ b/contrib/bind/port/freebsd/include/port_after.h @@ -54,7 +54,7 @@ #define PF_INET6 AF_INET6 #endif -#include +#define HAVE_INET6_STRUCTS #ifndef HAS_INET6_STRUCTS /* Replace with structure from later rev of O/S if known. */