Allowed HTTPS to be a separately configurable feature.

This commit is contained in:
Michael Brown
2007-07-30 03:01:04 +01:00
parent 3b8b06ae90
commit bf3d8fb1aa
5 changed files with 76 additions and 13 deletions

View File

@@ -87,6 +87,9 @@ REQUIRE_OBJECT ( nfs );
#ifdef DOWNLOAD_PROTO_HTTP
REQUIRE_OBJECT ( http );
#endif
#ifdef DOWNLOAD_PROTO_HTTPS
REQUIRE_OBJECT ( https );
#endif
#ifdef DOWNLOAD_PROTO_FTP
REQUIRE_OBJECT ( ftp );
#endif