Rev 3246 | Rev 7615 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3246 | Rev 3339 | ||
---|---|---|---|
Line 29... | Line 29... | ||
29 | #include "gdfonts.h" |
29 | #include "gdfonts.h" |
30 | #include "gdfontmb.h" |
30 | #include "gdfontmb.h" |
31 | #include "gdfontl.h" |
31 | #include "gdfontl.h" |
32 | #include "gdfontg.h" |
32 | #include "gdfontg.h" |
33 | 33 | ||
34 | #define MAX_NAMELEN 63 |
- | |
35 | #define MAX_PARMS 8192 |
34 | #define MAX_PARMS 8192 |
36 | #define MAX_SIZE 4096 |
35 | #define MAX_SIZE 4096 |
37 | #define MAX_VARS 1024 |
36 | #define MAX_VARS 1024 |
38 | #define MAX_VARNAMEBUF 16384 |
37 | #define MAX_VARNAMEBUF 16384 |
39 | #define BOUND (MAX_SIZE*10) |
38 | #define BOUND (MAX_SIZE*10) |