]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Enable tracing by default.
authorTed Lemon <source@isc.org>
Tue, 13 Feb 2001 17:48:51 +0000 (17:48 +0000)
committerTed Lemon <source@isc.org>
Tue, 13 Feb 2001 17:48:51 +0000 (17:48 +0000)
includes/site.h

index ba0e13252cb595b4f7908111fd563b194ae3ef1b..53a916764909b42fbfa2f86cc9ae5ad39c713a3b 100644 (file)
@@ -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
    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