diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-08-24 06:03:46 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-08-24 06:03:46 +0800 |
commit | d328380ba6607c3da9d72084f4c6825b565a0bda (patch) | |
tree | fcb22aea469892468ea521a4e996a637355f0f13 /include | |
parent | 7215f7de56c3d26487fcfe1a4e9b04c3d2b309a3 (diff) | |
download | pttbbs-d328380ba6607c3da9d72084f4c6825b565a0bda.tar pttbbs-d328380ba6607c3da9d72084f4c6825b565a0bda.tar.gz pttbbs-d328380ba6607c3da9d72084f4c6825b565a0bda.tar.bz2 pttbbs-d328380ba6607c3da9d72084f4c6825b565a0bda.tar.lz pttbbs-d328380ba6607c3da9d72084f4c6825b565a0bda.tar.xz pttbbs-d328380ba6607c3da9d72084f4c6825b565a0bda.tar.zst pttbbs-d328380ba6607c3da9d72084f4c6825b565a0bda.zip |
pttbbs.conf could overwrite MAX_BOARD
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@489 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-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) /* ヘ魁程Τ碭兜 */ |