OpenBSD fixes. Fixes issue 176.

This commit is contained in:
castano
2012-09-11 16:41:02 +00:00
parent 1d8d067caf
commit 83bdcb541c
5 changed files with 40 additions and 24 deletions

View File

@ -306,6 +306,11 @@ LLVM:
# define POSH_OS_STRING "FreeBSD"
#endif
#if defined __OpenBSD__
# define POSH_OS_OPENBSD 1
# define POSH_OS_STRING "OpenBSD"
#endif
#if defined __CYGWIN32__
# define POSH_OS_CYGWIN32 1
# define POSH_OS_STRING "Cygwin"