00001 /* jconfig.h. Generated from jconfig.cfg by configure. */ 00002 /* jconfig.cfg --- source file edited by configure script */ 00003 /* see jconfig.txt for explanations */ 00004 00005 #define HAVE_PROTOTYPES 1 00006 #ifndef HAVE_UNSIGNED_CHAR 00007 # define HAVE_UNSIGNED_CHAR 1 00008 #endif 00009 #ifndef HAVE_UNSIGNED_SHORT 00010 # define HAVE_UNSIGNED_SHORT 1 00011 #endif 00012 /* #undef void */ 00013 /* #undef const */ 00014 /* #undef CHAR_IS_UNSIGNED */ 00015 #define HAVE_STDDEF_H 1 00016 #define HAVE_STDLIB_H 1 00017 #define HAVE_LOCALE_H 1 00018 /* #undef NEED_BSD_STRINGS */ 00019 /* #undef NEED_SYS_TYPES_H */ 00020 /* #undef NEED_FAR_POINTERS */ 00021 /* #undef NEED_SHORT_EXTERNAL_NAMES */ 00022 /* Define this if you get warnings about undefined structures. */ 00023 /* #undef INCOMPLETE_TYPES_BROKEN */ 00024 00025 #ifdef JPEG_INTERNALS 00026 00027 /* #undef RIGHT_SHIFT_IS_UNSIGNED */ 00028 /* #define INLINE __inline__ */ 00029 /* These are for configuring the JPEG memory manager. */ 00030 /* #undef DEFAULT_MAX_MEM */ 00031 /* #undef NO_MKTEMP */ 00032 00033 #endif /* JPEG_INTERNALS */ 00034 00035 #ifdef JPEG_CJPEG_DJPEG 00036 00037 #define BMP_SUPPORTED /* BMP image file format */ 00038 #define GIF_SUPPORTED /* GIF image file format */ 00039 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */ 00040 /* #undef RLE_SUPPORTED */ 00041 #define TARGA_SUPPORTED /* Targa image file format */ 00042 00043 /* #undef TWO_FILE_COMMANDLINE */ 00044 /* #undef NEED_SIGNAL_CATCHER */ 00045 /* #undef DONT_USE_B_MODE */ 00046 00047 /* Define this if you want percent-done progress reports from cjpeg/djpeg. */ 00048 /* #undef PROGRESS_REPORT */ 00049 00050 #endif /* JPEG_CJPEG_DJPEG */