diff options
Diffstat (limited to 'sample/pttbbs.conf')
-rw-r--r-- | sample/pttbbs.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf index 97554aa0..917c35bc 100644 --- a/sample/pttbbs.conf +++ b/sample/pttbbs.conf @@ -182,12 +182,16 @@ /* 若定義, 在使用者註冊之前, 會先顯示出該檔案, 經使用者確認後才能註冊 */ //#define HAVE_USERAGREEMENT "etc/UserAgreement" +/* DBCS 相關設定 */ /* DBCS Aware: 讓游標不會跑到 DBCS trailing bytes 上 */ //#define DBCSAWARE /* 因為 DBCS 要先偵測,所以可以利用指定下面的時間來判斷使用者有否偵測過 * 請換成你真正上線的時間 (time_t) */ //#define DBCSAWARE_UPGRADE_STARTTIME (0) +/* 若定義,guest 帳號預設不顯示一字雙色 */ +// #define GUEST_DEFAULT_DBCS_NOINTRESC + /* "不"使用新式的 pmore (piaip's more) 代替舊式 bug 抓不完的 more */ //#define USE_TRADITIONAL_MORE |