]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Ran util/regen-conf.sh after configure.ac-base update
authorFrancis Dupont <fdupont@isc.org>
Wed, 6 Dec 2017 14:53:35 +0000 (15:53 +0100)
committerFrancis Dupont <fdupont@isc.org>
Wed, 6 Dec 2017 14:53:35 +0000 (15:53 +0100)
configure.ac+lt
configure.ac-base
configure.ac-lt

index e4299039e9a60d1d566ce511d1fd521ee46924c1..f6fa1bb3e0a6fe02e6a05ece2e06b8b7f47bcdcb 100644 (file)
@@ -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
index a189247a494339203094339146280e574b6091fd..86bb59a5aa7ba932c1ec08e2254c9a9620452ff6 100644 (file)
@@ -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
index 6162d261faf7a01e138914c9fd1c32f95dfb80c8..0cec4d223ccdc8f784f399e7ccc1a46492ba7e7b 100644 (file)
@@ -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