2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-09-02 15:25:48 +00:00

Add POINTER_DEBUG define.

This commit is contained in:
Ted Lemon
1999-10-25 15:48:45 +00:00
parent c69dd0b5aa
commit ea72047ec0

View File

@@ -42,6 +42,12 @@
/* #define DEBUG_CLASS_MATCHING */ /* #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 /* 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 the default (which varies from system to system, but is usually either
/etc or /var/run. */ /etc or /var/run. */