From: Thomas Markwalder Date: Wed, 29 Nov 2017 14:00:37 +0000 (+0000) Subject: [45364] Updated auto-generated files X-Git-Tag: v4_4_0b1_f1~46^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=549956f488463a83f96c2106b337107a9bce326c;p=thirdparty%2Fdhcp.git [45364] Updated auto-generated files modified: configure modified: includes/config.h.in --- diff --git a/configure b/configure index 9620b1ac4..00b00da70 100755 --- a/configure +++ b/configure @@ -772,7 +772,6 @@ enable_paranoia enable_early_chroot enable_ipv4_pktinfo enable_use_sockets -enable_secs_byteorder enable_log_pid enable_binary_leases with_atf @@ -1453,8 +1452,6 @@ Optional Features: --enable-ipv4-pktinfo enable use of pktinfo on IPv4 sockets (default is no) --enable-use-sockets use the standard BSD socket API (default is no) - --enable-secs-byteorder Correct bad byteorders in the secs field (default is - no). --enable-log-pid Include PIDs in syslog messages (default is no). --enable-binary-leases enable support for binary insertion of leases (default is no) @@ -5545,20 +5542,6 @@ $as_echo "#define USE_SOCKETS 1" >>confdefs.h fi -# Try to hnadle incorrect byte order for secs field -# This is off by default -# Check whether --enable-secs_byteorder was given. -if test "${enable_secs_byteorder+set}" = set; then : - enableval=$enable_secs_byteorder; -fi - - -if test "$enable_secs_byteorder" = "yes" ; then - -$as_echo "#define SECS_BYTEORDER 1" >>confdefs.h - -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/includes/config.h.in b/includes/config.h.in index 4a3330d89..28a4cfa96 100644 --- a/includes/config.h.in +++ b/includes/config.h.in @@ -157,9 +157,6 @@ /* Define to any value to include Ari's PARANOIA patch. */ #undef PARANOIA -/* Define to correct bad byteorders in secs field. */ -#undef SECS_BYTEORDER - /* The size of `struct iaddr *', as computed by sizeof. */ #undef SIZEOF_STRUCT_IADDR_P