mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add OpenBSD to the #define
This commit is contained in:
parent
92e7032c85
commit
a70ec52001
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7119
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
#define SP_INCLUDE_UNISTD_H
|
||||
#define SP_POSIX_FILENAMES
|
||||
|
||||
+ #if (defined(__FreeBSD__) || defined(__NetBSD__))
|
||||
+ #if (defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD))
|
||||
+ #define SP_HAVE_LOCALE
|
||||
+ #define SP_HAVE_SOCKET
|
||||
+ #define SP_MULTI_BYTE
|
||||
|
|
Loading…
Add table
Reference in a new issue