diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-22 03:17:14 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-22 03:17:14 +0800 |
commit | 8ce3248f5a4eb11395335f9055a8f0e8afa8385b (patch) | |
tree | 8c229635c4dbfe72663597b6592ee94687a839c7 /include/config.h | |
parent | 78dc3d883acb78b323fed1b9bbb1dc6a4da2091e (diff) | |
download | pttbbs-8ce3248f5a4eb11395335f9055a8f0e8afa8385b.tar pttbbs-8ce3248f5a4eb11395335f9055a8f0e8afa8385b.tar.gz pttbbs-8ce3248f5a4eb11395335f9055a8f0e8afa8385b.tar.bz2 pttbbs-8ce3248f5a4eb11395335f9055a8f0e8afa8385b.tar.lz pttbbs-8ce3248f5a4eb11395335f9055a8f0e8afa8385b.tar.xz pttbbs-8ce3248f5a4eb11395335f9055a8f0e8afa8385b.tar.zst pttbbs-8ce3248f5a4eb11395335f9055a8f0e8afa8385b.zip |
- change configuration macro names
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3724 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h index 8ed367ab..945cea0d 100644 --- a/include/config.h +++ b/include/config.h @@ -202,9 +202,13 @@ #define VICE_MIN (1) /* 程祇布肂 */ #endif // VICE_MIN -/* more.c いゅ彻计(lines/22), +4 for safe */ +/* (deprecated) more.c いゅ彻计(lines/22), +4 for safe */ #define MAX_PAGES (MAX_EDIT_LINE / 22 + 4) +/* piaip modules */ +#define USE_PMORE (1) // pmore is the only pager now. +// #define USE_PFTERM (1) // pfterm is still experimental + /* 临ゼ俱瞶 */ #define MAX_FRIEND (256) /* 更 cache ぇ程狟ね计ヘ */ #define MAX_REJECT (32) /* 更 cache ぇ程胊计ヘ */ |