diff options
author | Stuart Kreitman <Stuart.Kreitman@Oracle.COM> | 2010-05-24 14:21:21 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-01-28 21:24:46 -0800 |
commit | c1f32dc1d4c1758065468e1f5d34707099f59f33 (patch) | |
tree | 8b85b072fe7c956f315b039d9970f6d683938e00 | |
parent | cc23acdd80fa0cad53e46f99cd0ff5998ec7f607 (diff) | |
download | xorg-util-makedepend-c1f32dc1d4c1758065468e1f5d34707099f59f33.tar.gz |
Raise MAXFILES from 1024 to 2048
Required in order to build OpenTTD on Solaris
http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6917536
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | def.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ in this Software without prior written authorization from The Open Group. #include <sys/stat.h> #define MAXDEFINES 512 -#define MAXFILES 1024 +#define MAXFILES 2048 #define MAXINCFILES 128 /* "-include" files */ #define MAXDIRS 64 #define SYMTABINC 10 /* must be > 1 for define() to work right */ |