summaryrefslogtreecommitdiffstats
path: root/contrib/bind
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-11-30 04:24:01 +0000
committerpeter <peter@FreeBSD.org>1999-11-30 04:24:01 +0000
commitd9483186099fcd41a2190bdbef2c50cb9feac95a (patch)
treeddaabee4f4701cf59397c0f0b55ddef379c17e7b /contrib/bind
parent00616cc3165a707b8aea5468c492ac42cd59c9be (diff)
downloadFreeBSD-src-d9483186099fcd41a2190bdbef2c50cb9feac95a.zip
FreeBSD-src-d9483186099fcd41a2190bdbef2c50cb9feac95a.tar.gz
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.
Diffstat (limited to 'contrib/bind')
-rw-r--r--contrib/bind/port/freebsd/include/port_after.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bind/port/freebsd/include/port_after.h b/contrib/bind/port/freebsd/include/port_after.h
index 7c78b61..2b93471 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 <port_ipv6.h>
+#define HAVE_INET6_STRUCTS
#ifndef HAS_INET6_STRUCTS
/* Replace with structure from later rev of O/S if known. */
OpenPOWER on IntegriCloud