From 5e7164f87a7b65a4790b3b3e080664dabc8d50a4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 1 Apr 2007 07:51:30 +0000 Subject: 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. --- src/config-win32.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/config-win32.h') 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 -- cgit v1.2.3