summaryrefslogtreecommitdiffstats
path: root/sal/rtl/source/macro.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl/source/macro.hxx')
-rw-r--r--sal/rtl/source/macro.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/sal/rtl/source/macro.hxx b/sal/rtl/source/macro.hxx
index 3fa0fbe58f42..822fdd1ef2d5 100644
--- a/sal/rtl/source/macro.hxx
+++ b/sal/rtl/source/macro.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -50,6 +51,12 @@
#define THIS_OS "NetBSD"
#elif defined FREEBSD
#define THIS_OS "FreeBSD"
+#elif defined AIX
+#define THIS_OS "AIX"
+#elif defined OPENBSD
+#define THIS_OS "OpenBSD"
+#elif defined DRAGONFLY
+#define THIS_OS "DragonFly"
#endif
#if ! defined THIS_OS
@@ -108,3 +115,4 @@ this is inserted for the case that the preprocessor ignores error
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */