Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
dhcp
Commits
549956f4
Commit
549956f4
authored
Nov 29, 2017
by
Thomas Markwalder
Browse files
[45364] Updated auto-generated files
modified: configure modified: includes/config.h.in
parent
30593241
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure
View file @
549956f4
...
...
@@ -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
...
...
includes/config.h.in
View file @
549956f4
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment