summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-09 12:17:35 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-09 12:17:35 +0800
commit5f4c0ce8c7d09a05b86097ad923bcbd84cc3d9c3 (patch)
treee19965f3c6c0cf7acaed3949117f3e66ec2a39b1 /include
parent0fcff566e893ab1046e7319fe436ea6b1bb93e05 (diff)
downloadpttbbs-5f4c0ce8c7d09a05b86097ad923bcbd84cc3d9c3.tar
pttbbs-5f4c0ce8c7d09a05b86097ad923bcbd84cc3d9c3.tar.gz
pttbbs-5f4c0ce8c7d09a05b86097ad923bcbd84cc3d9c3.tar.bz2
pttbbs-5f4c0ce8c7d09a05b86097ad923bcbd84cc3d9c3.tar.lz
pttbbs-5f4c0ce8c7d09a05b86097ad923bcbd84cc3d9c3.tar.xz
pttbbs-5f4c0ce8c7d09a05b86097ad923bcbd84cc3d9c3.tar.zst
pttbbs-5f4c0ce8c7d09a05b86097ad923bcbd84cc3d9c3.zip
- bbs: fixed: BM can skip PostRestriction check for x-crosspost.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4106 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index a8f5a0b2..62fcfcf5 100644
--- a/include/config.h
+++ b/include/config.h
@@ -77,6 +77,14 @@
#define BN_FOREIGN BBSMNAME "Foreign"
#endif
+#ifndef BN_DELETED
+#define BN_DELETED "deleted"
+#endif
+
+#ifndef BN_JUNK
+#define BN_JUNK "junk"
+#endif
+
/* Environment */
#ifndef RELAY_SERVER_IP /* ±H¯¸¥~«Hªº mail server */
#define RELAY_SERVER_IP "127.0.0.1"