2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-22 01:49:35 +00:00

Finished: ready for review

This commit is contained in:
Francis Dupont 2017-12-30 18:03:30 +01:00
parent 35a3a3a88f
commit e985472adf
7 changed files with 10 additions and 2 deletions

View File

@ -29,7 +29,6 @@ EXTRA_DIST = RELNOTES LICENSE configure.ac+lt config+lt \
doc/devel/debug.dox doc/devel/isc-logo.jpg doc/devel/libtool.dox \
doc/devel/mainpage.dox doc/devel/omapi.dox doc/devel/qa.dox \
client/tests/Atffile common/tests/Atffile server/tests/Atffile \
Kyuafile client/Kyuafile common/Kyuafile server/Kyuafile \
client/tests/Kyuafile common/tests/Kyuafile server/tests/Kyuafile
if HAVE_BINDDIR

View File

@ -384,7 +384,6 @@ EXTRA_DIST = RELNOTES LICENSE configure.ac+lt config+lt \
doc/devel/isc-logo.jpg doc/devel/libtool.dox \
doc/devel/mainpage.dox doc/devel/omapi.dox doc/devel/qa.dox \
client/tests/Atffile common/tests/Atffile server/tests/Atffile \
Kyuafile client/Kyuafile common/Kyuafile server/Kyuafile \
client/tests/Kyuafile common/tests/Kyuafile \
server/tests/Kyuafile $(am__append_1)

2
configure vendored
View File

@ -5501,6 +5501,8 @@ if test "$enable_relay_port" = "yes"; then
$as_echo "#define RELAY_PORT 1" >>confdefs.h
else
enable_relay_port="no"
fi
# PARANOIA is off by default (until we can test it with all features)

View File

@ -184,6 +184,8 @@ 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
enable_relay_port="no"
fi
# PARANOIA is off by default (until we can test it with all features)

View File

@ -185,6 +185,8 @@ 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
enable_relay_port="no"
fi
# PARANOIA is off by default (until we can test it with all features)

View File

@ -190,6 +190,8 @@ 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
enable_relay_port="no"
fi
# PARANOIA is off by default (until we can test it with all features)

View File

@ -184,6 +184,8 @@ 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
enable_relay_port="no"
fi
# PARANOIA is off by default (until we can test it with all features)