From 5d1095a6f48189b635968fad6cb6f9d497e164ac Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 14 Mar 2000 08:29:11 +0000 Subject: Added #define HAVE_SETVBUF 1 --- config-win32.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3