blob: 076f6f3aa557fe1767547c08ecab03d203b979b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Index: Source/bmalloc/bmalloc/BPlatform.h
--- Source/bmalloc/bmalloc/BPlatform.h.orig
+++ Source/bmalloc/bmalloc/BPlatform.h
@@ -52,6 +52,10 @@
#define BOS_FREEBSD 1
#endif
+#if defined(__OpenBSD__)
+#define BOS_OPENBSD 1
+#endif
+
#if defined(WIN32) || defined(_WIN32)
#define BOS_WINDOWS 1
#endif
|