--- lbbs/src/common.c 2025/11/05 01:51:20 1.44 +++ lbbs/src/common.c 2025/11/11 00:28:05 1.46 @@ -6,6 +6,10 @@ * Copyright (C) 2004-2025 Leaflet */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "common.h" // Version @@ -15,6 +19,7 @@ const char APP_INFO[] = PACKAGE_STRING " 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";