]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add define to enable compiling failover protocol support.
authorTed Lemon <source@isc.org>
Sun, 14 Feb 1999 19:01:44 +0000 (19:01 +0000)
committerTed Lemon <source@isc.org>
Sun, 14 Feb 1999 19:01:44 +0000 (19:01 +0000)
includes/site.h

index 0700e6bccd7ce86c1d013991ee1e02894144fb5b..80f6a837cc788140a9d999c1dbe95d9a021ea09b 100644 (file)
 /* 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 */