diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h index b509dfd4..5360a85d 100644 --- a/include/config.h +++ b/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 之最多朋友數目 */ |