diff options
author | David McCullough <davidm@snapgear.com> | 2002-01-17 05:48:41 +0000 |
---|---|---|
committer | David McCullough <davidm@snapgear.com> | 2002-01-17 05:48:41 +0000 |
commit | 0dd9fe33ab1a23585d6acd89817cde20371f991f (patch) | |
tree | 43ad50c98eee254cd32058fb14e448ff7b72f71a /include/resolv.h | |
parent | 1422fe3fb6fa927e63cf9e9829f7e81ae08909b5 (diff) |
The resolver is still using the old API so we cannot use the new resolver
version numbers or apps get confused.
Diffstat (limited to 'include/resolv.h')
-rw-r--r-- | include/resolv.h | 3 |
1 files changed, 2 insertions, 1 deletions
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. |