summaryrefslogtreecommitdiff
path: root/includes/site.h
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2008-02-28 21:21:56 +0000
committerDavid Hankins <dhankins@isc.org>2008-02-28 21:21:56 +0000
commit66cebfcb89712e946bb564e88e35f46a7f4e00f4 (patch)
tree436afd0222bf30f1e0894afaef716980d8f355c5 /includes/site.h
parent3004d0a31848daade58e34187289d1fcf3f274aa (diff)
downloadisc-dhcp-66cebfcb89712e946bb564e88e35f46a7f4e00f4.tar.gz
- ./configure was extended to cover many optional build features, such
as failover, server tracing, debugging, and the execute() command. [ISC-Bugs #17678]
Diffstat (limited to 'includes/site.h')
-rw-r--r--includes/site.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/site.h b/includes/site.h
index 98d33254..dc81ae7b 100644
--- a/includes/site.h
+++ b/includes/site.h
@@ -94,7 +94,7 @@
/* 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. */
@@ -171,7 +171,7 @@
/* Define this if you want to be able to execute external commands
during conditional evaluation. */
-#define ENABLE_EXECUTE
+/* #define ENABLE_EXECUTE */
/* Define this if you aren't debugging and you want to save memory
(potentially a _lot_ of memory) by allocating leases in chunks rather
@@ -182,4 +182,4 @@
/* Define this if you want to be able to save and playback server operational
traces. */
-#define TRACING
+/* #define TRACING */