Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
dhcp
Commits
2f1fd274
Commit
2f1fd274
authored
Jan 02, 2018
by
Thomas Markwalder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[master] set enable-relay-port to "no" for config reporting
parent
397599cb
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
0 deletions
+15
-0
configure
configure
+3
-0
configure.ac
configure.ac
+3
-0
configure.ac+lt
configure.ac+lt
+3
-0
configure.ac-base
configure.ac-base
+3
-0
configure.ac-lt
configure.ac-lt
+3
-0
No files found.
configure
View file @
2f1fd274
...
...
@@ -5500,6 +5500,9 @@ if test "$enable_relay_port" = "yes"; then
$as_echo
"#define RELAY_PORT 1"
>>
confdefs.h
else
# so we can report below
enable_relay_port
=
"no"
fi
# PARANOIA is off by default (until we can test it with all features)
...
...
configure.ac
View file @
2f1fd274
...
...
@@ -184,6 +184,9 @@ AC_ARG_ENABLE(relay-port,
if test "$enable_relay_port" = "yes"; then
AC_DEFINE([RELAY_PORT], [1],
[Define to 1 to include relay port support.])
else
# so we can report below
enable_relay_port="no"
fi
# PARANOIA is off by default (until we can test it with all features)
...
...
configure.ac+lt
View file @
2f1fd274
...
...
@@ -185,6 +185,9 @@ AC_ARG_ENABLE(relay-port,
if test "$enable_relay_port" = "yes"; then
AC_DEFINE([RELAY_PORT], [1],
[Define to 1 to include relay port support.])
else
# so we can report below
enable_relay_port="no"
fi
# PARANOIA is off by default (until we can test it with all features)
...
...
configure.ac-base
View file @
2f1fd274
...
...
@@ -190,6 +190,9 @@ AC_ARG_ENABLE(relay-port,
if test "$enable_relay_port" = "yes"; then
AC_DEFINE([RELAY_PORT], [1],
[Define to 1 to include relay port support.])
else
# so we can report below
enable_relay_port="no"
fi
# PARANOIA is off by default (until we can test it with all features)
...
...
configure.ac-lt
View file @
2f1fd274
...
...
@@ -184,6 +184,9 @@ AC_ARG_ENABLE(relay-port,
if test "$enable_relay_port" = "yes"; then
AC_DEFINE([RELAY_PORT], [1],
[Define to 1 to include relay port support.])
else
# so we can report below
enable_relay_port="no"
fi
# PARANOIA is off by default (until we can test it with all features)
...
...
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