diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2006-04-26 17:11:05 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2006-04-26 17:11:05 +0000 |
commit | 414c57d138b9fe21eeecde730d9369eaedbdbc89 (patch) | |
tree | 7e800fe502ebf2154c29f03bceb141fa0b39bc5b /lib/config-win32ce.h | |
parent | c14a84e6f29efe248e59b6910924a35bcbc74384 (diff) | |
download | curl-414c57d138b9fe21eeecde730d9369eaedbdbc89.tar.gz |
Added support for Salford-C under Win32 (scc). HAVE_MALLOC_H and
HAVE_PROCESS_H added for all except scc.
Diffstat (limited to 'lib/config-win32ce.h')
-rw-r--r-- | lib/config-win32ce.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h index 2ec147a91..5e9f6e4e1 100644 --- a/lib/config-win32ce.h +++ b/lib/config-win32ce.h @@ -54,6 +54,9 @@ /* Define if you have the <stdlib.h> header file. */ #define HAVE_STDLIB_H 1 +/* Define if you have the <process.h> header file. */ +#define HAVE_PROCESS_H 1 + /* Define if you have the <sys/param.h> header file. */ /* #define HAVE_SYS_PARAM_H 1 */ @@ -277,7 +280,7 @@ #define PACKAGE "curl" /* ---------------------------------------------------------------- */ -/* WinCE */ +/* WinCE */ /* ---------------------------------------------------------------- */ #define CURL_DISABLE_FILE 1 |