diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-09-07 03:52:57 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-09-07 03:52:57 +0800 |
commit | fc05c7ec6b8d7bbd2fbad6426c2e5d23994aea0b (patch) | |
tree | f3f43d69f0b65589a931b98a634e3b27d2c5d136 /include | |
parent | bc3952ec2fcbddd3c4820f21c8490ccd8c728a1d (diff) | |
download | pttbbs-fc05c7ec6b8d7bbd2fbad6426c2e5d23994aea0b.tar pttbbs-fc05c7ec6b8d7bbd2fbad6426c2e5d23994aea0b.tar.gz pttbbs-fc05c7ec6b8d7bbd2fbad6426c2e5d23994aea0b.tar.bz2 pttbbs-fc05c7ec6b8d7bbd2fbad6426c2e5d23994aea0b.tar.lz pttbbs-fc05c7ec6b8d7bbd2fbad6426c2e5d23994aea0b.tar.xz pttbbs-fc05c7ec6b8d7bbd2fbad6426c2e5d23994aea0b.tar.zst pttbbs-fc05c7ec6b8d7bbd2fbad6426c2e5d23994aea0b.zip |
clean up
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1166 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 13 | ||||
-rw-r--r-- | include/proto.h | 2 |
2 files changed, 3 insertions, 12 deletions
diff --git a/include/config.h b/include/config.h index 88d70e5a..c3d7d2fa 100644 --- a/include/config.h +++ b/include/config.h @@ -29,7 +29,7 @@ #define MAX_POST_MONEY 100 #endif -#ifndef MAX_CHICKEN_MONEY /* 養雞場穫利上限 */ +#ifndef MAX_CHICKEN_MONEY /* 養雞場獲利上限 */ #define MAX_CHICKEN_MONEY 100 #endif @@ -121,7 +121,6 @@ #undef SUPPORT_GB /* 是否支援gb */ -#define DEFAULTBOARD "SYSOP" /* 預設看板 */ #define LOGINASNEW /* 採用上站申請帳號制度 */ #define NO_WATER_POST /* 防止BlahBlah式灌水 */ #define USE_BSMTP /* 使用opus的BSMTP 寄收信? */ @@ -135,8 +134,7 @@ #undef HAVE_INFO /* 顯示程式版本說明 */ #undef HAVE_LICENSE /* 顯示 GNU 版權畫面 */ #define FAST_LOGIN /* Login 不檢查遠端使用者 */ -#define HAVE_CAL /* 提功計算機 */ -#undef POSTBUG /* board/mail post 沒有 bug 了 */ +#define HAVE_CAL /* 提供計算機 */ #undef HAVE_REPORT /* 系統追蹤報告 */ #undef EMAIL_JUSTIFY /* 發出 InterNet Email 身份認證信函 */ #undef NEWUSER_LIMIT /* 新手上路的三天限制 */ @@ -158,13 +156,6 @@ #define SHOWBOARD /* 看見使用者看板 */ #define SHOWPID /* 看見使用者 PID */ -#define REALINFO /* 真實姓名 */ -#ifdef REALINFO -#undef ACTS_REALNAMES /* 主目錄的 (U)ser 顯示真實姓名 */ -#undef POST_REALNAMES /* 貼文件時附上真實姓名 */ -#undef MAIL_REALNAMES /* 寄站內信件時附上真實姓名 */ -#endif - #define DOTIMEOUT #ifdef DOTIMEOUT #define IDLE_TIMEOUT (43200) /* 一般情況之 timeout (12hr) */ diff --git a/include/proto.h b/include/proto.h index 073e9520..bbb603df 100644 --- a/include/proto.h +++ b/include/proto.h @@ -240,7 +240,7 @@ int guess_main(); /* indict */ int x_dict(); -int use_dict(); +int use_dict(char *dict,char *database); /* io */ int getdata(int line, int col, char *prompt, char *buf, int len, int echo); |