/* Define this if you want exhaustive (and very slow) checking of the
malloc pool for corruption. */
-#define DEBUG_MALLOC_POOL
+/* #define DEBUG_MALLOC_POOL */
/* Define this if you want to maintain a history of the last N operations
that changed reference counts on objects. This can be used to debug
allocation error is detected (i.e., something that would cause a
memory leak rather than a memory smash). */
-#define POINTER_DEBUG
+/* #define POINTER_DEBUG */
/* Define this if you want debugging output for DHCP failover protocol
messages. */