Sayonara Player
Loading...
Searching...
No Matches
Macros.h
1/* Macros.h.in
2 *
3 * Copyright (C) 2011-2024 Michael Lugmair
4 *
5 * This file is part of sayonara player
6 *
7 * This program is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16
17 * You should have received a copy of the GNU General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 */
20
21#ifndef GLOBAL_MACROS_H
22#define GLOBAL_MACROS_H
23
24#define SAYONARA_VERSION "1.10.0-beta1"
25#define SAYONARA_FULL_VERSION "1.10.0-beta1"
26/* #undef SAYONARA_REVISION */
27#define SAYONARA_INSTALL_PATH "/usr"
28#define SAYONARA_INSTALL_LIB_PATH "/usr/lib64/sayonara/"
29#define SAYONARA_INSTALL_BIN_PATH "/usr/bin/"
30#define SAYONARA_INSTALL_SHARE_PATH "/usr/share/sayonara/"
31#define SAYONARA_WITH_DBUS "1"
32#define SAYONARA_WITH_SHUTDOWN "1"
33#define SAYONARA_HAS_CXX_ABI "1"
34/* #undef SAYONARA_WITH_TESTS */
35#define SAYONARA_HAS_BACKTRACE "1"
36/* #undef DISABLE_NATIVE_DIR_DIALOGS */
37
38#endif