summaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2006-11-20 12:24:32 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2006-11-20 12:24:32 +0800
commitbe7df58794a73ccc29639c72806359aeed2d0a66 (patch)
tree19017a6822e39d95f8ec1492f68b119c27ec776f /include/config.h
parentf9cf12182841e312e40b9cb3d63aa93bd26b8010 (diff)
downloadpttbbs-be7df58794a73ccc29639c72806359aeed2d0a66.tar
pttbbs-be7df58794a73ccc29639c72806359aeed2d0a66.tar.gz
pttbbs-be7df58794a73ccc29639c72806359aeed2d0a66.tar.bz2
pttbbs-be7df58794a73ccc29639c72806359aeed2d0a66.tar.lz
pttbbs-be7df58794a73ccc29639c72806359aeed2d0a66.tar.xz
pttbbs-be7df58794a73ccc29639c72806359aeed2d0a66.tar.zst
pttbbs-be7df58794a73ccc29639c72806359aeed2d0a66.zip
#define MAX_GUEST
fix util/stock.perl thanks watch.bbs@ptt2 git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3446 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 194e5dc9..cd62633e 100644
--- a/include/config.h
+++ b/include/config.h
@@ -33,6 +33,10 @@
#define MAX_ACTIVE (1024) /* 程计 */
#endif
+#ifndef MAX_GUEST
+#define MAX_GUEST (100) /* 程 guest 计 */
+#endif
+
#ifndef MAX_CPULOAD
#define MAX_CPULOAD (70) /* CPU 程蔼load */
#endif