2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-01-05 19:15:05 +00:00

"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
REQUIRE_OBJECT ( dns_resolver );
REQUIRE_OBJECT ( dns );
#endif