diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1998-06-25 18:32:41 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1998-06-25 18:32:41 +0000 |
commit | cc7df4d09ccd66ffca19799a357c049e1b5bf030 (patch) | |
tree | e3e7c09a220e9ff4dbbac9e67d6c69a293151112 /usr.sbin | |
parent | ea230021d34a107f820c818bc565b61a3aa946c3 (diff) |
Kill SORT_RESPONSE. Die! Die! Die!
Diffstat (limited to 'usr.sbin')
-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 * |