Patch posh to support freebsd.

This commit is contained in:
castano 2009-11-03 23:58:10 +00:00
parent f744e700ae
commit 2f0fe5149f

View File

@ -293,6 +293,11 @@ Metrowerks:
# define POSH_OS_STRING "Linux" # define POSH_OS_STRING "Linux"
#endif #endif
#if defined __FreeBSD__
# define POSH_OS_FREEBSD 1
# define POSH_OS_STRING "FreeBSD"
#endif
#if defined __CYGWIN32__ #if defined __CYGWIN32__
# define POSH_OS_CYGWIN32 1 # define POSH_OS_CYGWIN32 1
# define POSH_OS_STRING "Cygwin" # define POSH_OS_STRING "Cygwin"