]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Take away some debugging, and always build nsupdate.
authorTed Lemon <source@isc.org>
Tue, 20 Jun 2000 20:05:02 +0000 (20:05 +0000)
committerTed Lemon <source@isc.org>
Tue, 20 Jun 2000 20:05:02 +0000 (20:05 +0000)
includes/site.h

index aea811fb2a50330413432d5c0e52b688a1cc0b29..8a6210b5e52950c75b5cf7142310b4bfd42a10c3 100644 (file)
 /* 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. */
 
    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. */