mirror of
https://github.com/curl/curl.git
synced 2025-03-25 15:50:32 +08:00
BUFSIZE defined in Metaware's <stdio.h>. Undefine to avoid warning.
This commit is contained in:
parent
9691a78f6b
commit
e2ff369eba
@ -110,6 +110,7 @@
|
||||
#endif
|
||||
|
||||
/* Download buffer size, keep it fairly big for speed reasons */
|
||||
#undef BUFSIZE
|
||||
#define BUFSIZE CURL_MAX_WRITE_SIZE
|
||||
|
||||
/* Initial size of the buffer to store headers in, it'll be enlarged in case
|
||||
|
Loading…
x
Reference in New Issue
Block a user