--- lbbs/src/bbs.c 2025/11/05 04:19:21 1.38 +++ lbbs/src/bbs.c 2025/12/02 08:48:05 1.41 @@ -6,6 +6,10 @@ * Copyright (C) 2004-2025 Leaflet */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "bbs.h" #include "common.h" #include "user_priv.h" @@ -43,6 +47,9 @@ char BBS_nickname[BBS_nickname_max_len + char BBS_user_tz[BBS_user_tz_max_len + 1]; int BBS_user_exp; +time_t BBS_eula_tm; +int BBS_update_eula = 0; + time_t BBS_login_tm; time_t BBS_last_access_tm;