Add NULL_TRAP as a config option

This commit is contained in:
Michael Brown
2006-06-11 01:55:43 +00:00
parent 55bb40c39a
commit c10698b8b4
2 changed files with 9 additions and 0 deletions

View File

@@ -199,3 +199,11 @@ REQUIRE_OBJECT ( wince );
#ifdef PXE_IMAGE
REQUIRE_OBJECT ( pxe );
#endif
/*
* Drag in miscellaneous objects
*
*/
#ifdef NULL_TRAP
REQUIRE_OBJECT ( nulltrap );
#endif