summaryrefslogtreecommitdiffstats
path: root/include/config.h
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 /include/config.h
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 'include/config.h')
-rw-r--r--include/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h
index b6254a08..194e5dc9 100644
--- a/include/config.h
+++ b/include/config.h
@@ -46,11 +46,11 @@
#endif
#ifndef MAX_POST_MONEY /* 發表文章稿費的上限 */
-#define MAX_POST_MONEY 100
+#define MAX_POST_MONEY (100)
#endif
#ifndef MAX_CHICKEN_MONEY /* 養雞場獲利上限 */
-#define MAX_CHICKEN_MONEY 100
+#define MAX_CHICKEN_MONEY (100)
#endif
#ifndef MAX_GUEST_LIFE /* 最長未認證使用者保留時間(秒) */