Procházet zdrojové kódy

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

David McCullough před 22 roky
rodič
revize
0dd9fe33ab
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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.