summaryrefslogtreecommitdiffstats
path: root/sample
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-01-19 09:55:17 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-01-19 09:55:17 +0800
commit66328f0a996dae3dc365d36dc5a9d0fd1ce78145 (patch)
treefd7379ef74343dc827cfacb4e3eb676f339f0436 /sample
parent53f4ed432192a42d8e8af450aac4450a92372371 (diff)
downloadpttbbs-66328f0a996dae3dc365d36dc5a9d0fd1ce78145.tar
pttbbs-66328f0a996dae3dc365d36dc5a9d0fd1ce78145.tar.gz
pttbbs-66328f0a996dae3dc365d36dc5a9d0fd1ce78145.tar.bz2
pttbbs-66328f0a996dae3dc365d36dc5a9d0fd1ce78145.tar.lz
pttbbs-66328f0a996dae3dc365d36dc5a9d0fd1ce78145.tar.xz
pttbbs-66328f0a996dae3dc365d36dc5a9d0fd1ce78145.tar.zst
pttbbs-66328f0a996dae3dc365d36dc5a9d0fd1ce78145.zip
comments for CRITICAL_MEMORY
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@635 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'sample')
-rw-r--r--sample/pttbbs.conf14
1 files changed, 11 insertions, 3 deletions
diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf
index 9dda2061..9a2f1433 100644
--- a/sample/pttbbs.conf
+++ b/sample/pttbbs.conf
@@ -57,12 +57,20 @@
/* 程式最多可以跑多久 (in min) 因為有的時候會出現跑不停的 process */
#define CPULIMIT 1
-/* 若程式失敗, 會等待 86400 秒以讓 gdb來 attach */
+/* 若定義, 若程式失敗, 會等待 86400 秒以讓 gdb來 attach */
#define DEBUGSLEEP
-/* 用一個奇怪的數字來檢查我的最愛和看板列表是否錯誤 */
+/* 若定義, 用一個奇怪的數字來檢查我的最愛和看板列表是否錯誤 */
#define MEM_CHECK 0x98761234
+/* 若定義, 則可在外部 (shmctl cmsignal) 要求將 mbbsd將 zapbuf 釋放掉.
+ 會使用非正規的記憶體要求函式. (目前只在 FreeBSD上測試過)
+ !!請注意!!
+ 除非您確切知道這個能能在做什麼並且有須要,
+ 否則請不要打開這個功能!! */
+//#define CRITICAL_MEMORY
+//#define CMSIGNAL SIGINFO
+
/* 前進站畫面 */
#define INSCREEN \
-"前站站畫面"
+"前進站畫面 (請至 pttbbs.conf 修改您的前進站畫面)"