summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-03-14 08:29:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-03-14 08:29:11 +0000
commit5d1095a6f48189b635968fad6cb6f9d497e164ac (patch)
tree3cfaa38b71b86bc34b2c8a5111dd7ac2c9e03b39
parent04501ba7911008dd40effe3c0de75e57c1e64822 (diff)
downloadgnurl-5d1095a6f48189b635968fad6cb6f9d497e164ac.tar.gz
gnurl-5d1095a6f48189b635968fad6cb6f9d497e164ac.tar.bz2
gnurl-5d1095a6f48189b635968fad6cb6f9d497e164ac.zip
Added #define HAVE_SETVBUF 1
-rw-r--r--config-win32.h3
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