summaryrefslogtreecommitdiffstats
path: root/contrib/bind/port/freebsd
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/port/freebsd')
-rw-r--r--contrib/bind/port/freebsd/include/port_after.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/contrib/bind/port/freebsd/include/port_after.h b/contrib/bind/port/freebsd/include/port_after.h
index b1609dd..f6490ba 100644
--- a/contrib/bind/port/freebsd/include/port_after.h
+++ b/contrib/bind/port/freebsd/include/port_after.h
@@ -1,5 +1,7 @@
+/* $FreeBSD$ */
#ifndef PORT_AFTER_H
#define PORT_AFTER_H
+#define CAN_RECONNECT
#define USE_POSIX
#define POSIX_SIGNALS
#define USE_UTIME
@@ -8,8 +10,11 @@
#define HAVE_FCHMOD
#define NEED_PSELECT
#define HAVE_SA_LEN
+#define SETPWENT_VOID
+#define RLIMIT_TYPE rlim_t
+#define RLIMIT_LONGLONG
+#define RLIMIT_FILE_INFINITY
#define HAVE_MINIMUM_IFREQ
-#define USE_LOG_CONS
#define HAVE_CHROOT
#define CAN_CHANGE_ID
#define MISSING_IN6ADDR_ANY
@@ -49,8 +54,6 @@
#define PF_INET6 AF_INET6
#endif
-#include <port_ipv6.h>
-
#ifndef HAS_INET6_STRUCTS
/* Replace with structure from later rev of O/S if known. */
struct in6_addr {
OpenPOWER on IntegriCloud