From 0bd0de593521362768058dbb6847b888a02562c0 Mon Sep 17 00:00:00 2001 From: ptt Date: Mon, 21 Jun 2004 19:47:01 +0000 Subject: Add a flag for BM to choose BRD_NOBOO by 'I' git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2076 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 99be5a50..6c4dbf1e 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -176,6 +176,7 @@ typedef struct boardheader_t { #define BRD_BLOG 000020000 /* BLOG */ #define BRD_BMCOUNT 000040000 /* 板主設定列入記錄 */ #define BRD_SYMBOLIC 000100000 /* symbolic link to board */ +#define BRD_NOBOO 000200000 /* 不可噓 */ #define BRD_LINK_TARGET(x) ((x)->postexpire) #define GROUPOP() (currmode & MODE_GROUPOP) -- cgit v1.2.3