diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-03-31 16:27:50 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-03-31 16:27:50 +0800 |
commit | a77b69c5541d251be742f6c2f0ff3ed7caf98971 (patch) | |
tree | 78a76e774f756911406d44dda091e859e1d7be33 | |
parent | 161219ea6d96bb9bfe7d559f2c8bba49ebb9192a (diff) | |
download | pttbbs-a77b69c5541d251be742f6c2f0ff3ed7caf98971.tar pttbbs-a77b69c5541d251be742f6c2f0ff3ed7caf98971.tar.gz pttbbs-a77b69c5541d251be742f6c2f0ff3ed7caf98971.tar.bz2 pttbbs-a77b69c5541d251be742f6c2f0ff3ed7caf98971.tar.lz pttbbs-a77b69c5541d251be742f6c2f0ff3ed7caf98971.tar.xz pttbbs-a77b69c5541d251be742f6c2f0ff3ed7caf98971.tar.zst pttbbs-a77b69c5541d251be742f6c2f0ff3ed7caf98971.zip |
remove JCEE
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@755 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | mbbsd/menu.c | 6 | ||||
-rw-r--r-- | mbbsd/xyz.c | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/mbbsd/menu.c b/mbbsd/menu.c index 3293e1d2..4455605c 100644 --- a/mbbsd/menu.c +++ b/mbbsd/menu.c @@ -1,4 +1,4 @@ -/* $Id: menu.c,v 1.23 2003/02/12 14:31:34 victor Exp $ */ +/* $Id: menu.c,v 1.24 2003/03/31 08:27:50 in2 Exp $ */ #include "bbs.h" /* help & menu processring */ @@ -448,6 +448,7 @@ static int p_money() { return 0; }; +#if 0 static commands_t jceelist[] = { {x_90,PERM_LOGINOK, "0090 JCEE 【90學年度大學聯招查榜系統】"}, {x_89,PERM_LOGINOK, "1189 JCEE 【89學年度大學聯招查榜系統】"}, @@ -461,15 +462,18 @@ static int m_jcee() { domenu(JCEE, "Ptt查榜系統", '0', jceelist); return 0; } +#endif static int forsearch(); static int playground(); /* Ptt Play menu */ static commands_t playlist[] = { +#if 0 #if HAVE_JCEE {m_jcee, PERM_LOGINOK, "JJCEE 【 大學聯考查榜系統 】"}, #endif +#endif {note, PERM_LOGINOK, "NNote 【 刻刻流言板 】"}, {x_weather,0 , "WWeather 【 氣象預報 】"}, /* XXX 壞掉了 */ diff --git a/mbbsd/xyz.c b/mbbsd/xyz.c index 40578519..9f9aa4d0 100644 --- a/mbbsd/xyz.c +++ b/mbbsd/xyz.c @@ -1,6 +1,7 @@ -/* $Id: xyz.c,v 1.18 2003/03/04 12:25:42 kcwu Exp $ */ +/* $Id: xyz.c,v 1.19 2003/03/31 08:27:50 in2 Exp $ */ #include "bbs.h" +#if 0 /* 各種統計及相關資訊列表 */ /* Ptt90年度大學聯招查榜系統 */ int @@ -50,6 +51,7 @@ x_86() return 0; } +#endif int x_boardman() { |