summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/modes.h1
-rw-r--r--include/pttbbs.conf1
2 files changed, 2 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)
diff --git a/include/pttbbs.conf b/include/pttbbs.conf
index 3017382d..4de87cb6 100644
--- a/include/pttbbs.conf
+++ b/include/pttbbs.conf
@@ -20,3 +20,4 @@
#define MEM_CHECK 0
#define MEM_CHECK 0
#define REGCODE_MAGIC "ptt1bbsXyZ"
+#define THREAD_SEARCH_RANGE (500)