aboutsummaryrefslogtreecommitdiff
path: root/src/config-win32.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-04-01 07:51:30 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-04-01 07:51:30 +0000
commit5e7164f87a7b65a4790b3b3e080664dabc8d50a4 (patch)
treefe1d1a6e07225fe0d99dd7364e8ed49f6aebb244 /src/config-win32.h
parentef10eaeb29e3a8a2ad92e10f44679e1298fce1d5 (diff)
Matt Kraai provided a patch that makes curl build on QNX 6 fine again. Mostly
by letting configure check for setmode and ifdef on HAVE_SETMODE. NOTE: non- configure platforms that havve setmode() needs their hard-coded config.h files fixed. I fixed the src/config-win32.h.
Diffstat (limited to 'src/config-win32.h')
-rw-r--r--src/config-win32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config-win32.h b/src/config-win32.h
index 047f28e85..6e0380a3b 100644
--- a/src/config-win32.h
+++ b/src/config-win32.h
@@ -72,6 +72,9 @@
/* FUNCTIONS */
/* ---------------------------------------------------------------- */
+/* Define if you have the setmode function. */
+#define HAVE_SETMODE 1
+
/* Define if you have the ftruncate function. */
#define HAVE_FTRUNCATE 1