Add OS_NETBSD macro.
author <shinichiro.hamaji@gmail.com> <>
Mon, 27 Jul 2009 05:29:58 +0000 (05:29 +0000)
committer <shinichiro.hamaji@gmail.com> <>
Mon, 27 Jul 2009 05:29:58 +0000 (05:29 +0000)
git-svn-id: https://google-glog.googlecode.com/svn/trunk@57 eb4d4688-79bd-11dd-afb4-1d65580434c0

src/utilities.h

index 6ab7f5c..ee54f94 100644 (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