Moved DOWNLOAD_PROTO_XXX options to config.h

This commit is contained in:
Michael Brown
2005-05-02 11:13:47 +00:00
parent f9f1d2c84c
commit cc980d1c94
3 changed files with 21 additions and 32 deletions

View File

@@ -170,6 +170,26 @@ REQUIRE_OBJECT ( pc_kbd );
REQUIRE_OBJECT ( relocate );
#endif
/*
* Drag in all requested protocols
*
*/
#ifdef DOWNLOAD_PROTO_TFTP
REQUIRE_OBJECT ( tftp );
#endif
#ifdef DOWNLOAD_PROTO_NFS
REQUIRE_OBJECT ( nfs );
#endif
#ifdef DOWNLOAD_PROTO_HTTP
REQUIRE_OBJECT ( http );
#endif
#ifdef DOWNLOAD_PROTO_TFTM
REQUIRE_OBJECT ( tftm );
#endif
#ifdef DOWNLOAD_PROTO_SLAM
REQUIRE_OBJECT ( slam );
#endif
/*
* Drag in any required resolvers
*