summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-05 01:38:19 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-05 01:38:19 +0800
commit890dd47e135c29397a6006556e186061f2afcc67 (patch)
treeb44f0675f1e4ed00dbf3abf544164a3c04154216 /include
parent5389a0dd087aaed29cc6e11f5623aef4bb9accf4 (diff)
downloadpttbbs-890dd47e135c29397a6006556e186061f2afcc67.tar
pttbbs-890dd47e135c29397a6006556e186061f2afcc67.tar.gz
pttbbs-890dd47e135c29397a6006556e186061f2afcc67.tar.bz2
pttbbs-890dd47e135c29397a6006556e186061f2afcc67.tar.lz
pttbbs-890dd47e135c29397a6006556e186061f2afcc67.tar.xz
pttbbs-890dd47e135c29397a6006556e186061f2afcc67.tar.zst
pttbbs-890dd47e135c29397a6006556e186061f2afcc67.zip
- move hard-coded board names to pttbbs.conf.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3629 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/config.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 62113515..ff5006a0 100644
--- a/include/config.h
+++ b/include/config.h
@@ -31,6 +31,28 @@
#define BBSGID (99)
#endif
+/* Default Board Names */
+#ifndef GLOBAL_BUGREPORT
+#define GLOBAL_BUGREPORT "SYSOP"
+#endif
+
+#ifndef GLOBAL_LAW
+#define GLOBAL_LAW BBSMNAME "Law"
+#endif
+
+#ifndef GLOBAL_NEWBIE
+#define GLOBAL_NEWBIE BBSMNAME "NewHand"
+#endif
+
+#ifndef GLOBAL_NOTE
+#define GLOBAL_NOTE "Note"
+#endif
+
+#ifndef GLOBAL_FOREIGN
+#define GLOBAL_FOREIGN BBSMNAME "Foreign"
+#endif
+
+/* Environment */
#ifndef RELAY_SERVER_IP /* ±H¯¸¥~«Hªº mail server */
#define RELAY_SERVER_IP "127.0.0.1"
#endif