Switch to unified view
a/src/main.cxx | b/src/main.cxx | ||
---|---|---|---|
... |
... |
||
155 | 155 | ||
156 | string g_datadir(DATADIR "/"); |
156 | string g_datadir(DATADIR "/"); |
157 | 157 | ||
158 | // Global |
158 | // Global |
159 | string g_configfilename; |
159 | string g_configfilename; |
160 | std::mutex g_configlock; |
||
161 | ConfSimple *g_config; |
160 | ConfSimple *g_config; |
162 | bool g_enableL16 = false; |
161 | bool g_enableL16 = false; |
163 | 162 | ||
164 | static void onsig(int) |
163 | static void onsig(int) |
165 | { |
164 | { |