Remove 'oldcode'
[oweals/cde.git] / cde / lib / DtHelp / jpeg / jconfig.h
1 /*
2  * CDE - Common Desktop Environment
3  *
4  * Copyright (c) 1993-2012, The Open Group. All rights reserved.
5  *
6  * These libraries and programs are free software; you can
7  * redistribute them and/or modify them under the terms of the GNU
8  * Lesser General Public License as published by the Free Software
9  * Foundation; either version 2 of the License, or (at your option)
10  * any later version.
11  *
12  * These libraries and programs are distributed in the hope that
13  * they will be useful, but WITHOUT ANY WARRANTY; without even the
14  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15  * PURPOSE. See the GNU Lesser General Public License for more
16  * details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with these libraries and programs; if not, write
20  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
21  * Floor, Boston, MA 02110-1301 USA
22  */
23 /* $XConsortium: jconfig.h /main/2 1996/05/09 03:45:58 drk $ */
24 /* jconfig.h.  Generated automatically by configure.  */
25 /* jconfig.cfg --- source file edited by configure script */
26 /* see jconfig.doc for explanations */
27
28 #define HAVE_PROTOTYPES 
29 #define HAVE_UNSIGNED_CHAR 
30 #define HAVE_UNSIGNED_SHORT 
31 #undef void
32 #undef const
33 #undef CHAR_IS_UNSIGNED
34 #define HAVE_STDDEF_H 
35 #define HAVE_STDLIB_H 
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
42
43 #ifdef JPEG_INTERNALS
44
45 #undef RIGHT_SHIFT_IS_UNSIGNED
46 #define INLINE __inline
47 /* These are for configuring the JPEG memory manager. */
48 #undef DEFAULT_MAX_MEM
49 #undef NO_MKTEMP
50
51 #endif /* JPEG_INTERNALS */
52
53 #ifdef JPEG_CJPEG_DJPEG
54
55 #define BMP_SUPPORTED           /* BMP image file format */
56 #define GIF_SUPPORTED           /* GIF image file format */
57 #define PPM_SUPPORTED           /* PBMPLUS PPM/PGM image file format */
58 #undef RLE_SUPPORTED            /* Utah RLE image file format */
59 #define TARGA_SUPPORTED         /* Targa image file format */
60
61 #undef TWO_FILE_COMMANDLINE
62 #undef NEED_SIGNAL_CATCHER
63 #undef DONT_USE_B_MODE
64
65 /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
66 #undef PROGRESS_REPORT
67
68 #endif /* JPEG_CJPEG_DJPEG */