diff options
author | DarkWind <darkwindmsn@hotmail.com> | 2011-02-15 20:05:02 +0100 |
---|---|---|
committer | Bernd Wachter <bwachter-tmw@lart.info> | 2011-02-15 21:16:50 +0200 |
commit | 3c93bde383fad59972ae3004471b2bb567438b9d (patch) | |
tree | 743cca5bcf5a4e2b12ecccf544c0ca5ff6dcd0ae /src/main.h | |
parent | 377d5160cbaa40a4a8e83dd35d74bec6aeb208e0 (diff) | |
download | mana-3c93bde383fad59972ae3004471b2bb567438b9d.tar.gz mana-3c93bde383fad59972ae3004471b2bb567438b9d.tar.bz2 mana-3c93bde383fad59972ae3004471b2bb567438b9d.tar.xz mana-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |