summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 628f30f0..62113515 100644
--- a/include/config.h
+++ b/include/config.h
@@ -9,6 +9,16 @@
#define BAN_FILE "BAN" /* 關站通告檔 */
#define LOAD_FILE "/proc/loadavg" /* for Linux */
+/* 系統名(郵件用),建議別超過 3 個字元。 詳見 sample/pttbbs.conf */
+#ifndef BBSMNAME
+#define BBSMNAME "Ptt"
+#endif
+
+/* 系統名(選單用),建議剛好 4 個字元。 詳見 sample/pttbbs.conf */
+#ifndef BBSMNAME2
+#define BBSMNAME2 "Ptt"
+#endif
+
#ifndef BBSUSER
#define BBSUSER "bbs"
#endif