* Get rid of all depenence on libgd, and use libjpeg directly.

This commit is contained in:
Justin Maggard
2009-03-19 08:06:27 +00:00
parent 935225e1a3
commit ac5a37b27a
25 changed files with 693 additions and 359 deletions

View File

@ -57,9 +57,9 @@ extern time_t startup_time;
extern struct runtime_vars_s runtime_vars;
/* runtime boolean flags */
extern int runtime_flags;
#define INOTIFYMASK 0x0001
#define SYSUPTIMEMASK 0x0002
#define TIVOMASK 0x0004
#define INOTIFYMASK 0x0001
#define SYSUPTIMEMASK 0x0002
#define TIVOMASK 0x0004
#define SETFLAG(mask) runtime_flags |= mask
#define GETFLAG(mask) runtime_flags & mask