| 3 |
* common |
* common |
| 4 |
* - common definitions |
* - common definitions |
| 5 |
* |
* |
| 6 |
* Copyright (C) 2004-2025 Leaflet <leaflet@leafok.com> |
* Copyright (C) 2004-2026 Leaflet <leaflet@leafok.com> |
| 7 |
*/ |
*/ |
| 8 |
|
|
| 9 |
#ifdef HAVE_CONFIG_H |
#ifdef HAVE_CONFIG_H |
| 14 |
|
|
| 15 |
// Version |
// Version |
| 16 |
const char APP_INFO[] = PACKAGE_STRING " build on " __DATE__ " " __TIME__; |
const char APP_INFO[] = PACKAGE_STRING " build on " __DATE__ " " __TIME__; |
| 17 |
const char COPYRIGHT_INFO[] = "Copyright (C) 2004-2025 Leaflet <leaflet@leafok.com>\n" |
const char COPYRIGHT_INFO[] = "Copyright (C) 2004-2026 Leaflet <leaflet@leafok.com>\n" |
| 18 |
"This program comes with ABSOLUTELY NO WARRANTY.\n" |
"This program comes with ABSOLUTELY NO WARRANTY.\n" |
| 19 |
"This is free software, and you are welcome to redistribute it \n" |
"This is free software, and you are welcome to redistribute it \n" |
| 20 |
"under certain conditions; see the GNU General Public License \n" |
"under certain conditions; see the GNU General Public License \n" |
| 28 |
const char CONF_TOP10_MENU[] = "var/bbs_top_menu.conf"; |
const char CONF_TOP10_MENU[] = "var/bbs_top_menu.conf"; |
| 29 |
const char SSH_HOST_RSA_KEY_FILE[] = "conf/ssh_host_rsa_key"; |
const char SSH_HOST_RSA_KEY_FILE[] = "conf/ssh_host_rsa_key"; |
| 30 |
const char SSH_HOST_ED25519_KEY_FILE[] = "conf/ssh_host_ed25519_key"; |
const char SSH_HOST_ED25519_KEY_FILE[] = "conf/ssh_host_ed25519_key"; |
| 31 |
|
const char SSH_HOST_ECDSA_KEY_FILE[] = "conf/ssh_host_ecdsa_key"; |
| 32 |
const char SSH_KNOWN_HOSTS_FILE[] = "var/known_hosts"; |
const char SSH_KNOWN_HOSTS_FILE[] = "var/known_hosts"; |
| 33 |
|
|
| 34 |
const char LOG_FILE_INFO[] = "log/bbsd.log"; |
const char LOG_FILE_INFO[] = "log/bbsd.log"; |