summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorDarkWind <darkwindmsn@hotmail.com>2011-02-15 20:05:02 +0100
committerAndrei Karas <akaras@inbox.ru>2011-02-15 21:30:12 +0200
commit1d41d39f60b7183b70180c0ad9d2cb3bc9c88599 (patch)
treeb4a0281e5e9f10557af714e0056d90bbbd1d55f0 /src/main.h
parentf7c1149be85d90f05d55bc2c975432a6d9d6012e (diff)
downloadplus-1d41d39f60b7183b70180c0ad9d2cb3bc9c88599.tar.gz
plus-1d41d39f60b7183b70180c0ad9d2cb3bc9c88599.tar.bz2
plus-1d41d39f60b7183b70180c0ad9d2cb3bc9c88599.tar.xz
plus-1d41d39f60b7183b70180c0ad9d2cb3bc9c88599.zip
Fix compilation on Haiku and set config and data paths for it.
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index db01c4d04..20ac9126e 100644
--- a/src/main.h
+++ b/src/main.h
@@ -70,6 +70,8 @@
#define PACKAGE_OS "Linux"
#elif defined __GNU__
#define PACKAGE_OS "GNU Hurd"
+#elif defined __HAIKU__
+#define PACKAGE_OS "Haiku"
#elif defined WIN32 || defined _WIN32 || defined __WIN32__ || defined __NT__ \
|| defined WIN64 || defined _WIN64 || defined __WIN64__ \
|| defined __MINGW32__ || defined _MSC_VER