libxml2: copy the xml2-config to the crosstoolsdir and patch the paths in the native...
[AROS-Contrib.git] / scalos / include / jconfig.h
blob9850a4a2bef607c5ac672743da5a35d5678f90a8
1 /* jconfig.h. Generated from jconfig.cfg by configure. */
2 /* jconfig.cfg --- source file edited by configure script */
3 /* see jconfig.txt for explanations */
5 #define HAVE_PROTOTYPES
6 #define HAVE_UNSIGNED_CHAR
7 #define HAVE_UNSIGNED_SHORT
8 #undef void
9 #undef const
10 #define CHAR_IS_UNSIGNED
11 #define HAVE_STDDEF_H
12 #define HAVE_STDLIB_H
13 #define HAVE_LOCALE_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
21 #ifdef JPEG_INTERNALS
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
29 #endif /* JPEG_INTERNALS */
31 #ifdef JPEG_CJPEG_DJPEG
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
37 #define TARGA_SUPPORTED /* Targa image file format */
39 #undef TWO_FILE_COMMANDLINE
40 #undef NEED_SIGNAL_CATCHER
41 #undef DONT_USE_B_MODE
43 /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
44 #undef PROGRESS_REPORT
46 #endif /* JPEG_CJPEG_DJPEG */