summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-08 10:37:03 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-08 10:37:03 +0800
commit392a7553d8beda885a9af2e529e35c48fc78c706 (patch)
treedf1aa18b3bf792bfcca230f7a896605fe0064677 /include
parent735c0af69f7d5f547d7f714fe47881b513b91fa8 (diff)
downloadpttbbs-392a7553d8beda885a9af2e529e35c48fc78c706.tar
pttbbs-392a7553d8beda885a9af2e529e35c48fc78c706.tar.gz
pttbbs-392a7553d8beda885a9af2e529e35c48fc78c706.tar.bz2
pttbbs-392a7553d8beda885a9af2e529e35c48fc78c706.tar.lz
pttbbs-392a7553d8beda885a9af2e529e35c48fc78c706.tar.xz
pttbbs-392a7553d8beda885a9af2e529e35c48fc78c706.tar.zst
pttbbs-392a7553d8beda885a9af2e529e35c48fc78c706.zip
- change money name to macro for better isolation
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3650 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index dbbfc722..e2d2d17d 100644
--- a/include/config.h
+++ b/include/config.h
@@ -19,6 +19,11 @@
#define BBSMNAME2 "Ptt"
#endif
+/* 錢幣名,建議剛好 3 個字元。 詳見 sample/pttbbs.conf */
+#ifndef MONEYNAME
+#define MONEYNAME "Ptt"
+#endif
+
#ifndef BBSUSER
#define BBSUSER "bbs"
#endif