"dns_resolver" changed to "dns"

pull/1/head
Michael Brown 2005-04-30 14:49:41 +00:00
parent 167c26c92b
commit d817e60d21
1 changed files with 1 additions and 1 deletions

View File

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