From: Ted Lemon Date: Wed, 11 Nov 1998 07:55:36 +0000 (+0000) Subject: Add a rule for debuging class matching. X-Git-Tag: carrel-2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6cbc3feb8d4de135b8ca28d319c8edef08ed822;p=thirdparty%2Fdhcp.git Add a rule for debuging class matching. --- diff --git a/includes/site.h b/includes/site.h index 4a3556d55..0700e6bcc 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. */