diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-01-24 02:39:01 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-01-24 02:39:01 +0800 |
commit | 5816ca53acc840f31416d702cac5f0f0d0adffa9 (patch) | |
tree | 3d3d7de118741d4d191719179f3e823ea4e2fe81 | |
parent | 04f7afa934ee0b2e9a0c7cecef34676e9cb32dd9 (diff) | |
download | pttbbs-5816ca53acc840f31416d702cac5f0f0d0adffa9.tar pttbbs-5816ca53acc840f31416d702cac5f0f0d0adffa9.tar.gz pttbbs-5816ca53acc840f31416d702cac5f0f0d0adffa9.tar.bz2 pttbbs-5816ca53acc840f31416d702cac5f0f0d0adffa9.tar.lz pttbbs-5816ca53acc840f31416d702cac5f0f0d0adffa9.tar.xz pttbbs-5816ca53acc840f31416d702cac5f0f0d0adffa9.tar.zst pttbbs-5816ca53acc840f31416d702cac5f0f0d0adffa9.zip |
define MAXPATHLEN ifndef MAXPATHLEN
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@643 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/include/config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pttbbs/include/config.h b/pttbbs/include/config.h index b509dfd4..5360a85d 100644 --- a/pttbbs/include/config.h +++ b/pttbbs/include/config.h @@ -1,4 +1,4 @@ -/* $Id: config.h,v 1.7 2002/08/23 22:03:46 in2 Exp $ */ +/* $Id: config.h,v 1.8 2003/01/23 18:39:01 in2 Exp $ */ #ifndef INCLUDE_CONFIG_H #define INCLUDE_CONFIG_H @@ -77,6 +77,9 @@ #define HBFLexpire (432000) /* 5 days */ #endif +#ifndef MAXPATHLEN +#define MAXPATHLEN (256) +#endif /* 以下還未整理 */ #define DIRCACHESIZE (40) /* cache 文章列表中最後40篇 */ #define MAX_FRIEND (256) /* 載入 cache 之最多朋友數目 */ |