author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Mon, 04 Oct 2010 01:19:32 +0300 | |
changeset 37 | 758a864f9613 |
parent 30 | 5dc02b23752f |
permissions | -rw-r--r-- |
0 | 1 |
/* jconfig.cfg --- source file edited by configure script */ |
30
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
2 |
/* see jconfig.txt for explanations */ |
0 | 3 |
|
4 |
#undef HAVE_PROTOTYPES |
|
5 |
#undef HAVE_UNSIGNED_CHAR |
|
6 |
#undef HAVE_UNSIGNED_SHORT |
|
7 |
#undef void |
|
8 |
#undef const |
|
9 |
#undef CHAR_IS_UNSIGNED |
|
10 |
#undef HAVE_STDDEF_H |
|
11 |
#undef HAVE_STDLIB_H |
|
30
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
12 |
#undef HAVE_LOCALE_H |
0 | 13 |
#undef NEED_BSD_STRINGS |
14 |
#undef NEED_SYS_TYPES_H |
|
15 |
#undef NEED_FAR_POINTERS |
|
16 |
#undef NEED_SHORT_EXTERNAL_NAMES |
|
17 |
/* Define this if you get warnings about undefined structures. */ |
|
18 |
#undef INCOMPLETE_TYPES_BROKEN |
|
19 |
||
20 |
#ifdef JPEG_INTERNALS |
|
21 |
||
22 |
#undef RIGHT_SHIFT_IS_UNSIGNED |
|
23 |
#undef INLINE |
|
24 |
/* These are for configuring the JPEG memory manager. */ |
|
25 |
#undef DEFAULT_MAX_MEM |
|
26 |
#undef NO_MKTEMP |
|
27 |
||
28 |
#endif /* JPEG_INTERNALS */ |
|
29 |
||
30 |
#ifdef JPEG_CJPEG_DJPEG |
|
31 |
||
32 |
#define BMP_SUPPORTED /* BMP image file format */ |
|
33 |
#define GIF_SUPPORTED /* GIF image file format */ |
|
34 |
#define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */ |
|
35 |
#undef RLE_SUPPORTED /* Utah RLE image file format */ |
|
36 |
#define TARGA_SUPPORTED /* Targa image file format */ |
|
37 |
||
38 |
#undef TWO_FILE_COMMANDLINE |
|
39 |
#undef NEED_SIGNAL_CATCHER |
|
40 |
#undef DONT_USE_B_MODE |
|
41 |
||
42 |
/* Define this if you want percent-done progress reports from cjpeg/djpeg. */ |
|
43 |
#undef PROGRESS_REPORT |
|
44 |
||
45 |
#endif /* JPEG_CJPEG_DJPEG */ |