summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorDarkWind <darkwindmsn@hotmail.com>2011-02-15 20:05:02 +0100
committerBernd Wachter <bwachter-tmw@lart.info>2011-02-15 21:16:50 +0200
commit3c93bde383fad59972ae3004471b2bb567438b9d (patch)
tree743cca5bcf5a4e2b12ecccf544c0ca5ff6dcd0ae /src/main.h
parent377d5160cbaa40a4a8e83dd35d74bec6aeb208e0 (diff)
downloadmana-client-3c93bde383fad59972ae3004471b2bb567438b9d.tar.gz
mana-client-3c93bde383fad59972ae3004471b2bb567438b9d.tar.bz2
mana-client-3c93bde383fad59972ae3004471b2bb567438b9d.tar.xz
mana-client-3c93bde383fad59972ae3004471b2bb567438b9d.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 679f7c7d..38ab6337 100644
--- a/src/main.h
+++ b/src/main.h
@@ -78,6 +78,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__
#define PACKAGE_OS "Windows"