JCONFIG.H
Upload User: hbtiangong
Upload Date: 2009-03-29
Package Size: 255k
Code Size: 2k
Category:

Windows Develop

Development Platform:

Visual C++

  1. /* jconfig.mc6 --- jconfig.h for Microsoft C on MS-DOS, version 6.00A & up. */
  2. /* see jconfig.doc for explanations */
  3. #define HAVE_PROTOTYPES
  4. #define HAVE_UNSIGNED_CHAR
  5. #define HAVE_UNSIGNED_SHORT
  6. /* #define void char */
  7. /* #define const */
  8. #undef CHAR_IS_UNSIGNED
  9. #define HAVE_STDDEF_H
  10. #define HAVE_STDLIB_H
  11. #undef NEED_BSD_STRINGS
  12. #undef NEED_SYS_TYPES_H
  13. //#define NEED_FAR_POINTERS /* for small or medium memory model */
  14. #undef NEED_FAR_POINTERS /* for small or medium memory model */
  15. #undef NEED_SHORT_EXTERNAL_NAMES
  16. #undef INCOMPLETE_TYPES_BROKEN
  17. #ifdef JPEG_INTERNALS
  18. #undef RIGHT_SHIFT_IS_UNSIGNED
  19. #define USE_MSDOS_MEMMGR /* Define this if you use jmemdos.c */
  20. #define MAX_ALLOC_CHUNK 65520L /* Maximum request to malloc() */
  21. #define USE_FMEM /* Microsoft has _fmemcpy() and _fmemset() */
  22. #define NEED_FHEAPMIN /* far heap management routines are broken */
  23. #define SHORTxLCONST_32 /* enable compiler-specific DCT optimization */
  24. /* Note: the above define is known to improve the code with Microsoft C 6.00A.
  25.  * I do not know whether it is good for later compiler versions.
  26.  * Please report any info on this point to jpeg-info@uunet.uu.net.
  27.  */
  28. #endif /* JPEG_INTERNALS */
  29. #ifdef JPEG_CJPEG_DJPEG
  30. #define BMP_SUPPORTED /* BMP image file format */
  31. #define GIF_SUPPORTED /* GIF image file format */
  32. #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
  33. #undef RLE_SUPPORTED /* Utah RLE image file format */
  34. #define TARGA_SUPPORTED /* Targa image file format */
  35. #define TWO_FILE_COMMANDLINE
  36. #define USE_SETMODE /* Microsoft has setmode() */
  37. #define NEED_SIGNAL_CATCHER /* Define this if you use jmemdos.c */
  38. #undef DONT_USE_B_MODE
  39. #undef PROGRESS_REPORT /* optional */
  40. #endif /* JPEG_CJPEG_DJPEG */