| 31 |
#define CONF_BBSD "conf/bbsd.conf" |
#define CONF_BBSD "conf/bbsd.conf" |
| 32 |
#define CONF_MENU "var/menu_merged.conf" |
#define CONF_MENU "var/menu_merged.conf" |
| 33 |
#define CONF_BBSNET "conf/bbsnet.conf" |
#define CONF_BBSNET "conf/bbsnet.conf" |
| 34 |
|
#define CONF_TOP10_MENU "var/bbs_top_menu.conf" |
| 35 |
#define SSH_HOST_KEYFILE "conf/ssh_host_rsa_key" |
#define SSH_HOST_KEYFILE "conf/ssh_host_rsa_key" |
| 36 |
|
|
| 37 |
#define LOG_FILE_INFO "log/bbsd.log" |
#define LOG_FILE_INFO "log/bbsd.log" |
| 42 |
#define DATA_GOODBYE "data/goodbye.txt" |
#define DATA_GOODBYE "data/goodbye.txt" |
| 43 |
#define DATA_LICENSE "data/license.txt" |
#define DATA_LICENSE "data/license.txt" |
| 44 |
#define DATA_COPYRIGHT "data/copyright.txt" |
#define DATA_COPYRIGHT "data/copyright.txt" |
| 45 |
|
#define DATA_VERSION "data/version.txt" |
| 46 |
#define DATA_LOGIN_ERROR "data/login_error.txt" |
#define DATA_LOGIN_ERROR "data/login_error.txt" |
| 47 |
#define DATA_ACTIVE_BOARD "data/active_board.txt" |
#define DATA_ACTIVE_BOARD "data/active_board.txt" |
| 48 |
#define DATA_READ_HELP "data/read_help.txt" |
#define DATA_READ_HELP "data/read_help.txt" |
| 49 |
|
#define DATA_EDITOR_HELP "data/editor_help.txt" |
| 50 |
|
|
| 51 |
#define VAR_BBS_TOP "var/bbs_top.txt" |
#define VAR_BBS_TOP "var/bbs_top.txt" |
| 52 |
|
|