summaryrefslogtreecommitdiffstats
path: root/sample/pttbbs.conf
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-18 00:42:57 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-18 00:42:57 +0800
commitc2cded3c25ffed4bd3ceda295b477d8b5f6f929c (patch)
tree8fdd9e896ff38c4545a74c225218010776965ff3 /sample/pttbbs.conf
parent1d88f1ec941997fad204a51371b0ef4552d62ea8 (diff)
downloadpttbbs-c2cded3c25ffed4bd3ceda295b477d8b5f6f929c.tar
pttbbs-c2cded3c25ffed4bd3ceda295b477d8b5f6f929c.tar.gz
pttbbs-c2cded3c25ffed4bd3ceda295b477d8b5f6f929c.tar.bz2
pttbbs-c2cded3c25ffed4bd3ceda295b477d8b5f6f929c.tar.lz
pttbbs-c2cded3c25ffed4bd3ceda295b477d8b5f6f929c.tar.xz
pttbbs-c2cded3c25ffed4bd3ceda295b477d8b5f6f929c.tar.zst
pttbbs-c2cded3c25ffed4bd3ceda295b477d8b5f6f929c.zip
Equivalent config file updates
- little/big endian is useless. - DBCSAWARE_* now merged into DBCSAWARE git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3056 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'sample/pttbbs.conf')
-rw-r--r--sample/pttbbs.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf
index bfd002ff..e8f806f8 100644
--- a/sample/pttbbs.conf
+++ b/sample/pttbbs.conf
@@ -133,10 +133,8 @@
/* 若定義, 在使用者註冊之前, 會先顯示出該檔案, 經使用者確認後才能註冊 */
//#define HAVE_USERAGREEMENT "etc/UserAgreement"
-/* DBCS Aware: 讓游標不會跑到 DBCS trailing bytes 上
- * 但注意這會吃不少 CPU */
-//#define DBCSAWARE_GETDATA
-//#define DBCSAWARE_EDIT
+/* DBCS Aware: 讓游標不會跑到 DBCS trailing bytes 上 */
+//#define DBCSAWARE
/* 因為 DBCS 要先偵測,所以可以利用指定下面的時間來判斷使用者有否偵測過
* 請換成你真正上線的時間 (time_t) */
//#define DBCSAWARE_UPGRADE_STARTTIME (0)