From: Ted Lemon Date: Thu, 6 Jul 2000 22:45:27 +0000 (+0000) Subject: Disable debugging in production code. X-Git-Tag: V3-BETA-2-PATCH-1~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a1f401de24910602b14144ab740488ea1838cb1;p=thirdparty%2Fdhcp.git Disable debugging in production code. --- diff --git a/includes/site.h b/includes/site.h index 96a45d405..2819c36a9 100644 --- a/includes/site.h +++ b/includes/site.h @@ -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. */