From 0dd9fe33ab1a23585d6acd89817cde20371f991f Mon Sep 17 00:00:00 2001 From: David McCullough Date: Thu, 17 Jan 2002 05:48:41 +0000 Subject: The resolver is still using the old API so we cannot use the new resolver version numbers or apps get confused. --- include/resolv.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/resolv.h b/include/resolv.h index bb8c78293..2d2258c7d 100644 --- a/include/resolv.h +++ b/include/resolv.h @@ -72,7 +72,8 @@ * is new enough to contain a certain feature. */ -#define __RES 19991006 +/* #define __RES 19991006 we don't have a new resolver yet */ +#define __RES 19960801 /* * Resolver configuration file. -- cgit v1.2.3