aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-07-28 17:08:22 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-07-28 17:08:22 +0000
commit52e32ac1d30543f005bfb9aabfcf08c370db880c (patch)
tree05a277f927a207f6eab9e6eedc93b853495ff046 /src/config.h.in
parent7f8ad34ba2a646383eaee3d986ae493fed3e1536 (diff)
added HAVE_SETVBUF
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in3
1 files changed, 3 insertions, 0 deletions
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 <sys/poll.h> header file */
#undef HAVE_SYS_POLL_H
+
+/* Define if you have the `setvbuf' function. */
+#undef HAVE_SETVBUF