From b82ade431ee0e899015e0024b5147974ed496a51 Mon Sep 17 00:00:00 2001 From: in2 Date: Thu, 23 Jan 2003 18:39:01 +0000 Subject: define MAXPATHLEN ifndef MAXPATHLEN git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@643 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/config.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') 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 之最多朋友數目 */ -- cgit v1.2.3