home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / jpeg / jconfig.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-04-08  |  1.5 KB  |  59 lines

  1. /* jconfig.h.  Generated automatically by configure.  */
  2. /* jconfig.auto --- source file edited by configure script */
  3. /* see jconfig.doc for explanations */
  4.  
  5. #ifdef __MWERKS__ /* macintosh */
  6.       #error should be including jconfig-mac-cw.h!
  7. #endif
  8.  
  9. #ifdef _WINDOWS /* windows */
  10.       #error should be including jwinfig.h!
  11. #endif
  12.  
  13. #ifdef XP_OS2 /* os2 */
  14.       #error should be including jos2fig.h!
  15. #endif
  16.  
  17. #define HAVE_PROTOTYPES 
  18. #define HAVE_UNSIGNED_CHAR 
  19. #define HAVE_UNSIGNED_SHORT 
  20. #undef void
  21. #undef const
  22. #define CHAR_IS_UNSIGNED 
  23. #define HAVE_STDDEF_H 
  24. #define HAVE_STDLIB_H 
  25. #undef NEED_BSD_STRINGS
  26. #undef NEED_SYS_TYPES_H
  27. #undef NEED_FAR_POINTERS
  28. #undef NEED_SHORT_EXTERNAL_NAMES
  29. /* Define this if you get warnings about undefined structures. */
  30. #undef INCOMPLETE_TYPES_BROKEN
  31.  
  32. #ifdef JPEG_INTERNALS
  33.  
  34. #undef RIGHT_SHIFT_IS_UNSIGNED
  35.  
  36. #define INLINE __inline
  37. /* These are for configuring the JPEG memory manager. */
  38. #undef DEFAULT_MAX_MEM
  39. #undef NO_MKTEMP
  40.  
  41. #endif /* JPEG_INTERNALS */
  42.  
  43. #ifdef JPEG_CJPEG_DJPEG
  44.  
  45. #define BMP_SUPPORTED        /* BMP image file format */
  46. #define GIF_SUPPORTED        /* GIF image file format */
  47. #define PPM_SUPPORTED        /* PBMPLUS PPM/PGM image file format */
  48. #undef RLE_SUPPORTED        /* Utah RLE image file format */
  49. #define TARGA_SUPPORTED        /* Targa image file format */
  50.  
  51. #undef TWO_FILE_COMMANDLINE
  52. #undef NEED_SIGNAL_CATCHER
  53. #undef DONT_USE_B_MODE
  54.  
  55. /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
  56. #undef PROGRESS_REPORT
  57.  
  58. #endif /* JPEG_CJPEG_DJPEG */
  59.