From: Daniel Stenberg Date: Sun, 5 Oct 2003 15:05:04 +0000 (+0000) Subject: Shard's fix to build fine on BeOS X-Git-Tag: curl-7_10_8~168 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aaddfa01818f91672af95ac3b911e762ce180fe8;p=thirdparty%2Fcurl.git Shard's fix to build fine on BeOS --- diff --git a/src/setup.h b/src/setup.h index 4d49190a8e..799b98c8be 100644 --- a/src/setup.h +++ b/src/setup.h @@ -97,4 +97,8 @@ int fileno( FILE *stream); #define USE_ENVIRONMENT #endif +#ifdef __BEOS__ +#define typedef_bool +#endif + #endif /* __SETUP_H */