jpayne@69: /* jconfig.h. Generated from jconfig.cfg by configure. */ jpayne@69: /* jconfig.cfg --- source file edited by configure script */ jpayne@69: /* see jconfig.txt for explanations */ jpayne@69: jpayne@69: #define HAVE_PROTOTYPES 1 jpayne@69: #define HAVE_UNSIGNED_CHAR 1 jpayne@69: #define HAVE_UNSIGNED_SHORT 1 jpayne@69: /* #undef void */ jpayne@69: /* #undef const */ jpayne@69: /* #undef CHAR_IS_UNSIGNED */ jpayne@69: #define HAVE_STDDEF_H 1 jpayne@69: #define HAVE_STDLIB_H 1 jpayne@69: #define HAVE_LOCALE_H 1 jpayne@69: /* #undef NEED_BSD_STRINGS */ jpayne@69: /* #undef NEED_SYS_TYPES_H */ jpayne@69: /* #undef NEED_FAR_POINTERS */ jpayne@69: /* #undef NEED_SHORT_EXTERNAL_NAMES */ jpayne@69: /* Define this if you get warnings about undefined structures. */ jpayne@69: /* #undef INCOMPLETE_TYPES_BROKEN */ jpayne@69: jpayne@69: /* Define "boolean" as unsigned char, not enum, on Windows systems. */ jpayne@69: #ifdef _WIN32 jpayne@69: #ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */ jpayne@69: typedef unsigned char boolean; jpayne@69: #endif jpayne@69: #ifndef FALSE /* in case these macros already exist */ jpayne@69: #define FALSE 0 /* values of boolean */ jpayne@69: #endif jpayne@69: #ifndef TRUE jpayne@69: #define TRUE 1 jpayne@69: #endif jpayne@69: #define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */ jpayne@69: #endif jpayne@69: jpayne@69: #ifdef JPEG_INTERNALS jpayne@69: jpayne@69: /* #undef RIGHT_SHIFT_IS_UNSIGNED */ jpayne@69: #define INLINE __inline__ jpayne@69: /* These are for configuring the JPEG memory manager. */ jpayne@69: /* #undef DEFAULT_MAX_MEM */ jpayne@69: /* #undef NO_MKTEMP */ jpayne@69: jpayne@69: #endif /* JPEG_INTERNALS */ jpayne@69: jpayne@69: #ifdef JPEG_CJPEG_DJPEG jpayne@69: jpayne@69: #define BMP_SUPPORTED /* BMP image file format */ jpayne@69: #define GIF_SUPPORTED /* GIF image file format */ jpayne@69: #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */ jpayne@69: /* #undef RLE_SUPPORTED */ jpayne@69: #define TARGA_SUPPORTED /* Targa image file format */ jpayne@69: jpayne@69: /* #undef TWO_FILE_COMMANDLINE */ jpayne@69: /* #undef NEED_SIGNAL_CATCHER */ jpayne@69: /* #undef DONT_USE_B_MODE */ jpayne@69: jpayne@69: /* Define this if you want percent-done progress reports from cjpeg/djpeg. */ jpayne@69: /* #undef PROGRESS_REPORT */ jpayne@69: jpayne@69: #endif /* JPEG_CJPEG_DJPEG */