summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-26 00:10:18 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-26 00:10:18 +0800
commitfe85c2da76306d6875a4bcae37c7afee3e9e6eac (patch)
tree4e93dbb3aa7b3122a895c37451b4aa53aa9ff5fc /include
parent31a7ad7d2f3b4dcdf73844dc62f33b168c1f23ec (diff)
downloadpttbbs-fe85c2da76306d6875a4bcae37c7afee3e9e6eac.tar
pttbbs-fe85c2da76306d6875a4bcae37c7afee3e9e6eac.tar.gz
pttbbs-fe85c2da76306d6875a4bcae37c7afee3e9e6eac.tar.bz2
pttbbs-fe85c2da76306d6875a4bcae37c7afee3e9e6eac.tar.lz
pttbbs-fe85c2da76306d6875a4bcae37c7afee3e9e6eac.tar.xz
pttbbs-fe85c2da76306d6875a4bcae37c7afee3e9e6eac.tar.zst
pttbbs-fe85c2da76306d6875a4bcae37c7afee3e9e6eac.zip
- 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
Diffstat (limited to 'include')
-rw-r--r--include/pttstruct.h1
1 files changed, 1 insertions, 0 deletions
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)