]> git.jsancho.org Git - lugaru.git/blob - Dependencies/libjpeg/jconfig.h
3700728843f7294e054fcc763803c59022e17fac
[lugaru.git] / Dependencies / libjpeg / jconfig.h
1 #define HAVE_PROTOTYPES
2 #define HAVE_STDDEF_H
3 #define HAVE_STDLIB_H
4 /* #define NEED_BSD_STRINGS -- causes fail on Win32 */
5 #define NEED_SYS_TYPES_H
6
7 #ifdef JPEG_CJPEG_DJPEG
8 #define BMP_SUPPORTED           /* BMP image file format */
9 #define GIF_SUPPORTED           /* GIF image file format */
10 #define PPM_SUPPORTED           /* PBMPLUS PPM/PGM image file format */
11 #undef RLE_SUPPORTED            /* Utah RLE image file format */
12 #define TARGA_SUPPORTED         /* Targa image file format */
13 #endif /* JPEG_CJPEG_DJPEG */
14