From aaddfa01818f91672af95ac3b911e762ce180fe8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 5 Oct 2003 15:05:04 +0000 Subject: Shard's fix to build fine on BeOS --- src/setup.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/setup.h b/src/setup.h index 4d49190a8..799b98c8b 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 */ -- cgit v1.2.3