]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove #define ROOTNS 1
authorMark Andrews <marka@isc.org>
Sun, 19 Jun 2005 22:45:22 +0000 (22:45 +0000)
committerMark Andrews <marka@isc.org>
Sun, 19 Jun 2005 22:45:22 +0000 (22:45 +0000)
bin/dig/include/dig/dig.h

index 4028ff73c5f88f4069a87f21c00536dbf1a2f63a..52a19d71dabf633ab5e92e230f35d870cc22a57a 100644 (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
  * 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).