From 1f2456d052f54631285a96959e774c3f008846f1 Mon Sep 17 00:00:00 2001 From: piaip Date: Thu, 15 Sep 2005 10:51:26 +0000 Subject: make textlen an option git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3177 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- sample/pttbbs.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sample') diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf index 3f85bb7e..6b815e31 100644 --- a/sample/pttbbs.conf +++ b/sample/pttbbs.conf @@ -142,6 +142,9 @@ /* "不"使用新式的 pmore (piaip's more) 代替舊式 bug 抓不完的 more */ //#define USE_TRADITIONAL_MORE +/* 使用 textlen 欄位來確定文章實際長度,避免蓋掉推文等。 */ +// #define USE_TEXTLEN + /* 使用 rfork()取代 fork() . 目前只在 FreeBSD上有效 */ //#define USE_RFORK -- cgit v1.2.3