From: Francis Dupont Date: Wed, 6 Dec 2017 14:53:35 +0000 (+0100) Subject: Ran util/regen-conf.sh after configure.ac-base update X-Git-Tag: v4_4_0b1_f1~46^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31f45236a2af51324c881c2f09ebfc93b26cb4a0;p=thirdparty%2Fdhcp.git Ran util/regen-conf.sh after configure.ac-base update --- diff --git a/configure.ac+lt b/configure.ac+lt index e4299039e..f6fa1bb3e 100644 --- a/configure.ac+lt +++ b/configure.ac+lt @@ -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 diff --git a/configure.ac-base b/configure.ac-base index a189247a4..86bb59a5a 100644 --- a/configure.ac-base +++ b/configure.ac-base @@ -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 diff --git a/configure.ac-lt b/configure.ac-lt index 6162d261f..0cec4d223 100644 --- a/configure.ac-lt +++ b/configure.ac-lt @@ -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