--- lbbs/include/article_view_log.h 2025/11/04 13:49:50 1.5 +++ lbbs/include/article_view_log.h 2026/01/03 10:27:14 1.8 @@ -3,7 +3,7 @@ * article_view_log * - data persistence and query of article view log * - * Copyright (C) 2004-2025 by Leaflet + * Copyright (C) 2004-2026 Leaflet */ #ifndef _ARTICLE_VIEW_LOG_H_ @@ -11,7 +11,10 @@ #include -#define MAX_VIEWED_AID_INC_CNT 1000 +enum article_view_log_constant_t +{ + MAX_VIEWED_AID_INC_CNT = 1000, +}; struct article_view_log_t {