diff options
Diffstat (limited to 'sample/pttbbs.conf')
-rw-r--r-- | sample/pttbbs.conf | 6 |
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) |