summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
author <shinichiro.hamaji@gmail.com>2009-07-27 05:29:58 +0000
committer <shinichiro.hamaji@gmail.com>2009-07-27 05:29:58 +0000
commitac63dd1f580b156ab0118529b6f7cd2a30e25fa7 (patch)
tree9ccc852b99633d6c1c476a11ecfb5849b19c995f /src
parent8c4e3a9238a433b709c2fe172bc29d80c4f275b3 (diff)
downloadglog-ac63dd1f580b156ab0118529b6f7cd2a30e25fa7.tar.gz
glog-ac63dd1f580b156ab0118529b6f7cd2a30e25fa7.tar.bz2
glog-ac63dd1f580b156ab0118529b6f7cd2a30e25fa7.zip
Add OS_NETBSD macro.
git-svn-id: https://google-glog.googlecode.com/svn/trunk@57 eb4d4688-79bd-11dd-afb4-1d65580434c0
Diffstat (limited to 'src')
-rw-r--r--src/utilities.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utilities.h b/src/utilities.h
index 6ab7f5c..ee54f94 100644
--- a/src/utilities.h
+++ b/src/utilities.h
@@ -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