Select required commands via config.h

This commit is contained in:
Michael Brown
2006-12-20 00:39:06 +00:00
parent 9f953322a1
commit ec5789bf0c
2 changed files with 17 additions and 0 deletions

View File

@@ -139,6 +139,14 @@ REQUIRE_OBJECT ( wince );
REQUIRE_OBJECT ( pxe );
#endif
/*
* Drag in all requested commands
*
*/
#ifdef NVO_CMD
REQUIRE_OBJECT ( nvo_cmd );
#endif
/*
* Drag in miscellaneous objects
*