mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2025-12-06 05:32:02 +01:00
12 lines
211 B
C
12 lines
211 B
C
|
|
#ifndef __GLOBAL_DEFS__
|
||
|
|
#define __GLOBAL_DEFS__
|
||
|
|
|
||
|
|
#ifndef DATA_DIR
|
||
|
|
#define DATA_DIR "/etc/mmdvm/ircddbgateway"
|
||
|
|
#define LOG_DIR "/var/log/mmdvm"
|
||
|
|
#define CONF_DIR "/etc"
|
||
|
|
#define BIN_DIR "/usr/bin"
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif
|