Subversion Repositories wimsdev

Rev

Rev 8103 | Rev 8185 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8103 Rev 8177
Line 15... Line 15...
15
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
15
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
 */
16
 */
17
 
17
 
18
/* dvi 2 gif driver, header file */
18
/* dvi 2 gif driver, header file */
19
 
19
 
20
#include "config.h"
-
 
21
#include "../Lib/libwims.h"
-
 
22
#include <stdio.h>
20
#include <stdio.h>
23
#include <stdlib.h>
21
#include <stdlib.h>
24
#include <stdarg.h>
22
#include <stdarg.h>
25
#include <string.h>
23
#include <string.h>
26
#include <math.h>
24
#include <math.h>
Line 28... Line 26...
28
#include <sys/types.h>
26
#include <sys/types.h>
29
#include <sys/stat.h>
27
#include <sys/stat.h>
30
#include <sys/wait.h>
28
#include <sys/wait.h>
31
#include <ctype.h>
29
#include <ctype.h>
32
#include <gd.h>
30
#include <gd.h>
-
 
31
#include "config.h"
-
 
32
#include "../Lib/libwims.h"
33
 
33
 
34
/*#define MAX_LINELEN           16383 */
34
/*#define MAX_LINELEN           16383 */
35
#define FILE_LENGTH_LIMIT       (1*1024*1024)
35
#define FILE_LENGTH_LIMIT       (1*1024*1024)
36
#define DVI_STACK_LIMIT         1024
36
#define DVI_STACK_LIMIT         1024
37
#define FONT_NUMBER_LIMIT       1024
37
#define FONT_NUMBER_LIMIT       1024