]> Creatis software - gdcm.git/blob - src/jpeg/libijg/jconfig.h.in
ENH: * Finished lossless transition, not only do we now read all lossless jpeg
[gdcm.git] / src / jpeg / libijg / jconfig.h.in
1 /* jconfig.h --- source file edited by configure script */
2 /* see jconfig.doc for explanations */
3
4 #define HAVE_PROTOTYPES
5 #define HAVE_UNSIGNED_CHAR
6 #define HAVE_UNSIGNED_SHORT
7 #undef void
8 #undef const
9 #undef CHAR_IS_UNSIGNED
10 #ifndef HAVE_STDDEF_H
11 #define HAVE_STDDEF_H
12 #endif
13 #ifndef HAVE_STDLIB_H
14 #define HAVE_STDLIB_H
15 #endif
16 #undef NEED_BSD_STRINGS
17 #undef NEED_SYS_TYPES_H
18 #undef NEED_FAR_POINTERS
19 #undef NEED_SHORT_EXTERNAL_NAMES
20 /* Define this if you get warnings about undefined structures. */
21 #undef INCOMPLETE_TYPES_BROKEN
22
23
24 #if defined(_WIN32) && !(defined(__CYGWIN__) || defined(__MINGW32__))
25 /* Define "boolean" as unsigned char, not int, per Windows custom */
26 /* don't conflict if rpcndr.h already read; Note that the w32api headers
27    used by Cygwin and Mingw do not define "boolean", so jmorecfg.h
28    handles it later. */
29 #ifndef __RPCNDR_H__
30 typedef unsigned char boolean;
31 #endif
32 #define HAVE_BOOLEAN            /* prevent jmorecfg.h from redefining it */
33 #endif
34
35 #ifdef JPEG_INTERNALS
36
37 #undef RIGHT_SHIFT_IS_UNSIGNED
38 #define INLINE
39 /* These are for configuring the JPEG memory manager. */
40 #undef DEFAULT_MAX_MEM
41 #undef NO_MKTEMP
42
43 #endif /* JPEG_INTERNALS */
44
45 #ifdef JPEG_CJPEG_DJPEG
46
47 #define BMP_SUPPORTED           /* BMP image file format */
48 #define GIF_SUPPORTED           /* GIF image file format */
49 #define PPM_SUPPORTED           /* PBMPLUS PPM/PGM image file format */
50 #undef RLE_SUPPORTED            /* Utah RLE image file format */
51 #define TARGA_SUPPORTED         /* Targa image file format */
52
53 #undef TWO_FILE_COMMANDLINE
54 #undef NEED_SIGNAL_CATCHER
55 #undef DONT_USE_B_MODE
56
57 /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
58 #undef PROGRESS_REPORT
59
60 #endif /* JPEG_CJPEG_DJPEG */
61
62
63 /* GDCM stuff */
64
65 #include "@BITS_TYPE_JPEG_MANGLE_NAME@"