summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Kreitman <Stuart.Kreitman@Oracle.COM>2010-05-24 14:21:21 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-28 21:24:46 -0800
commitc1f32dc1d4c1758065468e1f5d34707099f59f33 (patch)
tree8b85b072fe7c956f315b039d9970f6d683938e00
parentcc23acdd80fa0cad53e46f99cd0ff5998ec7f607 (diff)
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/def.h b/def.h
index fba0a0a..b0d0861 100644
--- a/def.h
+++ b/def.h
@@ -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 */