From: Mark Andrews Date: Sun, 19 Jun 2005 22:45:22 +0000 (+0000) Subject: remove #define ROOTNS 1 X-Git-Tag: v9.2.6b1~78^2~15 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=1fb4c62faaa2a097c9963e48dc4bf17dca360cee;p=thirdparty%2Fbind9.git remove #define ROOTNS 1 --- diff --git a/bin/dig/include/dig/dig.h b/bin/dig/include/dig/dig.h index 4028ff73c5f..52a19d71dab 100644 --- a/bin/dig/include/dig/dig.h +++ b/bin/dig/include/dig/dig.h @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dig.h,v 1.92 2005/06/07 00:15:59 marka Exp $ */ +/* $Id: dig.h,v 1.93 2005/06/19 22:45:22 marka Exp $ */ #ifndef DIG_H #define DIG_H @@ -75,14 +75,6 @@ * in a tight loop of constant lookups. It's value is arbitrary. */ -#define ROOTNS 1 -/*% - * Set the number of root servers to ask for information when running in - * trace mode. - * XXXMWS -- trace mode is currently semi-broken, and this number *MUST* - * be 1. - */ - /* * Defaults for the sigchase suboptions. Consolidated here because * these control the layout of dig_lookup_t (among other things).