From: Daniel Stenberg Date: Tue, 14 Mar 2000 08:29:11 +0000 (+0000) Subject: Added #define HAVE_SETVBUF 1 X-Git-Tag: curl-6_5~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d1095a6f48189b635968fad6cb6f9d497e164ac;p=curl Added #define HAVE_SETVBUF 1 --- diff --git a/config-win32.h b/config-win32.h index 20e00ca47..04d58c3ad 100644 --- a/config-win32.h +++ b/config-win32.h @@ -166,3 +166,6 @@ /* Define if you have the closesocket function. */ #define HAVE_CLOSESOCKET 1 + +/* Define if you have the setvbuf function. */ +#define HAVE_SETVBUF 1