]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[45364] Updated auto-generated files
authorThomas Markwalder <tmark@isc.org>
Wed, 29 Nov 2017 14:00:37 +0000 (14:00 +0000)
committerThomas Markwalder <tmark@isc.org>
Wed, 29 Nov 2017 14:00:37 +0000 (14:00 +0000)
modified:   configure
modified:   includes/config.h.in

configure
includes/config.h.in

index 9620b1ac4c4b258d7a2614175383f27583b4678f..00b00da70a237cb2d0decba841e54c5a30885000 100755 (executable)
--- 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
index 4a3330d89f7be8bce8e1d4a041ecd314547aa6a2..28a4cfa96617fbf8a9b618f09ea0ec545f42eef0 100644 (file)
 /* 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