summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-13 21:05:03 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-13 21:05:03 +0800
commit013a43d7cd0a0299638793bca0ebd371326e0284 (patch)
tree1258d9938b1740b7bbbf73292bda088bc209d3bd /include
parent6d6273c57b2a35a2d71c778de11643376b5eb015 (diff)
downloadpttbbs-013a43d7cd0a0299638793bca0ebd371326e0284.tar
pttbbs-013a43d7cd0a0299638793bca0ebd371326e0284.tar.gz
pttbbs-013a43d7cd0a0299638793bca0ebd371326e0284.tar.bz2
pttbbs-013a43d7cd0a0299638793bca0ebd371326e0284.tar.lz
pttbbs-013a43d7cd0a0299638793bca0ebd371326e0284.tar.xz
pttbbs-013a43d7cd0a0299638793bca0ebd371326e0284.tar.zst
pttbbs-013a43d7cd0a0299638793bca0ebd371326e0284.zip
- add aligned format of comments
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4158 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 447ac05d..f1b6dbdf 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -203,6 +203,7 @@ typedef struct boardheader_t {
#define BRD_IPLOGRECMD 0x00800000 /* 推文記錄 IP */
#define BRD_OVER18 0x01000000 /* 十八禁 */
#define BRD_NOREPLY 0x02000000 /* 不可回文 */
+#define BRD_ALIGNEDCMT 0x04000000 /* 對齊式的推文 */
#define BRD_LINK_TARGET(x) ((x)->postexpire)
#define GROUPOP() (currmode & MODE_GROUPOP)