summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-06 23:19:11 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-06 23:19:11 +0800
commitedf79950859b8f87c6e4b34eb790366cb4a0d4c2 (patch)
tree3d158f926d5d1bc0a7ec08c8c865596d8f3eac72 /include
parentaa977202db29e46f61369854d1df06bb344e24d5 (diff)
downloadpttbbs-edf79950859b8f87c6e4b34eb790366cb4a0d4c2.tar
pttbbs-edf79950859b8f87c6e4b34eb790366cb4a0d4c2.tar.gz
pttbbs-edf79950859b8f87c6e4b34eb790366cb4a0d4c2.tar.bz2
pttbbs-edf79950859b8f87c6e4b34eb790366cb4a0d4c2.tar.lz
pttbbs-edf79950859b8f87c6e4b34eb790366cb4a0d4c2.tar.xz
pttbbs-edf79950859b8f87c6e4b34eb790366cb4a0d4c2.tar.zst
pttbbs-edf79950859b8f87c6e4b34eb790366cb4a0d4c2.zip
* add view recent login in trunk
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4815 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index d3fee9b5..f9377875 100644
--- a/include/common.h
+++ b/include/common.h
@@ -43,6 +43,10 @@
#define FN_BOARDHELP "etc/board.help"
#define FN_USERMEMO "memo.txt" // 使用者個人記事本
#define FN_BADLOGIN "logins.bad" // in BBSHOME & user directory
+#define FN_RECENTLOGIN "logins.recent" // in user directory
+#ifndef SZ_RECENTLOGIN
+#define SZ_RECENTLOGIN (16000) // size of max recent log before rotation
+#endif
// 自訂刪除文章時出現的標題與檔案