From: Michael Brown Date: Mon, 2 May 2005 12:45:23 +0000 (+0000) Subject: Add DOWNLOAD_PROTO_XXX options. X-Git-Tag: v0.9.3~1741 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48e40e933f5a5f23f3bfbf944e904eb39dba7918;p=thirdparty%2Fipxe.git Add DOWNLOAD_PROTO_XXX options. --- diff --git a/src/config.h b/src/config.h index cbc78aaa2..d41a403fc 100644 --- a/src/config.h +++ b/src/config.h @@ -64,6 +64,20 @@ /* @END isa.h */ +/* @BEGIN general.h + * + * Download protocols + * + */ + +#define DOWNLOAD_PROTO_TFTP /* Trivial File Transfer Protocol */ +#undef DOWNLOAD_PROTO_NFS /* Network File System */ +#undef DOWNLOAD_PROTO_HTTP /* Hypertext Transfer Protocol */ +#undef DOWNLOAD_PROTO_TFTM /* Multicast Trivial File Transfer Protocol */ +#undef DOWNLOAD_PROTO_SLAM /* Scalable Local Area Multicast */ + +/* @END general.h */ + /* @BEGIN general.h * * Name resolution modules @@ -71,7 +85,7 @@ */ #define DNS_RESOLVER /* DNS resolver */ -#define NMB_RESOLVER /* NMB resolver */ +#undef NMB_RESOLVER /* NMB resolver */ /* @END general.h */