summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorMichael Brown2007-07-30 04:01:04 +0200
committerMichael Brown2007-07-30 04:01:04 +0200
commitbf3d8fb1aa08d13e3d15257ba165cf0128f2c5b2 (patch)
tree3f44db4bab795709bafa29797d3ce1d0dbae399f /src/config.h
parentAdded missing #include (diff)
downloadipxe-bf3d8fb1aa08d13e3d15257ba165cf0128f2c5b2.tar.gz
ipxe-bf3d8fb1aa08d13e3d15257ba165cf0128f2c5b2.tar.xz
ipxe-bf3d8fb1aa08d13e3d15257ba165cf0128f2c5b2.zip
Allowed HTTPS to be a separately configurable feature.
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 55409b0e..c436d100 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_HTTPS /* Secure 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 */