summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordownsj <downsj@openbsd.org>1998-06-25 18:32:40 +0000
committerdownsj <downsj@openbsd.org>1998-06-25 18:32:40 +0000
commitb22da5038c1e2b7f0ccef04f71439da7f6306da3 (patch)
tree569adcd76cb2cd1179a24f1a0743eb6fc1b5c3c2
parenthandle no swap case (diff)
downloadwireguard-openbsd-b22da5038c1e2b7f0ccef04f71439da7f6306da3.tar.xz
wireguard-openbsd-b22da5038c1e2b7f0ccef04f71439da7f6306da3.zip
Kill SORT_RESPONSE. Die! Die! Die!
-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 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 *