mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Add support for additional BSD platforms in platform detection
This commit is contained in:
parent
8cc1cd6f2c
commit
7ba29029e1
2 changed files with 30 additions and 8 deletions
|
@ -34,7 +34,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(_LINUX) || defined(_MACOSX) || defined(__APPLE__)
|
||||
#if defined(_LINUX) || defined(_MACOSX) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
|
||||
#define _UNIX
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue