summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-02-22 10:18:57 +0000
committerderaadt <deraadt@openbsd.org>1998-02-22 10:18:57 +0000
commite497cd7487370887c8910dd8e509e55c037dec03 (patch)
treebe92c098a51ff3248f6014fa733ae835f98cff1c
parentAdd emulation of binutils 2.x ld options: -rpath dir, -shared, -soname, (diff)
downloadwireguard-openbsd-e497cd7487370887c8910dd8e509e55c037dec03.tar.xz
wireguard-openbsd-e497cd7487370887c8910dd8e509e55c037dec03.zip
#define DEBUG
-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) */