]> git.jsancho.org Git - lugaru.git/blob - Dependencies/libjpeg/jconfig.h
Users file saved in write directory
[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_INTERNALS
8 #define INLINE inline
9 #endif /* JPEG_INTERNALS */
10
11 #ifdef JPEG_CJPEG_DJPEG
12 #define BMP_SUPPORTED           /* BMP image file format */
13 #define GIF_SUPPORTED           /* GIF image file format */
14 #define PPM_SUPPORTED           /* PBMPLUS PPM/PGM image file format */
15 #undef RLE_SUPPORTED            /* Utah RLE image file format */
16 #define TARGA_SUPPORTED         /* Targa image file format */
17 #endif /* JPEG_CJPEG_DJPEG */
18
19 #ifdef _MSC_VER
20 #ifndef INLINE
21 #define INLINE __inline__
22 #endif
23 #endif
24