From 8fdc260eb36e797aa0c8efa5daf0cd13ba1c1d9a Mon Sep 17 00:00:00 2001 From: wens Date: Mon, 20 Dec 2004 08:05:55 +0000 Subject: add function for BMs to choose default save method git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2382 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 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) -- cgit v1.2.3