Browse Source

The resolver is still using the old API so we cannot use the new resolver
version numbers or apps get confused.

David McCullough 22 years ago
parent
commit
0dd9fe33ab
1 changed files with 2 additions and 1 deletions
  1. 2 1
      include/resolv.h

+ 2 - 1
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.