From e4e7db551fe4240a68ab2510a844af0315ac73b2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 4 Jul 2003 18:17:58 +0000 Subject: [PATCH] HAVE_SETVBUF removed, no longer used --- src/config.h.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/config.h.in b/src/config.h.in index b9111250d..50d29f551 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -29,9 +29,6 @@ /* Define if you have the header file */ #undef HAVE_SYS_POLL_H -/* Define if you have the `setvbuf' function. */ -#undef HAVE_SETVBUF - /* Define if you have the `poll' function. */ #undef HAVE_POLL