]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Disable debugging in production code.
authorTed Lemon <source@isc.org>
Thu, 6 Jul 2000 22:45:27 +0000 (22:45 +0000)
committerTed Lemon <source@isc.org>
Thu, 6 Jul 2000 22:45:27 +0000 (22:45 +0000)
includes/site.h

index 96a45d405256fe1baabed16fca97c9401cebde0c..2819c36a970a7da60af43702436c78abfa638871 100644 (file)
@@ -50,7 +50,7 @@
 /* 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
@@ -70,7 +70,7 @@
    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. */