Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dhcp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
69
Issues
69
List
Boards
Labels
Service Desk
Milestones
Merge Requests
18
Merge Requests
18
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
dhcp
Commits
ed36d203
Commit
ed36d203
authored
Oct 06, 2015
by
Thomas Markwalder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[v4_1_esv] Updated auto-generated files following configure.ac updates
Manual merge for rt40381 which modified configure.ac
parent
23c306b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
configure
configure
+7
-0
No files found.
configure
View file @
ed36d203
...
...
@@ -5274,6 +5274,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
...
...
@@ -5287,6 +5288,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
...
...
@@ -5315,6 +5317,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.
...
...
@@ -5325,6 +5329,7 @@ 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
...
...
@@ -8084,6 +8089,8 @@ Features:
debug:
$enable_debug
failover:
$enable_failover
execute:
$enable_execute
dhcpv6:
$enable_dhcpv6
delayed-ack:
$enable_delayed_ack
Developer:
ATF unittests :
$atf_path
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment