summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorMichael Brown2005-05-02 14:45:23 +0200
committerMichael Brown2005-05-02 14:45:23 +0200
commit48e40e933f5a5f23f3bfbf944e904eb39dba7918 (patch)
treec51b78e70cd835397fc90b59f47495f71374c967 /src/config.h
parentUpdated to use new URL parser and new protocol API. (diff)
downloadipxe-48e40e933f5a5f23f3bfbf944e904eb39dba7918.tar.gz
ipxe-48e40e933f5a5f23f3bfbf944e904eb39dba7918.tar.xz
ipxe-48e40e933f5a5f23f3bfbf944e904eb39dba7918.zip
Add DOWNLOAD_PROTO_XXX options.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index cbc78aaa..d41a403f 100644
--- a/src/config.h
+++ b/src/config.h
@@ -66,12 +66,26 @@
/* @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
*
*/
#define DNS_RESOLVER /* DNS resolver */
-#define NMB_RESOLVER /* NMB resolver */
+#undef NMB_RESOLVER /* NMB resolver */
/* @END general.h */