mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-01 06:45:27 +00:00
Checkpoint before regen
This commit is contained in:
committed by
Thomas Markwalder
parent
2e914d00dd
commit
1cb76d2d23
@@ -635,7 +635,7 @@ if test "$have_nanosleep" = "rt"; then
|
|||||||
LIBS="-lrt $LIBS"
|
LIBS="-lrt $LIBS"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# check for /dev/random (declares HAVE_DEV_RANDOM)
|
# check for /dev/random (declares ISC_PATH_RANDOMDEV)
|
||||||
AC_MSG_CHECKING(for random device)
|
AC_MSG_CHECKING(for random device)
|
||||||
AC_ARG_WITH(randomdev,
|
AC_ARG_WITH(randomdev,
|
||||||
AS_HELP_STRING([--with-randomdev=PATH],[Path for random device
|
AS_HELP_STRING([--with-randomdev=PATH],[Path for random device
|
||||||
@@ -659,8 +659,8 @@ else
|
|||||||
else
|
else
|
||||||
AC_MSG_RESULT($use_randomdev)
|
AC_MSG_RESULT($use_randomdev)
|
||||||
AC_CHECK_FILE($use_randomdev,
|
AC_CHECK_FILE($use_randomdev,
|
||||||
AC_DEFINE([HAVE_DEV_RANDOM], [1],
|
AC_DEFINE_UNQUOTED([ISC_PATH_RANDOMDEV], [$use_randomdev],
|
||||||
[Define to 1 if you have the /dev/random or other configured file.]),
|
[Define if you have the /dev/random or other configured file.]),
|
||||||
AC_MSG_ERROR(cannot find $use_randomdev))
|
AC_MSG_ERROR(cannot find $use_randomdev))
|
||||||
fi
|
fi
|
||||||
BINDCONFIG="$BINDCONFIG --with-randomdev=$use_randomdev"
|
BINDCONFIG="$BINDCONFIG --with-randomdev=$use_randomdev"
|
||||||
|
@@ -46,9 +46,6 @@
|
|||||||
/* Define to 1 to use the Berkeley Packet Filter interface code. */
|
/* Define to 1 to use the Berkeley Packet Filter interface code. */
|
||||||
#undef HAVE_BPF
|
#undef HAVE_BPF
|
||||||
|
|
||||||
/* Define to 1 if you have the /dev/random or other configured file. */
|
|
||||||
#undef HAVE_DEV_RANDOM
|
|
||||||
|
|
||||||
/* Define to 1 to use DLPI interface code. */
|
/* Define to 1 to use DLPI interface code. */
|
||||||
#undef HAVE_DLPI
|
#undef HAVE_DLPI
|
||||||
|
|
||||||
@@ -121,6 +118,9 @@
|
|||||||
/* Define to the string for a noreturn attribute. */
|
/* Define to the string for a noreturn attribute. */
|
||||||
#undef ISC_DHCP_NORETURN
|
#undef ISC_DHCP_NORETURN
|
||||||
|
|
||||||
|
/* Define if you have the /dev/random or other configured file. */
|
||||||
|
#undef ISC_PATH_RANDOMDEV
|
||||||
|
|
||||||
/* Define to 1 if the system has 'struct if_laddrconf'. */
|
/* Define to 1 if the system has 'struct if_laddrconf'. */
|
||||||
#undef ISC_PLATFORM_HAVEIF_LADDRCONF
|
#undef ISC_PLATFORM_HAVEIF_LADDRCONF
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user