2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-22 09:57:20 +00:00

[master] set enable-relay-port to "no" for config reporting

This commit is contained in:
Thomas Markwalder 2018-01-02 14:29:56 -05:00
parent 397599cb44
commit 2f1fd27487
5 changed files with 15 additions and 0 deletions

3
configure vendored
View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)