Sayonara Player
Macros.h
1 #ifndef GLOBAL_MACROS_H
2 #define GLOBAL_MACROS_H
3 
4 #define SAYONARA_VERSION "1.7.0-stable3"
5 #define SAYONARA_INSTALL_PATH "/usr"
6 #define SAYONARA_INSTALL_LIB_PATH "/usr/lib64/sayonara/"
7 #define SAYONARA_INSTALL_BIN_PATH "/usr/bin/"
8 #define SAYONARA_INSTALL_SHARE_PATH "/usr/share/sayonara/"
9 #define SAYONARA_WITH_DBUS "1"
10 #define SAYONARA_WITH_SHUTDOWN "1"
11 #define SAYONARA_HAS_CXX_ABI "1"
12 /* #undef SAYONARA_WITH_TESTS */
13 #define SAYONARA_HAS_BACKTRACE "1"
14 
15 #endif