From 82b2e77075362592ed9a8c13f7816c9a03fb48f2 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Tue, 13 Feb 2001 17:48:51 +0000 Subject: [PATCH] Enable tracing by default. --- includes/site.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/includes/site.h b/includes/site.h index ba0e13252..53a916764 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 -- 2.47.2