diff options
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h index 8f701c92..b509dfd4 100644 --- a/include/config.h +++ b/include/config.h @@ -1,4 +1,4 @@ -/* $Id: config.h,v 1.6 2002/06/19 13:34:23 lwms Exp $ */ +/* $Id: config.h,v 1.7 2002/08/23 22:03:46 in2 Exp $ */ #ifndef INCLUDE_CONFIG_H #define INCLUDE_CONFIG_H @@ -82,7 +82,9 @@ #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) /* ヘ魁程Τ碭兜 */ |