Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / lib / DtHelp / jpeg / jconfig.h
1 /* $XConsortium: jconfig.h /main/2 1996/05/09 03:45:58 drk $ */
2 /* jconfig.h.  Generated automatically by configure.  */
3 /* jconfig.cfg --- source file edited by configure script */
4 /* see jconfig.doc for explanations */
5
6 #define HAVE_PROTOTYPES 
7 #define HAVE_UNSIGNED_CHAR 
8 #define HAVE_UNSIGNED_SHORT 
9 #undef void
10 #undef const
11 #undef CHAR_IS_UNSIGNED
12 #define HAVE_STDDEF_H 
13 #define HAVE_STDLIB_H 
14 #undef NEED_BSD_STRINGS
15 #undef NEED_SYS_TYPES_H
16 #undef NEED_FAR_POINTERS
17 #undef NEED_SHORT_EXTERNAL_NAMES
18 /* Define this if you get warnings about undefined structures. */
19 #undef INCOMPLETE_TYPES_BROKEN
20
21 #ifdef JPEG_INTERNALS
22
23 #undef RIGHT_SHIFT_IS_UNSIGNED
24 #define INLINE __inline
25 /* These are for configuring the JPEG memory manager. */
26 #undef DEFAULT_MAX_MEM
27 #undef NO_MKTEMP
28
29 #endif /* JPEG_INTERNALS */
30
31 #ifdef JPEG_CJPEG_DJPEG
32
33 #define BMP_SUPPORTED           /* BMP image file format */
34 #define GIF_SUPPORTED           /* GIF image file format */
35 #define PPM_SUPPORTED           /* PBMPLUS PPM/PGM image file format */
36 #undef RLE_SUPPORTED            /* Utah RLE image file format */
37 #define TARGA_SUPPORTED         /* Targa image file format */
38
39 #undef TWO_FILE_COMMANDLINE
40 #undef NEED_SIGNAL_CATCHER
41 #undef DONT_USE_B_MODE
42
43 /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
44 #undef PROGRESS_REPORT
45
46 #endif /* JPEG_CJPEG_DJPEG */