00001 /* 00002 * This program is free software; you can redistribute it and/or 00003 * modify it under the terms of the GNU General Public License as 00004 * published by the Free Software Foundation; either version 2, or (at 00005 * your option) any later version. 00006 */ 00007 00008 FILE_LICENCE ( GPL2_OR_LATER ); 00009 00010 #include <config/general.h> 00011 00012 /** @file 00013 * 00014 * ROM prefix configuration options 00015 * 00016 */ 00017 00018 /* 00019 * Provide UNDI loader if PXE stack is requested 00020 * 00021 */ 00022 #ifdef PXE_STACK 00023 REQUIRE_OBJECT ( undiloader ); 00024 #endif
1.5.7.1