summaryrefslogtreecommitdiff
path: root/includes/site.h
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-01-27 22:26:16 +0000
committerTed Lemon <source@isc.org>2000-01-27 22:26:16 +0000
commit14bb0a3fd90a84a88bcbae2733e5563653684dea (patch)
tree70e60c26d3b1715fa7f5606b994cdf029f0014b8 /includes/site.h
parentd4011fb1b6b2b42f60190af269de247257fbe108 (diff)
downloadisc-dhcp-14bb0a3fd90a84a88bcbae2733e5563653684dea.tar.gz
Don't build failover by default.
Diffstat (limited to 'includes/site.h')
-rw-r--r--includes/site.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/includes/site.h b/includes/site.h
index b2fd3286..dc38922e 100644
--- a/includes/site.h
+++ b/includes/site.h
@@ -60,7 +60,7 @@
/* This is the number of history entries to maintain - by default, 256. */
-/* #define RC_HISTORY_MAX xxx */
+/* #define RC_HISTORY_MAX 1024 */
/* Define this if you want dhcpd to dump core when a non-fatal memory
allocation error is detected (i.e., something that would cause a
@@ -71,17 +71,17 @@
/* Define this if you want debugging output for DHCP failover protocol
messages. */
-#define DEBUG_FAILOVER_MESSAGES
+/* #define DEBUG_FAILOVER_MESSAGES */
/* Define this if you want debugging output for DHCP failover protocol
lease assignment timing. */
-#define DEBUG_FAILOVER_TIMING
+/* #define DEBUG_FAILOVER_TIMING */
/* Define this if you want DHCP failover protocol support in the DHCP
server. */
-#define FAILOVER_PROTOCOL
+/* #define FAILOVER_PROTOCOL */
/* Define this if you want the dhcpd.pid file to go somewhere other than
the default (which varies from system to system, but is usually either