]>
git.saurik.com Git - wxWidgets.git/blob - src/jpeg/jconfig.h
1 #if defined(_WIN32) || defined(__OS2__)
5 /* jconfig.h. Generated automatically by configure. */
6 /* jconfig.cfg --- source file edited by configure script */
7 /* see jconfig.doc for explanations */
9 /* use wxWidgets' configure */
12 #define HAVE_PROTOTYPES
13 #define HAVE_UNSIGNED_CHAR
14 #define HAVE_UNSIGNED_SHORT
18 /* use wxWidgets' configure */
19 /* #undef CHAR_IS_UNSIGNED */
20 #ifdef __CHAR_UNSIGNED__
21 #ifndef CHAR_IS_UNSIGNED
22 #define CHAR_IS_UNSIGNED
25 #undef CHAR_IS_UNSIGNED
36 #undef NEED_BSD_STRINGS
37 #undef NEED_SYS_TYPES_H
38 #undef NEED_FAR_POINTERS
39 #undef NEED_SHORT_EXTERNAL_NAMES
40 /* Define this if you get warnings about undefined structures. */
41 #undef INCOMPLETE_TYPES_BROKEN
45 #undef RIGHT_SHIFT_IS_UNSIGNED
47 /* use wxWidgets' configure */
48 /* #define INLINE __inline__ */
49 #if defined(__VISAGECPP__) && (__IBMCPP__ >= 400 || __IBMC__ >= 400)
51 #elif defined(__WATCOMC__)
57 /* These are for configuring the JPEG memory manager. */
58 #undef DEFAULT_MAX_MEM
61 #endif /* JPEG_INTERNALS */
63 #ifdef JPEG_CJPEG_DJPEG
65 #define BMP_SUPPORTED /* BMP image file format */
66 #define GIF_SUPPORTED /* GIF image file format */
67 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
68 #undef RLE_SUPPORTED /* Utah RLE image file format */
69 #define TARGA_SUPPORTED /* Targa image file format */
71 #undef TWO_FILE_COMMANDLINE
72 #undef NEED_SIGNAL_CATCHER
73 #undef DONT_USE_B_MODE
75 /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
76 #undef PROGRESS_REPORT
78 #endif /* JPEG_CJPEG_DJPEG */