summaryrefslogtreecommitdiffstats
path: root/include/modes.h
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-04 21:52:01 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-04 21:52:01 +0800
commita71c8d13bd0557184bd9a7dfea39e9cc8d163f8f (patch)
treeac487ed735d7f26f1497a515247d6c031d931676 /include/modes.h
parentcdecea1b733d6337bdbeca7aba3096a7765e98de (diff)
downloadpttbbs-a71c8d13bd0557184bd9a7dfea39e9cc8d163f8f.tar
pttbbs-a71c8d13bd0557184bd9a7dfea39e9cc8d163f8f.tar.gz
pttbbs-a71c8d13bd0557184bd9a7dfea39e9cc8d163f8f.tar.bz2
pttbbs-a71c8d13bd0557184bd9a7dfea39e9cc8d163f8f.tar.lz
pttbbs-a71c8d13bd0557184bd9a7dfea39e9cc8d163f8f.tar.xz
pttbbs-a71c8d13bd0557184bd9a7dfea39e9cc8d163f8f.tar.zst
pttbbs-a71c8d13bd0557184bd9a7dfea39e9cc8d163f8f.zip
1. Patch make error. please remember to undate define
in config.h not only in your local pttbbs.conf 2. DonaldLam need function to search the money of post. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2977 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/modes.h')
-rw-r--r--include/modes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/modes.h b/include/modes.h
index 391efadd..1af93afb 100644
--- a/include/modes.h
+++ b/include/modes.h
@@ -138,6 +138,7 @@
#define RS_NEWPOST 0x80 /* search new posts */
#define RS_KEYWORD_EXCLUDE 0x100 /* exclude keyword */
#define RS_RECOMMEND 0x200 /* search by recommends */
+#define RS_MONEY 0x400 /* search by recommends */
#define CURSOR_FIRST (RS_TITLE | RS_FIRST)
#define CURSOR_NEXT (RS_TITLE | RS_FORWARD)