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