Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include make the default to not check names.
details: https://anonhg.NetBSD.org/src/rev/45546a066cbd
branches: trunk
changeset: 781485:45546a066cbd
user: christos <christos%NetBSD.org@localhost>
date: Sun Sep 09 18:03:17 2012 +0000
description:
make the default to not check names.
diffstat:
include/resolv.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d7d016c7a8f3 -r 45546a066cbd include/resolv.h
--- a/include/resolv.h Sun Sep 09 17:11:49 2012 +0000
+++ b/include/resolv.h Sun Sep 09 18:03:17 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: resolv.h,v 1.38 2009/10/24 17:23:34 christos Exp $ */
+/* $NetBSD: resolv.h,v 1.39 2012/09/09 18:03:17 christos Exp $ */
/*
* Portions Copyright (C) 2004, 2005, 2008, 2009 Internet Systems Consortium, Inc. ("ISC")
@@ -256,7 +256,7 @@
#define RES_NO_NIBBLE2 0x80000000 /*%< disable alternate nibble lookup */
#define RES_DEFAULT (RES_RECURSE | RES_DEFNAMES | \
- RES_DNSRCH | RES_NO_NIBBLE2)
+ RES_DNSRCH | RES_NO_NIBBLE2 | RES_NOCHECKNAME)
/*%
* Resolver "pfcode" values. Used by dig.
Home |
Main Index |
Thread Index |
Old Index