$darkmode
Go to the documentation of this file.
24 #ifndef CLOE_CONTACT_EMAIL
25 #define CLOE_CONTACT_EMAIL "cloe-dev@eclipse.org"
28 #ifndef CLOE_STACK_VERSION
29 #define CLOE_STACK_VERSION "4.1"
32 #ifndef CLOE_STACK_SUPPORTED_VERSIONS
33 #define CLOE_STACK_SUPPORTED_VERSIONS {"4", "4.0", "4.1"}
36 #ifndef CLOE_XDG_SUFFIX
37 #define CLOE_XDG_SUFFIX "cloe"
40 #ifndef CLOE_CONFIG_HOME
41 #define CLOE_CONFIG_HOME "${XDG_CONFIG_HOME-${HOME}/.config}/" CLOE_XDG_SUFFIX
44 #ifndef CLOE_DATA_HOME
45 #define CLOE_DATA_HOME "${XDG_DATA_HOME-${HOME}/.local/share}/" CLOE_XDG_SUFFIX
48 #ifndef CLOE_SIMULATION_UUID_VAR
49 #define CLOE_SIMULATION_UUID_VAR "CLOE_SIMULATION_UUID"
54 #ifndef CLOE_PLUGIN_PATH
55 #define CLOE_PLUGIN_PATH "CLOE_PLUGIN_PATH"