]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Don't build failover by default.
authorTed Lemon <source@isc.org>
Thu, 27 Jan 2000 22:26:16 +0000 (22:26 +0000)
committerTed Lemon <source@isc.org>
Thu, 27 Jan 2000 22:26:16 +0000 (22:26 +0000)
includes/site.h

index b2fd32863898082cf964f1394d2b6878a8c24d20..dc38922e44ea6309d5cbad6fbc162a01d645007f 100644 (file)
@@ -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
 /* 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