]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorMark Andrews <marka@isc.org>
Fri, 25 Jun 2004 00:41:05 +0000 (00:41 +0000)
committerMark Andrews <marka@isc.org>
Fri, 25 Jun 2004 00:41:05 +0000 (00:41 +0000)
document RES_DEBUG2 to that it not assigned.

lib/bind/include/resolv.h

index c43c6a69d2856ca52a02003688ca0f6d92348a04..f4f3fa47a486a38569cfeaa6785ce61f3c3a74fd 100644 (file)
@@ -50,7 +50,7 @@
 
 /*
  *     @(#)resolv.h    8.1 (Berkeley) 6/2/93
- *     $Id: resolv.h,v 1.7.2.11.4.1 2004/03/09 08:33:29 marka Exp $
+ *     $Id: resolv.h,v 1.7.2.11.4.2 2004/06/25 00:41:05 marka Exp $
  */
 
 #ifndef _RESOLV_H_
@@ -254,6 +254,7 @@ union res_sockaddr_union {
 #define        RES_BLAST       0x00020000      /* blast all recursive servers */
 #define RES_NOTLDQUERY 0x00100000      /* don't unqualified name as a tld */
 #define RES_USE_DNSSEC 0x00200000      /* use DNSSEC using OK bit in OPT */
+/* #define RES_DEBUG2  0x00400000 */   /* nslookup internal */
 /* KAME extensions: use higher bit to avoid conflict with ISC use */
 #define RES_USE_DNAME  0x10000000      /* use DNAME */
 #define RES_USE_EDNS0  0x40000000      /* use EDNS0 if configured */