From: Daniel Stenberg Date: Sun, 28 Jul 2002 17:08:22 +0000 (+0000) Subject: added HAVE_SETVBUF X-Git-Tag: curl-7_10~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52e32ac1d30543f005bfb9aabfcf08c370db880c;p=curl added HAVE_SETVBUF --- diff --git a/src/config.h.in b/src/config.h.in index 9507bb141..6ebc04c8a 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -28,3 +28,6 @@ /* Define if you have the header file */ #undef HAVE_SYS_POLL_H + +/* Define if you have the `setvbuf' function. */ +#undef HAVE_SETVBUF