summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-02-22 10:18:58 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-02-22 10:18:58 +0000
commit69693d79935c788ec626888df967648a1cd6bab9 (patch)
tree236fe95e12e1c08dcef3b5ce66352ee2ebbb2ab4 /usr.sbin
parentf219434a14581bb4a11910aaf0ac99ad4a833e5e (diff)
#define DEBUG
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/named/conf/options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/named/conf/options.h b/usr.sbin/named/conf/options.h
index 9fdde960a40..51f7e90eda9 100644
--- a/usr.sbin/named/conf/options.h
+++ b/usr.sbin/named/conf/options.h
@@ -1,7 +1,7 @@
/* options.h - specify the conditionally-compiled features
* vix 28mar92 [moved out of the Makefile because they were getting too big]
*
- * $Id: options.h,v 1.2 1997/03/12 10:41:47 downsj Exp $
+ * $Id: options.h,v 1.3 1998/02/22 10:18:57 deraadt Exp $
*/
/*
@@ -75,7 +75,7 @@
* gns = Greg Shapiro of WPI
*/
-/*#define DEBUG /* enable -d flag and SIGUSR[12] support (ucb) */
+#define DEBUG /* enable -d flag and SIGUSR[12] support (ucb) */
/*#define ALLOW_T_UNSPEC /* enable the "unspec" RR type for old athena (ucb) */
/*#define INVQ /* enable inverse queries (nslookup) (ucb/vix) */
/*#define DSTORAGE /* debug malloc overruns using storage.o (ucb/vix) */