From 1d41d39f60b7183b70180c0ad9d2cb3bc9c88599 Mon Sep 17 00:00:00 2001 From: DarkWind Date: Tue, 15 Feb 2011 20:05:02 +0100 Subject: Fix compilation on Haiku and set config and data paths for it. --- src/main.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.h') 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 -- cgit v1.2.3-70-g09d2