summaryrefslogtreecommitdiffstats
path: root/sample
diff options
context:
space:
mode:
Diffstat (limited to 'sample')
-rw-r--r--sample/pttbbs.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf
index e8f806f8..d1a16a96 100644
--- a/sample/pttbbs.conf
+++ b/sample/pttbbs.conf
@@ -139,8 +139,8 @@
* 請換成你真正上線的時間 (time_t) */
//#define DBCSAWARE_UPGRADE_STARTTIME (0)
-/* 使用新式的 pmore (piaip's more) 代替舊式 bug 抓不完的 more */
-#define USE_PIAIP_MORE
+/* "不"使用新式的 pmore (piaip's more) 代替舊式 bug 抓不完的 more */
+//#define USE_TRADITIONAL_MORE
/* 使用 rfork()取代 fork() . 目前只在 FreeBSD上有效 */
//#define USE_RFORK