From: Ted Lemon Date: Sun, 14 Feb 1999 19:01:44 +0000 (+0000) Subject: Add define to enable compiling failover protocol support. X-Git-Tag: V3-ALPHA-19990315~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b447dc7cdb174712fd5a514ecdbb6862ad59907;p=thirdparty%2Fdhcp.git Add define to enable compiling failover protocol support. --- diff --git a/includes/site.h b/includes/site.h index 0700e6bcc..80f6a837c 100644 --- a/includes/site.h +++ b/includes/site.h @@ -108,3 +108,8 @@ /* Define this to change the logging facility used by dhcpd. */ /* #define DHCPD_LOG_FACILITY LOG_DAEMON */ + +/* Define this to support the failover protocol. This probably won't work + right now. */ + +/* #define FAILOVER_PROTOCOL */