summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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 0fdc8921..fd1acece 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -204,6 +204,7 @@ typedef struct boardheader_t {
#define BRD_BMCOUNT 000040000 /* 板主設定列入記錄 */
#define BRD_SYMBOLIC 000100000 /* symbolic link to board */
#define BRD_NOBOO 000200000 /* 不可噓 */
+#define BRD_LOCALSAVE 000400000 /* 預設 Local Save */
#define BRD_LINK_TARGET(x) ((x)->postexpire)
#define GROUPOP() (currmode & MODE_GROUPOP)