initial netbsd support in makefile/flags
This commit is contained in:
parent
0324e6ca3d
commit
546e8a3b44
3 changed files with 70 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(__FreeBSD__) || defined(__OpenBSD__)
|
||||
#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
|
||||
#ifndef __UNIX_LIKE__
|
||||
#define __UNIX_LIKE__
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue