diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2006-07-19 22:27:49 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2006-07-19 22:27:49 +0000 |
commit | 684245d6cecd793ca44cf23e6206b6a2a09f046e (patch) | |
tree | e732b12cdf3787d6cdcd5d056859c701c4e5f3f7 /src/setup.h | |
parent | d157c292693972658d138475276dca85df77539b (diff) | |
download | curl-684245d6cecd793ca44cf23e6206b6a2a09f046e.tar.gz |
Changes to support building for eCos 1.3.1. This has been tested with
file: URLs only.
Diffstat (limited to 'src/setup.h')
-rw-r--r-- | src/setup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup.h b/src/setup.h index e911922c9..78cb11593 100644 --- a/src/setup.h +++ b/src/setup.h @@ -116,7 +116,7 @@ #define FALSE 0 #endif -#if !defined(__cplusplus) && !defined(__BEOS__) && !defined(typedef_bool) +#if !defined(__cplusplus) && !defined(__BEOS__) && !defined(__ECOS) && !defined(typedef_bool) typedef unsigned char bool; #define typedef_bool #endif |