summaryrefslogtreecommitdiff
path: root/usr.sbin/nsd/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/nsd/config.h.in')
-rw-r--r--usr.sbin/nsd/config.h.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.sbin/nsd/config.h.in b/usr.sbin/nsd/config.h.in
index b2b1c3884dc..2a2e5b68655 100644
--- a/usr.sbin/nsd/config.h.in
+++ b/usr.sbin/nsd/config.h.in
@@ -188,6 +188,9 @@
/* Define to 1 if you have the <openssl/ssl.h> header file. */
#undef HAVE_OPENSSL_SSL_H
+/* Define to 1 if you have the `ppoll' function. */
+#undef HAVE_PPOLL
+
/* Define to 1 if you have the `pselect' function. */
#undef HAVE_PSELECT
@@ -411,12 +414,12 @@
/* Define this to enable rate limiting. */
#undef RATELIMIT
+/* Define this to set ratelimit to off by default. */
+#undef RATELIMIT_DEFAULT_OFF
+
/* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE
-/* enable reuseport option by default. */
-#undef REUSEPORT_BY_DEFAULT
-
/* Define this to configure as a root server. */
#undef ROOT_SERVER