summaryrefslogtreecommitdiff
path: root/includes/site.h
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-07-06 10:08:14 +0000
committerTed Lemon <source@isc.org>2000-07-06 10:08:14 +0000
commit561f93bac66c7e237ae3634084ed35c6fc0b9254 (patch)
tree033918d8b752d9f6b4888a42412f576c4edbadc0 /includes/site.h
parent7ea8b2077726a0d19fb9d5af9e6df8aab818a254 (diff)
downloadisc-dhcp-561f93bac66c7e237ae3634084ed35c6fc0b9254.tar.gz
Disable failover by default.
Diffstat (limited to 'includes/site.h')
-rw-r--r--includes/site.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/site.h b/includes/site.h
index d3c084b6..96a45d40 100644
--- a/includes/site.h
+++ b/includes/site.h
@@ -75,17 +75,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 DNS update functionality to be available. */