about summary refs log tree commit diff
path: root/resolv/resolv.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-08-18 05:29:19 +0000
committerUlrich Drepper <drepper@redhat.com>2004-08-18 05:29:19 +0000
commit0acb7b8370337f6b11d438f9eb2bed21cd0bbb62 (patch)
treec55df5e68a2f6a5a9b958dec1f528f6169b8adee /resolv/resolv.h
parentb93437642453ab93f7da79a15ca29cc66048e828 (diff)
downloadglibc-0acb7b8370337f6b11d438f9eb2bed21cd0bbb62.tar.gz
glibc-0acb7b8370337f6b11d438f9eb2bed21cd0bbb62.tar.xz
glibc-0acb7b8370337f6b11d438f9eb2bed21cd0bbb62.zip
Update.
	* resolv/resolv.h (RES_DEFAULT): Add RES_NOIP6DOTINT.
	* resolv/res_init.c (res_setoptions): Recognize ip6-dotint option.
	Reset RES_NOIP6DOTINT flag in this case..
Diffstat (limited to 'resolv/resolv.h')
-rw-r--r--resolv/resolv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/resolv/resolv.h b/resolv/resolv.h
index 00eabe8694..1b2ea7f0fe 100644
--- a/resolv/resolv.h
+++ b/resolv/resolv.h
@@ -210,7 +210,7 @@ struct res_sym {
 #define RES_NOIP6DOTINT	0x00080000	/* Do not use .ip6.int in IPv6
 					   reverse lookup */
 
-#define RES_DEFAULT	(RES_RECURSE | RES_DEFNAMES | RES_DNSRCH)
+#define RES_DEFAULT	(RES_RECURSE|RES_DEFNAMES|RES_DNSRCH|RES_NOIP6DOTINT)
 
 /*
  * Resolver "pfcode" values.  Used by dig.