mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-01-18 22:30:18 +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
|