From: Ted Lemon Date: Tue, 20 Jun 2000 20:05:02 +0000 (+0000) Subject: Take away some debugging, and always build nsupdate. X-Git-Tag: V3-BETA-2-PATCH-1~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64928ad0715863b05334f0803dc58da3005bf72d;p=thirdparty%2Fdhcp.git Take away some debugging, and always build nsupdate. --- diff --git a/includes/site.h b/includes/site.h index aea811fb2..8a6210b5e 100644 --- a/includes/site.h +++ b/includes/site.h @@ -50,13 +50,13 @@ /* 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 cases where an object is dereferenced too often, or not often enough. */ -#define DEBUG_RC_HISTORY +/* #define DEBUG_RC_HISTORY */ /* Define this if you want to see the history every cycle. */ @@ -70,23 +70,27 @@ 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. */ -#define DEBUG_FAILOVER_MESSAGES +/* #define DEBUG_FAILOVER_MESSAGES */ /* Define this if you want debugging output for DHCP failover protocol lease assignment timing. */ -#define DEBUG_FAILOVER_TIMING +/* #define DEBUG_FAILOVER_TIMING */ /* Define this if you want DHCP failover protocol support in the DHCP server. */ #define FAILOVER_PROTOCOL +/* Define this if you want DNS update functionality to be available. */ + +#define NSUPDATE + /* 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. */