OS/2 linkage specification on METHODDEF macro
[wxWidgets.git] / src / jpeg / jconfig.h
1 /* This test added by JACS as a quick fix. What should we do
2 * to make it work with configure?
3 */
4
5 #if defined(_MSC_VER) || defined(__BORLANDC__)
6 #include "jconfig.vc"
7 #else
8
9 /* jconfig.h. Generated automatically by configure. */
10 /* jconfig.cfg --- source file edited by configure script */
11 /* see jconfig.doc for explanations */
12
13 /* use wxWindows' configure */
14 #include "wx/setup.h"
15
16 #define HAVE_PROTOTYPES
17 #define HAVE_UNSIGNED_CHAR
18 #define HAVE_UNSIGNED_SHORT
19 #undef void
20 #undef const
21
22 /* use wxWindows' configure */
23 /* #undef CHAR_IS_UNSIGNED */
24 #ifdef __CHAR_UNSIGNED__
25 #ifndef CHAR_IS_UNSIGNED
26 #define CHAR_IS_UNSIGNED
27 #endif
28 #else
29 #undef CHAR_IS_UNSIGNED
30 #endif
31
32 #define HAVE_STDDEF_H
33 #define HAVE_STDLIB_H
34 #undef NEED_BSD_STRINGS
35 #undef NEED_SYS_TYPES_H
36 #undef NEED_FAR_POINTERS
37 #undef NEED_SHORT_EXTERNAL_NAMES
38 /* Define this if you get warnings about undefined structures. */
39 #undef INCOMPLETE_TYPES_BROKEN
40
41 #ifdef JPEG_INTERNALS
42
43 #undef RIGHT_SHIFT_IS_UNSIGNED
44
45 /* use wxWindows' configure */
46 /* #define INLINE __inline__ */
47 #define INLINE inline
48
49 /* These are for configuring the JPEG memory manager. */
50 #undef DEFAULT_MAX_MEM
51 #undef NO_MKTEMP
52
53 #endif /* JPEG_INTERNALS */
54
55 #ifdef JPEG_CJPEG_DJPEG
56
57 #define BMP_SUPPORTED /* BMP image file format */
58 #define GIF_SUPPORTED /* GIF image file format */
59 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
60 #undef RLE_SUPPORTED /* Utah RLE image file format */
61 #define TARGA_SUPPORTED /* Targa image file format */
62
63 #undef TWO_FILE_COMMANDLINE
64 #undef NEED_SIGNAL_CATCHER
65 #undef DONT_USE_B_MODE
66
67 /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
68 #undef PROGRESS_REPORT
69
70 #endif /* JPEG_CJPEG_DJPEG */
71 #endif
72 /* _MSC_VER */
73