* add cURL support for HTTP/FTP downloading (bug 2661)
This commit is contained in:
parent
fa904ff235
commit
2af23e813d
18 changed files with 2829 additions and 6 deletions
|
@ -1100,4 +1100,10 @@ extern huffman_t clientHuffTables;
|
|||
#define CL_ENCODE_START 12
|
||||
#define CL_DECODE_START 4
|
||||
|
||||
// flags for sv_allowDownload and cl_allowDownload
|
||||
#define DLF_ENABLE 1
|
||||
#define DLF_NO_REDIRECT 2
|
||||
#define DLF_NO_UDP 4
|
||||
#define DLF_NO_DISCONNECT 8
|
||||
|
||||
#endif // _QCOMMON_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue