summaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 95452f67..58ad758e 100644
--- a/include/config.h
+++ b/include/config.h
@@ -53,6 +53,10 @@
#define GLOBAL_NEWBIE BBSMNAME "Newhand"
#endif
+#ifndef GLOBAL_TEST
+#define GLOBAL_TEST "Test"
+#endif
+
#ifndef GLOBAL_NOTE
#define GLOBAL_NOTE "Note"
#endif