Add OS_NETBSD macro.

git-svn-id: https://google-glog.googlecode.com/svn/trunk@57 eb4d4688-79bd-11dd-afb4-1d65580434c0
This commit is contained in:
2009-07-27 05:29:58 +00:00
parent 8c4e3a9238
commit ac63dd1f58

View File

@ -44,6 +44,8 @@
# define OS_MACOSX
#elif defined(__FreeBSD__)
# define OS_FREEBSD
#elif defined(__NetBSD__)
# define OS_NETBSD
#elif defined(__OpenBSD__)
# define OS_OPENBSD
#else