diff options
-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() { |