summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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