mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-22 01:49:35 +00:00
Ran util/regen-conf.sh after configure.ac-base update
This commit is contained in:
parent
549956f488
commit
31f45236a2
@ -217,16 +217,6 @@ if test "$enable_use_sockets" = "yes"; then
|
||||
[Define to 1 to use the standard BSD socket API.])
|
||||
fi
|
||||
|
||||
# Try to hnadle incorrect byte order for secs field
|
||||
# This is off by default
|
||||
AC_ARG_ENABLE(secs_byteorder,
|
||||
AS_HELP_STRING([--enable-secs-byteorder],[Correct bad byteorders in the secs field (default is no).]))
|
||||
|
||||
if test "$enable_secs_byteorder" = "yes" ; then
|
||||
AC_DEFINE([SECS_BYTEORDER], [1],
|
||||
[Define to correct bad byteorders in secs field.])
|
||||
fi
|
||||
|
||||
# Include the PID in the log messages. This is useful when there may
|
||||
# be multiple instances of a program.
|
||||
# This is off by default
|
||||
|
@ -222,16 +222,6 @@ if test "$enable_use_sockets" = "yes"; then
|
||||
[Define to 1 to use the standard BSD socket API.])
|
||||
fi
|
||||
|
||||
# Try to hnadle incorrect byte order for secs field
|
||||
# This is off by default
|
||||
AC_ARG_ENABLE(secs_byteorder,
|
||||
AS_HELP_STRING([--enable-secs-byteorder],[Correct bad byteorders in the secs field (default is no).]))
|
||||
|
||||
if test "$enable_secs_byteorder" = "yes" ; then
|
||||
AC_DEFINE([SECS_BYTEORDER], [1],
|
||||
[Define to correct bad byteorders in secs field.])
|
||||
fi
|
||||
|
||||
# Include the PID in the log messages. This is useful when there may
|
||||
# be multiple instances of a program.
|
||||
# This is off by default
|
||||
|
@ -216,16 +216,6 @@ if test "$enable_use_sockets" = "yes"; then
|
||||
[Define to 1 to use the standard BSD socket API.])
|
||||
fi
|
||||
|
||||
# Try to hnadle incorrect byte order for secs field
|
||||
# This is off by default
|
||||
AC_ARG_ENABLE(secs_byteorder,
|
||||
AS_HELP_STRING([--enable-secs-byteorder],[Correct bad byteorders in the secs field (default is no).]))
|
||||
|
||||
if test "$enable_secs_byteorder" = "yes" ; then
|
||||
AC_DEFINE([SECS_BYTEORDER], [1],
|
||||
[Define to correct bad byteorders in secs field.])
|
||||
fi
|
||||
|
||||
# Include the PID in the log messages. This is useful when there may
|
||||
# be multiple instances of a program.
|
||||
# This is off by default
|
||||
|
Loading…
x
Reference in New Issue
Block a user