From 70afca89b21dda18dc5e94858bec472da9130cda Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Tue, 2 Apr 2013 14:25:56 +0200 Subject: preparing smilies support --- global.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'global.h') diff --git a/global.h b/global.h index 4ecc890..3b1d6ae 100644 --- a/global.h +++ b/global.h @@ -6,6 +6,9 @@ /** Time the forum config settings should be considered up to date, in days. */ #define BOARD_CONFIG_TTL 2 +/** Time the forum smilies list should be considered up to date, in days. */ +#define SMILIES_LIST_TTL BOARD_CONFIG_TLL + /** Time the list of forums should be considered up to date, in days. */ #define BOARD_LIST_TTL 2 -- cgit v1.2.3