summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-06 21:07:50 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-06 21:07:50 +0800
commit12fe18273839304131da83bbb54a639896fd69f0 (patch)
tree3926b1aee6b56d7f55747b0fe774b598cde5c5d8 /include
parent2933c380c0ffa5422cc5bc74e23e6a92440cca92 (diff)
downloadpttbbs-12fe18273839304131da83bbb54a639896fd69f0.tar
pttbbs-12fe18273839304131da83bbb54a639896fd69f0.tar.gz
pttbbs-12fe18273839304131da83bbb54a639896fd69f0.tar.bz2
pttbbs-12fe18273839304131da83bbb54a639896fd69f0.tar.lz
pttbbs-12fe18273839304131da83bbb54a639896fd69f0.tar.xz
pttbbs-12fe18273839304131da83bbb54a639896fd69f0.tar.zst
pttbbs-12fe18273839304131da83bbb54a639896fd69f0.zip
* experimental: add user recent login history view
git-svn-id: http://opensvn.csie.org/pttbbs/branches/pttbbs.pwcu@4810 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 bf7a1cef..da8a20be 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 (32000)
+#endif
// 自訂刪除文章時出現的標題與檔案