BUFSIZE defined in Metaware's <stdio.h>. Undefine to avoid warning.
authorGisle Vanem <gvanem@broadpark.no>
Tue, 29 Aug 2006 16:27:13 +0000 (16:27 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Tue, 29 Aug 2006 16:27:13 +0000 (16:27 +0000)
lib/urldata.h

index 5acac2c..cee3af6 100644 (file)
 #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