aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-11-08 19:41:28 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-11-08 19:41:28 +0000
commitfacfa19cdd4d00944c53cc051020023256811928 (patch)
tree91aa1e92177b142a0094847b2ac18fccb378f581 /src/config.h.in
parent3347ced89962af92d98ccba988ad39b6fceb320e (diff)
weirdo hack to fix debian bug report 278691:
'curl -v writes debugging to its network socket if stderr is closed'
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in6
1 files changed, 6 insertions, 0 deletions
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