diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/include/config.h b/include/config.h index 5360a85d..d5d80cdc 100644 --- a/include/config.h +++ b/include/config.h @@ -1,4 +1,4 @@ -/* $Id: config.h,v 1.8 2003/01/23 18:39:01 in2 Exp $ */ +/* $Id: config.h,v 1.9 2003/03/10 03:13:02 in2 Exp $ */ #ifndef INCLUDE_CONFIG_H #define INCLUDE_CONFIG_H @@ -80,14 +80,20 @@ #ifndef MAXPATHLEN #define MAXPATHLEN (256) #endif + +#ifndef MAX_BOARD +#define MAX_BOARD (8192) /* 程秨狾计 */ +#endif + +#ifndef MAX_EXKEEPMAIL +#define MAX_EXKEEPMAIL (1000) /* 程獺絚ぶ */ +#endif + /* 临ゼ俱瞶 */ #define DIRCACHESIZE (40) /* cache ゅ彻い程40絞 */ #define MAX_FRIEND (256) /* 更 cache ぇ程狟ね计ヘ */ #define MAX_REJECT (32) /* 更 cache ぇ程胊计ヘ */ #define MAX_MSGS (10) /* 瞴(荐癟)г瑻 */ -#ifndef MAX_BOARD -#define MAX_BOARD (8192) /* 程秨狾计 */ -#endif #define MAX_MOVIE (999) /* 程笆篈狾计 */ #define MAX_MOVIE_SECTION (10) /* 程笆篈狾摸 */ #define MAX_ITEMS (1000) /* ヘ魁程Τ碭兜 */ @@ -99,7 +105,6 @@ #define MAX_NAMELIST (128) /* 程ㄤ疭虫计 */ #define MAX_PAGES (999) /* more.c いゅ彻计(lines/22) */ #define MAX_KEEPMAIL (200) /* 程玂痙碭 MAIL */ -#define MAX_EXKEEPMAIL (1000) /* 程獺絚ぶ */ #define MAX_NOTE (20) /* 程玂痙碭絞痙ē */ #define MAX_SIGLINES (6) /* 帽郎ま程︽计 */ #define MAX_CROSSNUM (9) /* 程crosspostΩ计 */ |