]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
added new fetch option DNS_FETCHOPT_NOVALIDATE
authorAndreas Gustafsson <source@isc.org>
Tue, 25 Jul 2000 17:03:21 +0000 (17:03 +0000)
committerAndreas Gustafsson <source@isc.org>
Tue, 25 Jul 2000 17:03:21 +0000 (17:03 +0000)
lib/dns/include/dns/resolver.h

index c8ffe38502e3a9453414a842358a8b5a3dd67f71..33d24f9e6d2aa43325350efbc593255e6d14df47 100644 (file)
@@ -15,7 +15,7 @@
  * SOFTWARE.
  */
 
-/* $Id: resolver.h,v 1.28 2000/06/26 22:09:37 gson Exp $ */
+/* $Id: resolver.h,v 1.29 2000/07/25 17:03:21 gson Exp $ */
 
 #ifndef DNS_RESOLVER_H
 #define DNS_RESOLVER_H 1
@@ -89,6 +89,7 @@ typedef struct dns_fetchevent {
 #define DNS_FETCHOPT_RECURSIVE         0x04         /* Set RD? */
 #define DNS_FETCHOPT_NOEDNS0           0x08         /* Do not use EDNS. */
 #define DNS_FETCHOPT_FORWARDONLY       0x10         /* Only use forwarders. */
+#define DNS_FETCHOPT_NOVALIDATE                0x20         /* Disable validation. */
 
 /*
  * XXXRTH  Should this API be made semi-private?  (I.e.