]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Disable failover by default.
authorTed Lemon <source@isc.org>
Thu, 6 Jul 2000 10:08:14 +0000 (10:08 +0000)
committerTed Lemon <source@isc.org>
Thu, 6 Jul 2000 10:08:14 +0000 (10:08 +0000)
includes/site.h

index d3c084b63795419f02fd2fdbf57011442f703c0c..96a45d405256fe1baabed16fca97c9401cebde0c 100644 (file)
 /* 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. */