From: Gisle Vanem Date: Tue, 29 Aug 2006 16:27:13 +0000 (+0000) Subject: BUFSIZE defined in Metaware's . Undefine to avoid warning. X-Git-Tag: upstream/7.37.1~10082 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e2ff369eba39be95390b86a815603efb6e210804;p=platform%2Fupstream%2Fcurl.git BUFSIZE defined in Metaware's . Undefine to avoid warning. --- diff --git a/lib/urldata.h b/lib/urldata.h index 5acac2c..cee3af6 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -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