Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-05-18 08:30:03

0001 /* jconfig.h.  Generated from jconfig.cfg by configure.  */
0002 /* jconfig.cfg --- source file edited by configure script */
0003 /* see jconfig.txt for explanations */
0004 
0005 #define HAVE_PROTOTYPES 1
0006 #define HAVE_UNSIGNED_CHAR 1
0007 #define HAVE_UNSIGNED_SHORT 1
0008 /* #undef void */
0009 /* #undef const */
0010 /* #undef CHAR_IS_UNSIGNED */
0011 #define HAVE_STDDEF_H 1
0012 #define HAVE_STDLIB_H 1
0013 #define HAVE_LOCALE_H 1
0014 /* #undef NEED_BSD_STRINGS */
0015 /* #undef NEED_SYS_TYPES_H */
0016 /* #undef NEED_FAR_POINTERS */
0017 /* #undef NEED_SHORT_EXTERNAL_NAMES */
0018 /* Define this if you get warnings about undefined structures. */
0019 /* #undef INCOMPLETE_TYPES_BROKEN */
0020 
0021 /* Define "boolean" as unsigned char, not enum, on Windows systems. */
0022 #ifdef _WIN32
0023 #ifndef __RPCNDR_H__        /* don't conflict if rpcndr.h already read */
0024 typedef unsigned char boolean;
0025 #endif
0026 #ifndef FALSE           /* in case these macros already exist */
0027 #define FALSE   0       /* values of boolean */
0028 #endif
0029 #ifndef TRUE
0030 #define TRUE    1
0031 #endif
0032 #define HAVE_BOOLEAN        /* prevent jmorecfg.h from redefining it */
0033 #endif
0034 
0035 #ifdef JPEG_INTERNALS
0036 
0037 /* #undef RIGHT_SHIFT_IS_UNSIGNED */
0038 #define INLINE __inline__
0039 /* These are for configuring the JPEG memory manager. */
0040 /* #undef DEFAULT_MAX_MEM */
0041 /* #undef NO_MKTEMP */
0042 
0043 #endif /* JPEG_INTERNALS */
0044 
0045 #ifdef JPEG_CJPEG_DJPEG
0046 
0047 #define BMP_SUPPORTED       /* BMP image file format */
0048 #define GIF_SUPPORTED       /* GIF image file format */
0049 #define PPM_SUPPORTED       /* PBMPLUS PPM/PGM image file format */
0050 /* #undef RLE_SUPPORTED */
0051 #define TARGA_SUPPORTED     /* Targa image file format */
0052 
0053 /* #undef TWO_FILE_COMMANDLINE */
0054 /* #undef NEED_SIGNAL_CATCHER */
0055 /* #undef DONT_USE_B_MODE */
0056 
0057 /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
0058 /* #undef PROGRESS_REPORT */
0059 
0060 #endif /* JPEG_CJPEG_DJPEG */