summaryrefslogtreecommitdiff
path: root/configure.ac+lt
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2017-12-06 15:53:35 +0100
committerFrancis Dupont <fdupont@isc.org>2017-12-06 15:53:35 +0100
commit31f45236a2af51324c881c2f09ebfc93b26cb4a0 (patch)
tree3a96cc93c1bae5dee26e36f32a46f10ae9cd5ae3 /configure.ac+lt
parent549956f488463a83f96c2106b337107a9bce326c (diff)
downloadisc-dhcp-31f45236a2af51324c881c2f09ebfc93b26cb4a0.tar.gz
Ran util/regen-conf.sh after configure.ac-base update
Diffstat (limited to 'configure.ac+lt')
-rw-r--r--configure.ac+lt10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac+lt b/configure.ac+lt
index e4299039..f6fa1bb3 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