From facfa19cdd4d00944c53cc051020023256811928 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 8 Nov 2004 19:41:28 +0000 Subject: weirdo hack to fix debian bug report 278691: 'curl -v writes debugging to its network socket if stderr is closed' --- src/config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/config.h.in') diff --git a/src/config.h.in b/src/config.h.in index 45eab3694..5636cbeeb 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -109,3 +109,9 @@ /* Define to 1 if you have the `gettimeofday' function. */ #undef HAVE_GETTIMEOFDAY + +/* Define to 1 if you have the `ftruncate' function. */ +#undef HAVE_FTRUNCATE + +/* Define to 1 if you have the `pipe' function. */ +#undef HAVE_PIPE -- cgit v1.2.3