9 lines
202 B
C
9 lines
202 B
C
#pragma once
|
|
#define TAG "@TAG@"
|
|
#define LOCALE_DIR "@LOCALE_DIR@"
|
|
#cmakedefine01 DEBUG_MODE_VALUE
|
|
#cmakedefine01 OLD_SDBUS
|
|
#if DEBUG_MODE_VALUE==1
|
|
#define DEBUG_MODE
|
|
#endif
|
|
#undef DEBUG_MODE_VALUE
|