diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-05-12 14:34:48 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-05-12 14:34:48 +0800 |
commit | 342798eaaaf77f2cea73bd5c36f3a6ce65d9a95a (patch) | |
tree | 586c81e63bead5e3d53e949ce58fe08a14363563 /include | |
parent | 99b2798415929b6406c738ee233c9e030ff8edaa (diff) | |
download | pttbbs-342798eaaaf77f2cea73bd5c36f3a6ce65d9a95a.tar pttbbs-342798eaaaf77f2cea73bd5c36f3a6ce65d9a95a.tar.gz pttbbs-342798eaaaf77f2cea73bd5c36f3a6ce65d9a95a.tar.bz2 pttbbs-342798eaaaf77f2cea73bd5c36f3a6ce65d9a95a.tar.lz pttbbs-342798eaaaf77f2cea73bd5c36f3a6ce65d9a95a.tar.xz pttbbs-342798eaaaf77f2cea73bd5c36f3a6ce65d9a95a.tar.zst pttbbs-342798eaaaf77f2cea73bd5c36f3a6ce65d9a95a.zip |
- bbs: X (recommend) on vote_post should do like 'y' -- reply vote.
- config: always FAST_LOGIN.
- (internal) mbbsd: speed up task before getnewutmpent to prevent multi login
- (internal) chat: refine /b and /ban test code
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4302 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h index 7be9f806..dae9d243 100644 --- a/include/config.h +++ b/include/config.h @@ -267,7 +267,6 @@ #define HAVE_ORIGIN /* 顯示 author 來自何處 */ #undef HAVE_INFO /* 顯示程式版本說明 */ #undef HAVE_LICENSE /* 顯示 GNU 版權畫面 */ -#define FAST_LOGIN /* Login 不檢查遠端使用者 */ #undef HAVE_REPORT /* 系統追蹤報告 */ #undef NEWUSER_LIMIT /* 新手上路的三天限制 */ #undef HAVE_X_BOARDS |