added HAVE_SETVBUF
authorDaniel Stenberg <daniel@haxx.se>
Sun, 28 Jul 2002 17:08:22 +0000 (17:08 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 28 Jul 2002 17:08:22 +0000 (17:08 +0000)
src/config.h.in

index 9507bb1418a2cad4d67d65198ca9a82398c910d4..6ebc04c8afb11d348783c6d23bf912463c734dc5 100644 (file)
@@ -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