summaryrefslogtreecommitdiff
path: root/includes/site.h
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1998-11-05 18:48:24 +0000
committerTed Lemon <source@isc.org>1998-11-05 18:48:24 +0000
commitdac426fa64cd98959819f32012634ea534682ed9 (patch)
treeb5b53415e86b8fd638a3cdd440bdde740852443d /includes/site.h
parent983ea35c77be9b0e1fa88cf49e4b405baa8b4003 (diff)
downloadisc-dhcp-dac426fa64cd98959819f32012634ea534682ed9.tar.gz
Add some new debugging types
Diffstat (limited to 'includes/site.h')
-rw-r--r--includes/site.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/includes/site.h b/includes/site.h
index 30fdb703..4a3556d5 100644
--- a/includes/site.h
+++ b/includes/site.h
@@ -26,11 +26,17 @@
/* #define DEBUG_PACKET */
-/* Define this if you want to see dumps of tree evaluations. The most
- common reason for doing this is to watch what happens with DNS name
- lookups. */
+/* Define this if you want to see dumps of expression evaluation. */
-/* #define DEBUG_EVAL */
+/* #define DEBUG_EXPRESSIONS */
+
+/* Define this if you want to see dumps of find_lease() in action. */
+
+/* #define DEBUG_FIND_LEASE */
+
+/* Define this if you want to see dumps of parsed expressions. */
+
+/* #define DEBUG_EXPRESSION_PARSE */
/* 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