diff options
Diffstat (limited to 'usr.sbin/named/conf/options.h')
-rw-r--r-- | usr.sbin/named/conf/options.h | 4 |
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) */ |