diff options
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 |