aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-05 15:05:04 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-05 15:05:04 +0000
commitaaddfa01818f91672af95ac3b911e762ce180fe8 (patch)
tree605d28ba66040a1ac6c40acd511cfe02ee8f39df /src
parent17e13acd10aacb3d33bfbb6f94ff727da4ca89b4 (diff)
Shard's fix to build fine on BeOS
Diffstat (limited to 'src')
-rw-r--r--src/setup.h4
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 */