summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2015-10-06 15:15:15 -0400
committerThomas Markwalder <tmark@isc.org>2015-10-06 15:15:15 -0400
commite82906fc712f83b0f7b42e12694e1213a70f0a10 (patch)
treee94d42742c504ba579c6df212553a6e41f452aa6 /configure
parentdb1a8f68d6155de9c0de8fa77d4eabb8f07150c7 (diff)
downloadisc-dhcp-e82906fc712f83b0f7b42e12694e1213a70f0a10.tar.gz
[master] Added dhcpv6 and delayed_ack feature report to configure output
Merged in rt40381.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure11
1 files changed, 10 insertions, 1 deletions
diff --git a/configure b/configure
index f8f1acaf..81d0751d 100755
--- a/configure
+++ b/configure
@@ -5300,6 +5300,7 @@ fi
# Failover is on by default, so define if it is not explicitly disabled.
if test "$enable_failover" != "no"; then
+ enable_failover="yes"
$as_echo "#define FAILOVER_PROTOCOL 1" >>confdefs.h
@@ -5313,6 +5314,7 @@ fi
# execute() is on by default, so define if it is not explicitly disabled.
if test "$enable_execute" != "no" ; then
+ enable_execute="yes"
$as_echo "#define ENABLE_EXECUTE 1" >>confdefs.h
@@ -5341,6 +5343,8 @@ if test "$enable_delayed_ack" = "yes"; then
$as_echo "#define DELAYED_ACK 1" >>confdefs.h
+else
+ enable_delayed_ack="no"
fi
# DHCPv6 optional compile-time feature.
@@ -5348,9 +5352,10 @@ fi
if test "${enable_dhcpv6+set}" = set; then :
enableval=$enable_dhcpv6;
fi
-
+,
# DHCPv6 is on by default, so define if it is not explicitly disabled.
if test "$enable_dhcpv6" != "no"; then
+ enable_dhcpv6="yes"
$as_echo "#define DHCPv6 1" >>confdefs.h
@@ -5448,6 +5453,8 @@ if test "$enable_binary_leases" = "yes"; then
$as_echo "#define BINARY_LEASES 1" >>confdefs.h
+else
+ enable_binary_leases="no"
fi
# Testing section
@@ -8486,6 +8493,8 @@ Features:
failover: $enable_failover
execute: $enable_execute
binary-leases: $enable_binary_leases
+ dhcpv6: $enable_dhcpv6
+ delayed-ack: $enable_delayed_ack
Developer:
ATF unittests : $atf_path