aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/etherboot.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2005-05-02 11:13:47 +0000
committerMichael Brown <mcb30@etherboot.org>2005-05-02 11:13:47 +0000
commitcc980d1c94f2f62b229a7560d1234b561ddebde6 (patch)
tree467573830df0f6854f467b8193a063efb743c4b1 /src/include/etherboot.h
parentf9f1d2c84c51ea2d03bd3c292037644afcebba38 (diff)
downloadipxe-cc980d1c94f2f62b229a7560d1234b561ddebde6.tar.gz
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 3fbf25115..8ae65bacf 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