--- lbbs/src/common.c 2025/11/05 01:37:00 1.43 +++ lbbs/src/common.c 2025/11/07 04:58:09 1.45 @@ -8,10 +8,14 @@ #include "common.h" +// Version +const char APP_INFO[] = PACKAGE_STRING " build on " __DATE__ " " __TIME__; + // Enviroment const char CONF_BBSD[] = "conf/bbsd.conf"; const char CONF_MENU[] = "var/menu_merged.conf"; const char CONF_BBSNET[] = "conf/bbsnet.conf"; +const char CONF_BWF[] = "conf/badwords.conf"; const char CONF_TOP10_MENU[] = "var/bbs_top_menu.conf"; const char SSH_HOST_KEYFILE[] = "conf/ssh_host_rsa_key";