summaryrefslogtreecommitdiff
path: root/includes/config.h.in
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2008-11-03 18:21:02 +0000
committerDavid Hankins <dhankins@isc.org>2008-11-03 18:21:02 +0000
commit7d714d6bba310e6a8cbcebc536ab68266eb1faa2 (patch)
tree447eb6ecee547fcd275377bb16ccd3cd90ebfb70 /includes/config.h.in
parent899218e76971d71445b31f842aabcc95418512c2 (diff)
downloadisc-dhcp-7d714d6bba310e6a8cbcebc536ab68266eb1faa2.tar.gz
regen
Diffstat (limited to 'includes/config.h.in')
-rw-r--r--includes/config.h.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/includes/config.h.in b/includes/config.h.in
index 2fe3719a..7545c21f 100644
--- a/includes/config.h.in
+++ b/includes/config.h.in
@@ -3,6 +3,9 @@
/* Define to compile debug-only DHCP software. */
#undef DEBUG
+/* Define to queue multiple DHCPACK replies per fsync. */
+#undef DELAYED_ACK
+
/* Define to BIG_ENDIAN for MSB (Motorola or SPARC CPUs) or LITTLE_ENDIAN for
LSB (Intel CPUs). */
#undef DHCP_BYTE_ORDER
@@ -103,7 +106,7 @@
/* Define to any value to include Ari's PARANOIA patch. */
#undef PARANOIA
-/* The size of `struct iaddr *', as computed by sizeof. */
+/* The size of a `struct iaddr *', as computed by sizeof. */
#undef SIZEOF_STRUCT_IADDR_P
/* Define to 1 if you have the ANSI C header files. */