/* 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. */