2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-09-01 14:55:30 +00:00

Don't build failover by default.

This commit is contained in:
Ted Lemon
2000-01-27 22:26:16 +00:00
parent d4011fb1b6
commit 14bb0a3fd9

View File

@@ -60,7 +60,7 @@
/* This is the number of history entries to maintain - by default, 256. */ /* 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 /* 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 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 /* Define this if you want debugging output for DHCP failover protocol
messages. */ messages. */
#define DEBUG_FAILOVER_MESSAGES /* #define DEBUG_FAILOVER_MESSAGES */
/* Define this if you want debugging output for DHCP failover protocol /* Define this if you want debugging output for DHCP failover protocol
lease assignment timing. */ lease assignment timing. */
#define DEBUG_FAILOVER_TIMING /* #define DEBUG_FAILOVER_TIMING */
/* Define this if you want DHCP failover protocol support in the DHCP /* Define this if you want DHCP failover protocol support in the DHCP
server. */ server. */
#define FAILOVER_PROTOCOL /* #define FAILOVER_PROTOCOL */
/* Define this if you want the dhcpd.pid file to go somewhere other than /* 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 the default (which varies from system to system, but is usually either