summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2017-11-29 14:00:37 +0000
committerThomas Markwalder <tmark@isc.org>2017-11-29 14:00:37 +0000
commit549956f488463a83f96c2106b337107a9bce326c (patch)
tree53f9731379fd7a4a7483f4e8944553af82413f82 /configure
parent30593241995b57f039620c781ece069ea7b751b7 (diff)
downloadisc-dhcp-549956f488463a83f96c2106b337107a9bce326c.tar.gz
[45364] Updated auto-generated files
modified: configure modified: includes/config.h.in
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure17
1 files changed, 0 insertions, 17 deletions
diff --git a/configure b/configure
index 9620b1ac..00b00da7 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