JCONFIG.BCC
上传用户:wep9318
上传日期:2007-01-07
资源大小:893k
文件大小:1k
源码类别:

图片显示

开发平台:

Visual C++

  1. /* jconfig.bcc --- jconfig.h for Borland C (Turbo C) on MS-DOS. */
  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_SHORT_EXTERNAL_NAMES
  15. #define INCOMPLETE_TYPES_BROKEN /* suppress undefined-structure warnings */
  16. #ifdef JPEG_INTERNALS
  17. #undef RIGHT_SHIFT_IS_UNSIGNED
  18. #define USE_MSDOS_MEMMGR /* Define this if you use jmemdos.c */
  19. #define MAX_ALLOC_CHUNK 65520L /* Maximum request to malloc() */
  20. #define USE_FMEM /* Borland has _fmemcpy() and _fmemset() */
  21. #endif /* JPEG_INTERNALS */
  22. #ifdef JPEG_CJPEG_DJPEG
  23. #define BMP_SUPPORTED /* BMP image file format */
  24. #define GIF_SUPPORTED /* GIF image file format */
  25. #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
  26. #undef RLE_SUPPORTED /* Utah RLE image file format */
  27. #define TARGA_SUPPORTED /* Targa image file format */
  28. #define TWO_FILE_COMMANDLINE
  29. #define USE_SETMODE /* Borland has setmode() */
  30. #define NEED_SIGNAL_CATCHER /* Define this if you use jmemdos.c */
  31. #undef DONT_USE_B_MODE
  32. #undef PROGRESS_REPORT /* optional */
  33. #endif /* JPEG_CJPEG_DJPEG */