8000 Add support for Haiku. · Reification/unittest-cpp@053bcfc · GitHub
[go: up one dir, main page]

Skip to content

Commit 053bcfc

Browse files
committed
Add support for Haiku.
1 parent d220612 commit 053bcfc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

UnitTest++/Config.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
#endif
2222

2323
#if defined(unix) || defined(__unix__) || defined(__unix) || defined(linux) || \
24-
defined(__APPLE__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__)
24+
defined(__APPLE__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__) \
25+
|| defined (__HAIKU__)
2526
#define UNITTEST_POSIX
2627
#endif
2728

0 commit comments

Comments
 (0)
0