summaryrefslogtreecommitdiff
path: root/includes/site.h
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-10-25 15:48:45 +0000
committerTed Lemon <source@isc.org>1999-10-25 15:48:45 +0000
commitea72047ec0879086b4230f6c1f4a97b6155ef55c (patch)
treef700a23e0bc394184ae22fb6905583480b8a6968 /includes/site.h
parentc69dd0b5aa8ac6b8ae6e13f5f1d21a120093ebbb (diff)
downloadisc-dhcp-ea72047ec0879086b4230f6c1f4a97b6155ef55c.tar.gz
Add POINTER_DEBUG define.
Diffstat (limited to 'includes/site.h')
-rw-r--r--includes/site.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/site.h b/includes/site.h
index 80f6a837..018f6838 100644
--- a/includes/site.h
+++ b/includes/site.h
@@ -42,6 +42,12 @@
/* #define DEBUG_CLASS_MATCHING */
+/* 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
+ memory leak rather than a memory smash). */
+
+/* #define POINTER_DEBUG */
+
/* 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. */