diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-15 19:00:39 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-15 19:00:39 +0800 |
commit | 1919d679b1cba308d2b3c236d59977a6bc8f69a8 (patch) | |
tree | e9424d7999e5b9c5052c3bfeea359dc03faf8523 /include/config.h | |
parent | 9d3f932de69b40ed8da03e29a91a4b60a1f4f603 (diff) | |
download | pttbbs-1919d679b1cba308d2b3c236d59977a6bc8f69a8.tar pttbbs-1919d679b1cba308d2b3c236d59977a6bc8f69a8.tar.gz pttbbs-1919d679b1cba308d2b3c236d59977a6bc8f69a8.tar.bz2 pttbbs-1919d679b1cba308d2b3c236d59977a6bc8f69a8.tar.lz pttbbs-1919d679b1cba308d2b3c236d59977a6bc8f69a8.tar.xz pttbbs-1919d679b1cba308d2b3c236d59977a6bc8f69a8.tar.zst pttbbs-1919d679b1cba308d2b3c236d59977a6bc8f69a8.zip |
remove DIRCACHESIZE
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1764 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/config.h b/include/config.h index a08bc4f7..d44ce8a0 100644 --- a/include/config.h +++ b/include/config.h @@ -93,10 +93,6 @@ #define MAX_EXKEEPMAIL (1000) /* 最多信箱加大多少封 */ #endif -#ifndef DIRCACHESIZE -#define DIRCACHESIZE (40) /* cache 文章列表中最後40篇 */ -#endif - #ifndef OVERLOADBLOCKFDS #define OVERLOADBLOCKFDS (0) /* 超載後會保留這麼多個 fd */ #endif |