From fe85c2da76306d6875a4bcae37c7afee3e9e6eac Mon Sep 17 00:00:00 2001 From: piaip Date: Mon, 25 Jul 2005 16:10:18 +0000 Subject: - restrict fast recommendation - release large memory buffer for CopyBuffer(announce.c) git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2961 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/pttstruct.h b/include/pttstruct.h index 4ba8f16b..43d66582 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -218,6 +218,7 @@ typedef struct boardheader_t { #define BRD_GUESTPOST 002000000 /* guest能 post */ #define BRD_COOLDOWN 004000000 /* 冷靜 */ #define BRD_CPLOG 010000000 /* 自動留轉錄記錄 */ +#define BRD_NOFASTRECMD 020000000 /* 禁止快速推文 */ #define BRD_LINK_TARGET(x) ((x)->postexpire) #define GROUPOP() (currmode & MODE_GROUPOP) -- cgit v1.2.3