summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-11-04 20:10:47 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-11-04 20:10:47 +0800
commit7ee575296c8d75fbac071ca70812df2212c64521 (patch)
tree48b301a2ffc3c130ae4d3816d219cdddc8aeeaff /include
parenteb618f821e16c7c27e59f302b02ef309b4094f0f (diff)
downloadpttbbs-7ee575296c8d75fbac071ca70812df2212c64521.tar
pttbbs-7ee575296c8d75fbac071ca70812df2212c64521.tar.gz
pttbbs-7ee575296c8d75fbac071ca70812df2212c64521.tar.bz2
pttbbs-7ee575296c8d75fbac071ca70812df2212c64521.tar.lz
pttbbs-7ee575296c8d75fbac071ca70812df2212c64521.tar.xz
pttbbs-7ee575296c8d75fbac071ca70812df2212c64521.tar.zst
pttbbs-7ee575296c8d75fbac071ca70812df2212c64521.zip
allow bm to decide whether to up-ten-big
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1296 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 45cf1aab..10c32588 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -158,6 +158,7 @@ typedef struct boardheader_t {
#define BRD_TOP 000004000 /* 熱門看板群組 */
#define BRD_NORECOMMEND 000010000 /* 不可推薦 */
#define BRD_BLOG 000020000 /* BLOG */
+#define BRD_BMCOUNT 000040000 /* 板主設定列入記錄 */
#define TTLEN 64 /* Length of title */
#define FNLEN 33 /* Length of filename */