david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

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

@ -71,6 +71,7 @@
*/
#define DNS_RESOLVER /* DNS resolver */
#define NMB_RESOLVER /* NMB resolver */
/* @END general.h */

View File

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