Blame thirdparty/LibJPEG/jpeg-9/jconfig.bcc
|
kusano |
7d535a |
/* jconfig.bcc --- jconfig.h for Borland C (Turbo C) on MS-DOS or OS/2. */
|
|
kusano |
7d535a |
/* see jconfig.txt for explanations */
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
#define HAVE_PROTOTYPES
|
|
kusano |
7d535a |
#define HAVE_UNSIGNED_CHAR
|
|
kusano |
7d535a |
#define HAVE_UNSIGNED_SHORT
|
|
kusano |
7d535a |
/* #define void char */
|
|
kusano |
7d535a |
/* #define const */
|
|
kusano |
7d535a |
#undef CHAR_IS_UNSIGNED
|
|
kusano |
7d535a |
#define HAVE_STDDEF_H
|
|
kusano |
7d535a |
#define HAVE_STDLIB_H
|
|
kusano |
7d535a |
#undef NEED_BSD_STRINGS
|
|
kusano |
7d535a |
#undef NEED_SYS_TYPES_H
|
|
kusano |
7d535a |
#ifdef __MSDOS__
|
|
kusano |
7d535a |
#define NEED_FAR_POINTERS /* for small or medium memory model */
|
|
kusano |
7d535a |
#endif
|
|
kusano |
7d535a |
#undef NEED_SHORT_EXTERNAL_NAMES
|
|
kusano |
7d535a |
#undef INCOMPLETE_TYPES_BROKEN /* this assumes you have -w-stu in CFLAGS */
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
#ifdef JPEG_INTERNALS
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
#undef RIGHT_SHIFT_IS_UNSIGNED
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
#ifdef __MSDOS__
|
|
kusano |
7d535a |
#define USE_MSDOS_MEMMGR /* Define this if you use jmemdos.c */
|
|
kusano |
7d535a |
#define MAX_ALLOC_CHUNK 65520L /* Maximum request to malloc() */
|
|
kusano |
7d535a |
#define USE_FMEM /* Borland has _fmemcpy() and _fmemset() */
|
|
kusano |
7d535a |
#endif
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
#endif /* JPEG_INTERNALS */
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
#ifdef JPEG_CJPEG_DJPEG
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
#define BMP_SUPPORTED /* BMP image file format */
|
|
kusano |
7d535a |
#define GIF_SUPPORTED /* GIF image file format */
|
|
kusano |
7d535a |
#define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
|
|
kusano |
7d535a |
#undef RLE_SUPPORTED /* Utah RLE image file format */
|
|
kusano |
7d535a |
#define TARGA_SUPPORTED /* Targa image file format */
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
#define TWO_FILE_COMMANDLINE
|
|
kusano |
7d535a |
#define USE_SETMODE /* Borland has setmode() */
|
|
kusano |
7d535a |
#ifdef __MSDOS__
|
|
kusano |
7d535a |
#define NEED_SIGNAL_CATCHER /* Define this if you use jmemdos.c */
|
|
kusano |
7d535a |
#endif
|
|
kusano |
7d535a |
#undef DONT_USE_B_MODE
|
|
kusano |
7d535a |
#undef PROGRESS_REPORT /* optional */
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
#endif /* JPEG_CJPEG_DJPEG */
|