mirror of https://github.com/ipxe/ipxe.git
Add NMB_RESOLVER
parent
89f4fe4a8a
commit
e1d6f3a8ac
|
@ -71,6 +71,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define DNS_RESOLVER /* DNS resolver */
|
#define DNS_RESOLVER /* DNS resolver */
|
||||||
|
#define NMB_RESOLVER /* NMB resolver */
|
||||||
|
|
||||||
/* @END general.h */
|
/* @END general.h */
|
||||||
|
|
||||||
|
|
|
@ -177,3 +177,7 @@ REQUIRE_OBJECT ( relocate );
|
||||||
#ifdef DNS_RESOLVER
|
#ifdef DNS_RESOLVER
|
||||||
REQUIRE_OBJECT ( dns );
|
REQUIRE_OBJECT ( dns );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef NMB_RESOLVER
|
||||||
|
REQUIRE_OBJECT ( nmb );
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue