mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-01-04 23:39:58 +01:00
Update DStarGateway Global Defs
This commit is contained in:
parent
f787873b5b
commit
dcb1a8a566
|
|
@ -20,6 +20,7 @@
|
|||
#define Defs_H
|
||||
|
||||
#include <wx/wx.h>
|
||||
#include "../GlobalDefines.h"
|
||||
|
||||
const wxString DEXTRA_HOSTS_FILE_NAME = wxT("DExtra_Hosts.txt");
|
||||
const wxString DPLUS_HOSTS_FILE_NAME = wxT("DPlus_Hosts.txt");
|
||||
|
|
|
|||
|
|
@ -6,21 +6,18 @@
|
|||
#define LOG_DIR "/opt/mmdvm/logs"
|
||||
#define CONF_DIR "/opt/mmdvm/conf"
|
||||
#define CONF_FILE "ircDDBGateway.ini"
|
||||
#define LOG_BASE "ircDDBGateway"
|
||||
|
||||
#elif defined(OPENWRT) && OPENWRT == 1
|
||||
#define DATA_DIR "/etc/mmdvm/dstar"
|
||||
#define LOG_DIR "/var/log/mmdvm"
|
||||
#define CONF_DIR "/etc"
|
||||
#define CONF_FILE "ircDDBGateway.ini"
|
||||
#define LOG_BASE "ircDDBGateway"
|
||||
|
||||
#else
|
||||
#define DATA_DIR "/usr/share/ircddbgateway"
|
||||
#define LOG_DIR "/tmp"
|
||||
#define CONF_DIR "/etc"
|
||||
#define CONF_FILE "ircddbgateway"
|
||||
#define LOG_BASE "ircddbgatewayd"
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue