]> granicus.if.org Git - curl/commitdiff
Shard's fix to build fine on BeOS
authorDaniel Stenberg <daniel@haxx.se>
Sun, 5 Oct 2003 15:05:04 +0000 (15:05 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 5 Oct 2003 15:05:04 +0000 (15:05 +0000)
src/setup.h

index 4d49190a8ec18cb86b8a1306b22a470175c81df0..799b98c8beea96c6e4c09297e99da3cbfa74a8cd 100644 (file)
@@ -97,4 +97,8 @@ int fileno( FILE *stream);
 #define USE_ENVIRONMENT
 #endif
 
+#ifdef __BEOS__
+#define typedef_bool
+#endif
+
 #endif /* __SETUP_H */