diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-03-14 08:29:11 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-03-14 08:29:11 +0000 |
commit | 5d1095a6f48189b635968fad6cb6f9d497e164ac (patch) | |
tree | 3cfaa38b71b86bc34b2c8a5111dd7ac2c9e03b39 /config-win32.h | |
parent | 04501ba7911008dd40effe3c0de75e57c1e64822 (diff) | |
download | curl-5d1095a6f48189b635968fad6cb6f9d497e164ac.tar.gz |
Added #define HAVE_SETVBUF 1
Diffstat (limited to 'config-win32.h')
-rw-r--r-- | config-win32.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |