diff options
Diffstat (limited to 'sample')
-rw-r--r-- | sample/pttbbs.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf index ac65fbbc..19c06f36 100644 --- a/sample/pttbbs.conf +++ b/sample/pttbbs.conf @@ -118,6 +118,9 @@ /* 若定義, 在使用者註冊之前, 會先顯示出該檔案, 經使用者確認後才能註冊 */ //#define HAVE_USERAGREEMENT "etc/UserAgreement" +/* 使用新式的 pmore (piaip's more) 代替舊式 bug 抓不完的 more */ +//#define USE_PIAIP_MORE + /* 使用 rfork()取代 fork() . 目前只在 FreeBSD上有效 */ //#define USE_RFORK |