diff options
-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 51f7e90eda9..21c1b1593a2 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.3 1998/02/22 10:18:57 deraadt Exp $ + * $Id: options.h,v 1.4 1998/06/25 18:32:40 downsj Exp $ */ /* @@ -118,7 +118,7 @@ /*#define XSTATS /* extended statistics, syslogged periodically (bg) */ /*#define BIND_NOTIFY /* experimental - do not enable in customer products */ #define LOC_RR /* support for LOC record parsing (ckd/vix) */ -#define SORT_RESPONSE /* should we try to sort responses optimally? (vix) */ +/*#define SORT_RESPONSE /* should we try to sort responses optimally? (vix) */ /*--------------------------------------------* * no user-servicable parts beyond this point * |