From 88c3dcb1b305a6a5781afb25630b7996cc318ea4 Mon Sep 17 00:00:00 2001 From: piaip Date: Mon, 21 Apr 2008 15:58:37 +0000 Subject: - (internal) code refine - change pmore to non-official pager again. Explicitly #define USE_PMORE in pttbbs.conf to use it. - add mini pager (minimore) as a default replacement of pmore for license issue. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4224 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- sample/pttbbs.conf | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sample/pttbbs.conf') diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf index 278b4c91..31984f87 100644 --- a/sample/pttbbs.conf +++ b/sample/pttbbs.conf @@ -188,8 +188,8 @@ /* 若定義,guest 帳號預設不顯示一字雙色 */ // #define GUEST_DEFAULT_DBCS_NOINTRESC -/* "不"使用新式的 pmore (piaip's more) 代替舊式 bug 抓不完的 more */ -//#define USE_TRADITIONAL_MORE +/* 使用新式的 pmore (piaip's more) 代替舊式 bug 抓不完的 more 或是簡易的 minimore */ +//#define USE_PMORE /* 使用 rfork()取代 fork() . 目前只在 FreeBSD上有效 */ //#define USE_RFORK @@ -233,9 +233,6 @@ /* 在轉信時附上的時區. 若在台灣, 中國大陸等地, 用預設的即可. */ //#define INNTIMEZONE "+0800 (CST)" -/* 大學聯考查榜系統 */ -//#define HAVE_JCEE (1) - /* 開啟小天使小主人功能 */ //#define PLAY_ANGEL -- cgit v1.2.3