--- lbbs/src/common.c 2025/11/05 01:37:00 1.43 +++ lbbs/src/common.c 2025/11/11 00:28:05 1.46 @@ -6,12 +6,20 @@ * Copyright (C) 2004-2025 Leaflet */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #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";