summaryrefslogtreecommitdiffstats
path: root/src/include/etherboot.h
diff options
context:
space:
mode:
authorMichael Brown2005-05-02 13:13:47 +0200
committerMichael Brown2005-05-02 13:13:47 +0200
commitcc980d1c94f2f62b229a7560d1234b561ddebde6 (patch)
tree467573830df0f6854f467b8193a063efb743c4b1 /src/include/etherboot.h
parentMore URL parsing moved into url.c (diff)
downloadipxe-cc980d1c94f2f62b229a7560d1234b561ddebde6.tar.gz
ipxe-cc980d1c94f2f62b229a7560d1234b561ddebde6.tar.xz
ipxe-cc980d1c94f2f62b229a7560d1234b561ddebde6.zip
Moved DOWNLOAD_PROTO_XXX options to config.h
Diffstat (limited to 'src/include/etherboot.h')
-rw-r--r--src/include/etherboot.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/etherboot.h b/src/include/etherboot.h
index 3fbf2511..8ae65bac 100644
--- a/src/include/etherboot.h
+++ b/src/include/etherboot.h
@@ -49,10 +49,6 @@
#define DEFAULT_BOOTFILE PXENFSROOTPATH "/boot/pxeboot"
#endif
-#if !defined(DOWNLOAD_PROTO_TFTP) && !defined(DOWNLOAD_PROTO_NFS) && !defined(DOWNLOAD_PROTO_SLAM) && !defined(DOWNLOAD_PROTO_TFTM) && !defined(DOWNLOAD_PROTO_DISK) && !defined(DOWNLOAD_PROTO_HTTP)
-#error No download protocol defined!
-#endif
-
#ifndef MAX_TFTP_RETRIES
#define MAX_TFTP_RETRIES 20
#endif