summaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-03-29 17:11:21 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-03-29 17:11:21 +0800
commitaa420a10ffe8e81567c16b780acb32962851053e (patch)
tree5bf7db3381e49ab85f6886bd3dfeb853bfc0bccb /include/config.h
parentdae5bcd0ce2aa49b654f76fcc6038667d40511bc (diff)
downloadpttbbs-aa420a10ffe8e81567c16b780acb32962851053e.tar
pttbbs-aa420a10ffe8e81567c16b780acb32962851053e.tar.gz
pttbbs-aa420a10ffe8e81567c16b780acb32962851053e.tar.bz2
pttbbs-aa420a10ffe8e81567c16b780acb32962851053e.tar.lz
pttbbs-aa420a10ffe8e81567c16b780acb32962851053e.tar.xz
pttbbs-aa420a10ffe8e81567c16b780acb32962851053e.tar.zst
pttbbs-aa420a10ffe8e81567c16b780acb32962851053e.zip
- (experimental) mask ip(fromhost): USE_MASKED_FROMHOST
- board: make 'w' (save_brc) more user friendly. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4039 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 825b1ec4..28b547a1 100644
--- a/include/config.h
+++ b/include/config.h
@@ -304,4 +304,10 @@
#define MAXTAGS 255
#define WRAPMARGIN (511)
+#ifdef USE_MASKED_FROMHOST
+#define FROMHOST fromhost_masked
+#else
+#define FROMHOST fromhost
+#endif
+
#endif