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 2bfd3b98..20b6b30b 100644 --- a/sample/pttbbs.conf +++ b/sample/pttbbs.conf @@ -94,6 +94,9 @@ 須要加跑 shmctl timed 來提供時間 */ //#define OUTTA_TIMER +/* 若定義, 則開啟正體中文轉簡體中文的功能 */ +//#define GB_CONVERT + /* 若定義, 則啟動 bbs中連至 BLOG 的 interface 請參閱 pttbbs/blog/ */ //#define BLOGDB_HOST "10.1.1.1" |