mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-22 18:07:25 +00:00
Finished: ready for review
This commit is contained in:
parent
35a3a3a88f
commit
e985472adf
@ -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/debug.dox doc/devel/isc-logo.jpg doc/devel/libtool.dox \
|
||||||
doc/devel/mainpage.dox doc/devel/omapi.dox doc/devel/qa.dox \
|
doc/devel/mainpage.dox doc/devel/omapi.dox doc/devel/qa.dox \
|
||||||
client/tests/Atffile common/tests/Atffile server/tests/Atffile \
|
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
|
client/tests/Kyuafile common/tests/Kyuafile server/tests/Kyuafile
|
||||||
|
|
||||||
if HAVE_BINDDIR
|
if HAVE_BINDDIR
|
||||||
|
@ -384,7 +384,6 @@ EXTRA_DIST = RELNOTES LICENSE configure.ac+lt config+lt \
|
|||||||
doc/devel/isc-logo.jpg doc/devel/libtool.dox \
|
doc/devel/isc-logo.jpg doc/devel/libtool.dox \
|
||||||
doc/devel/mainpage.dox doc/devel/omapi.dox doc/devel/qa.dox \
|
doc/devel/mainpage.dox doc/devel/omapi.dox doc/devel/qa.dox \
|
||||||
client/tests/Atffile common/tests/Atffile server/tests/Atffile \
|
client/tests/Atffile common/tests/Atffile server/tests/Atffile \
|
||||||
Kyuafile client/Kyuafile common/Kyuafile server/Kyuafile \
|
|
||||||
client/tests/Kyuafile common/tests/Kyuafile \
|
client/tests/Kyuafile common/tests/Kyuafile \
|
||||||
server/tests/Kyuafile $(am__append_1)
|
server/tests/Kyuafile $(am__append_1)
|
||||||
|
|
||||||
|
2
configure
vendored
2
configure
vendored
@ -5501,6 +5501,8 @@ if test "$enable_relay_port" = "yes"; then
|
|||||||
|
|
||||||
$as_echo "#define RELAY_PORT 1" >>confdefs.h
|
$as_echo "#define RELAY_PORT 1" >>confdefs.h
|
||||||
|
|
||||||
|
else
|
||||||
|
enable_relay_port="no"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# PARANOIA is off by default (until we can test it with all features)
|
# PARANOIA is off by default (until we can test it with all features)
|
||||||
|
@ -184,6 +184,8 @@ AC_ARG_ENABLE(relay-port,
|
|||||||
if test "$enable_relay_port" = "yes"; then
|
if test "$enable_relay_port" = "yes"; then
|
||||||
AC_DEFINE([RELAY_PORT], [1],
|
AC_DEFINE([RELAY_PORT], [1],
|
||||||
[Define to 1 to include relay port support.])
|
[Define to 1 to include relay port support.])
|
||||||
|
else
|
||||||
|
enable_relay_port="no"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# PARANOIA is off by default (until we can test it with all features)
|
# PARANOIA is off by default (until we can test it with all features)
|
||||||
|
@ -185,6 +185,8 @@ AC_ARG_ENABLE(relay-port,
|
|||||||
if test "$enable_relay_port" = "yes"; then
|
if test "$enable_relay_port" = "yes"; then
|
||||||
AC_DEFINE([RELAY_PORT], [1],
|
AC_DEFINE([RELAY_PORT], [1],
|
||||||
[Define to 1 to include relay port support.])
|
[Define to 1 to include relay port support.])
|
||||||
|
else
|
||||||
|
enable_relay_port="no"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# PARANOIA is off by default (until we can test it with all features)
|
# PARANOIA is off by default (until we can test it with all features)
|
||||||
|
@ -190,6 +190,8 @@ AC_ARG_ENABLE(relay-port,
|
|||||||
if test "$enable_relay_port" = "yes"; then
|
if test "$enable_relay_port" = "yes"; then
|
||||||
AC_DEFINE([RELAY_PORT], [1],
|
AC_DEFINE([RELAY_PORT], [1],
|
||||||
[Define to 1 to include relay port support.])
|
[Define to 1 to include relay port support.])
|
||||||
|
else
|
||||||
|
enable_relay_port="no"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# PARANOIA is off by default (until we can test it with all features)
|
# PARANOIA is off by default (until we can test it with all features)
|
||||||
|
@ -184,6 +184,8 @@ AC_ARG_ENABLE(relay-port,
|
|||||||
if test "$enable_relay_port" = "yes"; then
|
if test "$enable_relay_port" = "yes"; then
|
||||||
AC_DEFINE([RELAY_PORT], [1],
|
AC_DEFINE([RELAY_PORT], [1],
|
||||||
[Define to 1 to include relay port support.])
|
[Define to 1 to include relay port support.])
|
||||||
|
else
|
||||||
|
enable_relay_port="no"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# PARANOIA is off by default (until we can test it with all features)
|
# PARANOIA is off by default (until we can test it with all features)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user