summaryrefslogtreecommitdiffstats
path: root/sample/pttbbs.conf
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-05 16:46:17 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-05 16:46:17 +0800
commit13688af3996212fc902503787999a79439fd8b9b (patch)
tree1287b8e848aa1a49810a29a774aff378b69a5e83 /sample/pttbbs.conf
parent1f9c5436f6b966d4fbaaa591ec71bda0df590a9a (diff)
downloadpttbbs-13688af3996212fc902503787999a79439fd8b9b.tar
pttbbs-13688af3996212fc902503787999a79439fd8b9b.tar.gz
pttbbs-13688af3996212fc902503787999a79439fd8b9b.tar.bz2
pttbbs-13688af3996212fc902503787999a79439fd8b9b.tar.lz
pttbbs-13688af3996212fc902503787999a79439fd8b9b.tar.xz
pttbbs-13688af3996212fc902503787999a79439fd8b9b.tar.zst
pttbbs-13688af3996212fc902503787999a79439fd8b9b.zip
- bbslua: fixed compilation error if not using BBS-Lua
- bbslua: fix key names - sample conf: add description for guest dbcs intresc option git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3793 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'sample/pttbbs.conf')
-rw-r--r--sample/pttbbs.conf4
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