diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-07-04 18:17:58 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-07-04 18:17:58 +0000 |
commit | e4e7db551fe4240a68ab2510a844af0315ac73b2 (patch) | |
tree | 1b96ba7f1eee5aa26d8b02cd9b4718941ab50669 | |
parent | ebfde8da56e168235e66123b8d53fc786989ac43 (diff) |
HAVE_SETVBUF removed, no longer used
-rw-r--r-- | src/config.h.in | 3 |
1 files changed, 0 insertions, 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 <sys/poll.h> 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 |