summaryrefslogtreecommitdiff
path: root/includes/site.h
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-02-13 17:48:51 +0000
committerTed Lemon <source@isc.org>2001-02-13 17:48:51 +0000
commit82b2e77075362592ed9a8c13f7816c9a03fb48f2 (patch)
treea8359404d9575a2b44ba4696ee4747a7a7463c4e /includes/site.h
parent662df45ac02d7e9e75c2dda5d026ecfca1966614 (diff)
downloadisc-dhcp-82b2e77075362592ed9a8c13f7816c9a03fb48f2.tar.gz
Enable tracing by default.
Diffstat (limited to 'includes/site.h')
-rw-r--r--includes/site.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/includes/site.h b/includes/site.h
index ba0e1325..53a91676 100644
--- a/includes/site.h
+++ b/includes/site.h
@@ -64,7 +64,7 @@
/* This is the number of history entries to maintain - by default, 256. */
-#define RC_HISTORY_MAX 1024
+/* #define RC_HISTORY_MAX 10240 */
/* 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
@@ -163,3 +163,8 @@
than one at a time. */
#define COMPACT_LEASES
+
+/* Define this if you want to be able to save and playback server operational
+ traces. */
+
+#define TRACING