diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-12-12 23:13:14 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-01-10 21:35:22 -0600 |
commit | 25e20741c861c40a5b473597a360385de721403e (patch) | |
tree | 54af994e0611b313f2c37b15675e934afd804199 /soltools | |
parent | f3a8ca72dd136c6b87344d9ddf21fda6903ef764 (diff) |
dependencies for windows
Diffstat (limited to 'soltools')
-rw-r--r-- | soltools/mkdepend/def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/soltools/mkdepend/def.h b/soltools/mkdepend/def.h index 4e362000e385..6a3086df7bf0 100644 --- a/soltools/mkdepend/def.h +++ b/soltools/mkdepend/def.h @@ -61,8 +61,8 @@ in this Software without prior written authorization from the X Consortium. #endif #define MAXDEFINES 512 -#define MAXFILES 2048 /* Increased from 512. -mcafee */ - /* Increased from 1024. -mh */ +#define MAXFILES 65536 + #define MAXDIRS 64 #define SYMHASHSEED 131 /* 131 1313 13131 ... */ #define SYMHASHMEMBERS 64 /* must be 2^x to work right */ |