Add NMB_RESOLVER

This commit is contained in:
Michael Brown
2005-05-01 10:58:49 +00:00
parent 89f4fe4a8a
commit e1d6f3a8ac
2 changed files with 5 additions and 0 deletions

View File

@@ -177,3 +177,7 @@ REQUIRE_OBJECT ( relocate );
#ifdef DNS_RESOLVER
REQUIRE_OBJECT ( dns );
#endif
#ifdef NMB_RESOLVER
REQUIRE_OBJECT ( nmb );
#endif