Rev 10 | Rev 8100 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10 | Rev 7614 | ||
---|---|---|---|
Line 26... | Line 26... | ||
26 | #include <unistd.h> |
26 | #include <unistd.h> |
27 | #include <sys/types.h> |
27 | #include <sys/types.h> |
28 | #include <sys/stat.h> |
28 | #include <sys/stat.h> |
29 | #include <sys/wait.h> |
29 | #include <sys/wait.h> |
30 | #include <ctype.h> |
30 | #include <ctype.h> |
31 | #include |
31 | #include <gd.h> |
32 | 32 | ||
33 | #define MAX_LINELEN 16383 |
33 | #define MAX_LINELEN 16383 |
34 | #define FILE_LENGTH_LIMIT (1*1024*1024) |
34 | #define FILE_LENGTH_LIMIT (1*1024*1024) |
35 | #define DVI_STACK_LIMIT 1024 |
35 | #define DVI_STACK_LIMIT 1024 |
36 | #define FONT_NUMBER_LIMIT 1024 |
36 | #define FONT_NUMBER_LIMIT 1024 |