mirror of
https://github.com/curl/curl.git
synced 2026-07-28 19:23:06 +03:00
Applied patches from Daniel
This commit is contained in:
parent
b5fdbe848b
commit
bb1ce6cc0b
2 changed files with 8 additions and 7 deletions
|
|
@ -101,10 +101,7 @@ struct getout {
|
|||
#define GETOUT_USEREMOTE (1<<2) /* use remote file name locally */
|
||||
#define GETOUT_UPLOAD (1<<3) /* if set, -T has been used */
|
||||
#define GETOUT_NOUPLOAD (1<<4) /* if set, -T "" has been used */
|
||||
#ifdef HAVE_LIBMETALINK
|
||||
#define GETOUT_METALINK (1<<5) /* set when Metalink download */
|
||||
#endif /* HAVE_LIBMETALINK */
|
||||
|
||||
|
||||
/*
|
||||
* 'trace' enumeration represents curl's output look'n feel possibilities.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue