Subversion Repositories wimsdev

Rev

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

Rev 3339 Rev 7615
Line 22... Line 22...
22
#include <string.h>
22
#include <string.h>
23
#include <unistd.h>
23
#include <unistd.h>
24
#include <ctype.h>
24
#include <ctype.h>
25
#include <math.h>
25
#include <math.h>
26
 
26
 
27
#include "gd.h"
27
#include <gd.h>
28
#include "gdfontt.h"
28
#include <gdfontt.h>
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_PARMS   8192
34
#define MAX_PARMS   8192
35
#define MAX_SIZE    4096
35
#define MAX_SIZE    4096
36
#define MAX_VARS    1024
36
#define MAX_VARS    1024
37
#define MAX_VARNAMEBUF  16384
37
#define MAX_VARNAMEBUF  16384