2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00

remove #define ROOTNS 1

This commit is contained in:
Mark Andrews 2005-06-19 22:45:22 +00:00
parent 2fda20909f
commit 1fb4c62faa

View File

@ -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).