"dns_resolver" changed to "dns"

This commit is contained in:
Michael Brown
2005-04-30 14:49:41 +00:00
parent 167c26c92b
commit d817e60d21

View File

@@ -175,5 +175,5 @@ REQUIRE_OBJECT ( relocate );
* *
*/ */
#ifdef DNS_RESOLVER #ifdef DNS_RESOLVER
REQUIRE_OBJECT ( dns_resolver ); REQUIRE_OBJECT ( dns );
#endif #endif