diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-10-05 15:05:04 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-10-05 15:05:04 +0000 |
commit | aaddfa01818f91672af95ac3b911e762ce180fe8 (patch) | |
tree | 605d28ba66040a1ac6c40acd511cfe02ee8f39df | |
parent | 17e13acd10aacb3d33bfbb6f94ff727da4ca89b4 (diff) |
Shard's fix to build fine on BeOS
-rw-r--r-- | src/setup.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ |