summaryrefslogtreecommitdiff
path: root/sal/rtl
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-06-09 08:34:10 +0200
committerobo <obo@openoffice.org>2010-06-09 08:34:10 +0200
commit7315ce26bc74f3532a34288d5b6cd06f80c0bcc2 (patch)
tree8549dd28897f116ac843e776f40a8fb214cf3482 /sal/rtl
parent99ff4b156eae57e51ffef715a6184038df745236 (diff)
parent22e6570cba66c2f6105e902917485c792089e98c (diff)
CWS-TOOLING: integrate CWS kfreebsdport01v2
Diffstat (limited to 'sal/rtl')
-rw-r--r--sal/rtl/source/macro.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sal/rtl/source/macro.hxx b/sal/rtl/source/macro.hxx
index 50f0d7de924e..3fa0fbe58f42 100644
--- a/sal/rtl/source/macro.hxx
+++ b/sal/rtl/source/macro.hxx
@@ -39,7 +39,11 @@
#elif defined SOLARIS
#define THIS_OS "Solaris"
#elif defined LINUX
+#ifdef __FreeBSD_kernel__
+#define THIS_OS "kFreeBSD"
+#else
#define THIS_OS "Linux"
+#endif
#elif defined MACOSX
#define THIS_OS "MacOSX"
#elif defined NETBSD