1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

Shard's fix to build fine on BeOS

This commit is contained in:
Daniel Stenberg 2003-10-05 15:05:04 +00:00
parent 17e13acd10
commit aaddfa0181

View File

@ -97,4 +97,8 @@ int fileno( FILE *stream);
#define USE_ENVIRONMENT
#endif
#ifdef __BEOS__
#define typedef_bool
#endif
#endif /* __SETUP_H */