- Make __FreeBSD_version check actually work [1]
- Implement OS::GetCurrentThreadId on FreeBSD 8.x
- Move DragonFly's conditional to its own #elif for clarity
- Add NetBSD conditional for reference
MFH: 2015Q1 (maybe not)
#elif defined(__FreeBSD__) # define V8_OS_BSD 1 # define V8_OS_FREEBSD 1 # define V8_OS_POSIX 1 #elif defined(__DragonFly__) # define V8_OS_BSD 1 # define V8_OS_DRAGONFLYBSD 1 # define V8_OS_POSIX 1