From: Ted Lemon Date: Mon, 25 Oct 1999 15:48:45 +0000 (+0000) Subject: Add POINTER_DEBUG define. X-Git-Tag: BCTEL_SPECIAL_19991124~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea72047ec0879086b4230f6c1f4a97b6155ef55c;p=thirdparty%2Fdhcp.git Add POINTER_DEBUG define. --- diff --git a/includes/site.h b/includes/site.h index 80f6a837c..018f68380 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. */