Add OpenBSD to the #define

This commit is contained in:
David E. O'Brien 1997-06-29 09:52:45 +00:00
parent 92e7032c85
commit a70ec52001
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7119

View file

@ -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