From 392a7553d8beda885a9af2e529e35c48fc78c706 Mon Sep 17 00:00:00 2001 From: piaip Date: Sat, 8 Dec 2007 02:37:03 +0000 Subject: - change money name to macro for better isolation git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3650 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/config.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') 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 -- cgit v1.2.3