summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-09-01 01:19:23 +0000
committerbrian <brian@FreeBSD.org>1997-09-01 01:19:23 +0000
commita059b2e7c8fc7680bc0536c45c891db372aa7e32 (patch)
treed04cc8b3e1e1d95d201ec6bedb292ff524a3c19c /include
parentaf20ce1c06566c0e60c95f36bd9cc61626eae1f3 (diff)
downloadFreeBSD-src-a059b2e7c8fc7680bc0536c45c891db372aa7e32.zip
FreeBSD-src-a059b2e7c8fc7680bc0536c45c891db372aa7e32.tar.gz
Add "options no_tld_query" to resolv.conf.
Mention the capability in resolver(5). Mention that RES_OPTIONS can be used in resolver(5). Discussed with: -hackers
Diffstat (limited to 'include')
-rw-r--r--include/resolv.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/resolv.h b/include/resolv.h
index d49c172..5fe9532 100644
--- a/include/resolv.h
+++ b/include/resolv.h
@@ -53,7 +53,7 @@
*
* @(#)resolv.h 8.1 (Berkeley) 6/2/93
* From Id: resolv.h,v 8.18 1997/06/01 20:34:32 vixie Exp
- * $Id: resolv.h,v 1.12 1997/05/07 20:00:10 eivind Exp $
+ * $Id: resolv.h,v 1.13 1997/06/27 08:32:38 peter Exp $
*/
#ifndef _RESOLV_H_
@@ -135,6 +135,7 @@ struct __res_state {
#define RES_INSECURE2 0x00000800 /* type 2 security disabled */
#define RES_NOALIASES 0x00001000 /* shuts off HOSTALIASES feature */
#define RES_USE_INET6 0x00002000 /* use/map IPv6 in gethostbyname() */
+#define RES_NOTLDQUERY 0x00004000 /* Don't query TLD names */
#define RES_DEFAULT (RES_RECURSE | RES_DEFNAMES | RES_DNSRCH)
OpenPOWER on IntegriCloud