From b6cbc3feb8d4de135b8ca28d319c8edef08ed822 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Wed, 11 Nov 1998 07:55:36 +0000 Subject: [PATCH] Add a rule for debuging class matching. --- includes/site.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/site.h b/includes/site.h index 4a3556d5..0700e6bc 100644 --- a/includes/site.h +++ b/includes/site.h @@ -38,6 +38,10 @@ /* #define DEBUG_EXPRESSION_PARSE */ +/* Define this if you want to watch the class matching process. */ + +/* #define DEBUG_CLASS_MATCHING */ + /* Define this if you want the dhcpd.pid file to go somewhere other than the default (which varies from system to system, but is usually either /etc or /var/run. */