diff options
Diffstat (limited to 'common/jpeg/win/jconfig.h')
-rw-r--r-- | common/jpeg/win/jconfig.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/common/jpeg/win/jconfig.h b/common/jpeg/win/jconfig.h index 7987ba6f..9cf6f102 100644 --- a/common/jpeg/win/jconfig.h +++ b/common/jpeg/win/jconfig.h @@ -28,19 +28,3 @@ typedef unsigned char boolean; #undef RIGHT_SHIFT_IS_UNSIGNED #endif /* JPEG_INTERNALS */ - -#ifdef JPEG_CJPEG_DJPEG - -#define BMP_SUPPORTED /* BMP image file format */ -#define GIF_SUPPORTED /* GIF image file format */ -#define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */ -#undef RLE_SUPPORTED /* Utah RLE image file format */ -#define TARGA_SUPPORTED /* Targa image file format */ - -#define TWO_FILE_COMMANDLINE /* optional */ -#define USE_SETMODE /* Microsoft has setmode() */ -#undef NEED_SIGNAL_CATCHER -#undef DONT_USE_B_MODE -#undef PROGRESS_REPORT /* optional */ - -#endif /* JPEG_CJPEG_DJPEG */ |