]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add POINTER_DEBUG define.
authorTed Lemon <source@isc.org>
Mon, 25 Oct 1999 15:48:45 +0000 (15:48 +0000)
committerTed Lemon <source@isc.org>
Mon, 25 Oct 1999 15:48:45 +0000 (15:48 +0000)
includes/site.h

index 80f6a837cc788140a9d999c1dbe95d9a021ea09b..018f68380b62a0c562632ce667a278f2b0e407bd 100644 (file)
 
 /* #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. */