summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorMichael Brown2007-06-28 19:49:57 +0200
committerMichael Brown2007-06-28 19:49:57 +0200
commitf13baeb330e8fd51ab657f6eb15df968ec9414d8 (patch)
tree8ffb91b041454db2d41cb0ec117d45d5b23635a6 /src/config.h
parentBugfix: iobuf->data always points to the start of the allocated (diff)
downloadipxe-f13baeb330e8fd51ab657f6eb15df968ec9414d8.tar.gz
ipxe-f13baeb330e8fd51ab657f6eb15df968ec9414d8.tar.xz
ipxe-f13baeb330e8fd51ab657f6eb15df968ec9414d8.zip
Added missing config.[ch] lines for FTP protocol
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 1e75f461..463d0917 100644
--- a/src/config.h
+++ b/src/config.h
@@ -73,6 +73,7 @@
#define DOWNLOAD_PROTO_TFTP /* Trivial File Transfer Protocol */
#undef DOWNLOAD_PROTO_NFS /* Network File System */
#define DOWNLOAD_PROTO_HTTP /* Hypertext Transfer Protocol */
+#undef DOWNLOAD_PROTO_FTP /* File Transfer Protocol */
#undef DOWNLOAD_PROTO_TFTM /* Multicast Trivial File Transfer Protocol */
#undef DOWNLOAD_PROTO_SLAM /* Scalable Local Area Multicast */
#undef DOWNLOAD_PROTO_FSP /* FSP? */