summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nsd/configure
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/nsd/configure')
-rw-r--r--usr.sbin/nsd/configure32
1 files changed, 23 insertions, 9 deletions
diff --git a/usr.sbin/nsd/configure b/usr.sbin/nsd/configure
index e73ca9121cd..8050504dd46 100644
--- a/usr.sbin/nsd/configure
+++ b/usr.sbin/nsd/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for NSD 4.1.19.
+# Generated by GNU Autoconf 2.69 for NSD 4.1.20.
#
# Report bugs to <nsd-bugs@nlnetlabs.nl>.
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='NSD'
PACKAGE_TARNAME='nsd'
-PACKAGE_VERSION='4.1.19'
-PACKAGE_STRING='NSD 4.1.19'
+PACKAGE_VERSION='4.1.20'
+PACKAGE_STRING='NSD 4.1.20'
PACKAGE_BUGREPORT='nsd-bugs@nlnetlabs.nl'
PACKAGE_URL=''
@@ -725,6 +725,7 @@ enable_ipv6
enable_bind8_stats
enable_zone_stats
enable_checking
+enable_memclean
enable_ratelimit
enable_ratelimit_default_is_off
with_ssl
@@ -1285,7 +1286,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures NSD 4.1.19 to adapt to many kinds of systems.
+\`configure' configures NSD 4.1.20 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1346,7 +1347,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of NSD 4.1.19:";;
+ short | recursive ) echo "Configuration of NSD 4.1.20:";;
esac
cat <<\_ACEOF
@@ -1370,6 +1371,7 @@ Optional Features:
--enable-zone-stats Enable per-zone statistics gathering (needs
--enable-bind8-stats)
--enable-checking Enable internal runtime checks
+ --enable-memclean Cleanup memory (at exit) for eg. valgrind, memcheck
--enable-ratelimit Enable rate limiting
--enable-ratelimit-default-is-off
Enable this to set default of ratelimit to off
@@ -1494,7 +1496,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-NSD configure 4.1.19
+NSD configure 4.1.20
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2203,7 +2205,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by NSD $as_me 4.1.19, which was
+It was created by NSD $as_me 4.1.20, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -8644,6 +8646,18 @@ $as_echo "#define NDEBUG /**/" >>confdefs.h
;;
esac
+# Check whether --enable-memclean was given.
+if test "${enable_memclean+set}" = set; then :
+ enableval=$enable_memclean;
+fi
+
+if test "$enable_memclean" = "yes"; then
+cat >>confdefs.h <<_ACEOF
+#define MEMCLEAN 1
+_ACEOF
+
+fi
+
# Check whether --enable-ratelimit was given.
if test "${enable_ratelimit+set}" = set; then :
enableval=$enable_ratelimit;
@@ -9770,7 +9784,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by NSD $as_me 4.1.19, which was
+This file was extended by NSD $as_me 4.1.20, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -9832,7 +9846,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-NSD config.status 4.1.19
+NSD config.status 4.1.20
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"