diff options
author | Mark Salisbury <mark.salisbury@hp.com> | 2012-06-20 00:49:49 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2012-06-20 00:49:49 +0200 |
commit | 99b13f27419c789ff81f348f569ceffb05422943 (patch) | |
tree | eb2e46fa0b5376dc3607ad5f80ec7f576ffb28c0 /lib | |
parent | a15378e0730fa0af0a11be512f19acc50d0f1a84 (diff) |
config-win32ce.h: WinCE config adjustment
process.h is not present on WinCE
Diffstat (limited to 'lib')
-rw-r--r-- | lib/config-win32ce.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h index 1ade83fbe..610cbb527 100644 --- a/lib/config-win32ce.h +++ b/lib/config-win32ce.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -79,7 +79,7 @@ #define HAVE_STDLIB_H 1 /* Define if you have the <process.h> header file. */ -#define HAVE_PROCESS_H 1 +/* #define HAVE_PROCESS_H 1 */ /* Define if you have the <sys/param.h> header file. */ /* #define HAVE_SYS_PARAM_H 1 */ |