2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

1096. [func] libbind: RES_PRF_TRUNC for dig.

This commit is contained in:
Mark Andrews
2001-11-01 05:07:54 +00:00
parent c8bedec446
commit f9321a16fb
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
1096. [func] libbind: RES_PRF_TRUNC for dig.
1096. [func] libbind: "DNSSEC OK" (DO) support.
1095. [func] libbind: resolver option: no-tld-query. disables

View File

@@ -50,7 +50,7 @@
/*
* @(#)resolv.h 8.1 (Berkeley) 6/2/93
* $Id: resolv.h,v 1.10 2001/11/01 04:59:14 marka Exp $
* $Id: resolv.h,v 1.11 2001/11/01 05:07:54 marka Exp $
*/
#ifndef _RESOLV_H_
@@ -264,7 +264,8 @@ union res_sockaddr_union {
#define RES_PRF_QUERY 0x00001000
#define RES_PRF_REPLY 0x00002000
#define RES_PRF_INIT 0x00004000
/* 0x00008000 */
#define RES_PRF_TRUNC 0x00008000
/* 0x00010000 */
/* Things involving an internal (static) resolver context. */
#ifdef _REENTRANT