mirror of
https://github.com/xcat2/xNBA.git
synced 2025-01-26 19:09:09 +00:00
Added missing config.[ch] lines for FTP protocol
This commit is contained in:
parent
d465ae9785
commit
f13baeb330
@ -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? */
|
||||
|
@ -91,6 +91,9 @@ REQUIRE_OBJECT ( nfs );
|
||||
#ifdef DOWNLOAD_PROTO_HTTP
|
||||
REQUIRE_OBJECT ( http );
|
||||
#endif
|
||||
#ifdef DOWNLOAD_PROTO_FTP
|
||||
REQUIRE_OBJECT ( ftp );
|
||||
#endif
|
||||
#ifdef DOWNLOAD_PROTO_TFTM
|
||||
REQUIRE_OBJECT ( tftm );
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user