summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1998-11-11 07:55:36 +0000
committerTed Lemon <source@isc.org>1998-11-11 07:55:36 +0000
commitb6cbc3feb8d4de135b8ca28d319c8edef08ed822 (patch)
tree246630fc3e56f53d9a59ff2c4046689acbac4686 /includes
parent00a7748f4f148307229c30fb0950486d677db8e9 (diff)
downloadisc-dhcp-b6cbc3feb8d4de135b8ca28d319c8edef08ed822.tar.gz
Add a rule for debuging class matching.
Diffstat (limited to 'includes')
-rw-r--r--includes/site.h4
1 files changed, 4 insertions, 0 deletions
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. */