[tcp] Enable AF_INET6 transport for tcp connections
[gpxe.git] / src / config / config_romprefix.c
blob85f1e78ab6219074d66f38a4765c48064fa2d2d2
1 /*
2 * This program is free software; you can redistribute it and/or
3 * modify it under the terms of the GNU General Public License as
4 * published by the Free Software Foundation; either version 2, or (at
5 * your option) any later version.
6 */
8 FILE_LICENCE ( GPL2_OR_LATER );
10 #include <config/general.h>
12 /** @file
14 * ROM prefix configuration options
19 * Provide UNDI loader if PXE stack is requested
22 #ifdef PXE_STACK
23 REQUIRE_OBJECT ( undiloader );
24 #endif