Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
1.6 KiB

  1. /* jconfig.h. Generated from jconfig.cfg by configure. */
  2. /* jconfig.cfg --- source file edited by configure script */
  3. /* see jconfig.txt for explanations */
  4. #define HAVE_PROTOTYPES 1
  5. #define HAVE_UNSIGNED_CHAR 1
  6. #define HAVE_UNSIGNED_SHORT 1
  7. /* #undef void */
  8. /* #undef const */
  9. /* #undef CHAR_IS_UNSIGNED */
  10. #define HAVE_STDDEF_H 1
  11. #define HAVE_STDLIB_H 1
  12. #define HAVE_LOCALE_H 1
  13. /* #undef NEED_BSD_STRINGS */
  14. /* #undef NEED_SYS_TYPES_H */
  15. /* #undef NEED_FAR_POINTERS */
  16. /* #undef NEED_SHORT_EXTERNAL_NAMES */
  17. /* Define this if you get warnings about undefined structures. */
  18. /* #undef INCOMPLETE_TYPES_BROKEN */
  19. /* Define "boolean" as unsigned char, not int, on Windows systems. */
  20. #ifdef _WIN32
  21. #ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */
  22. typedef unsigned char boolean;
  23. #endif
  24. #define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */
  25. #endif
  26. #ifdef JPEG_INTERNALS
  27. /* #undef RIGHT_SHIFT_IS_UNSIGNED */
  28. #ifdef __cplusplus
  29. #define INLINE __inline__
  30. #endif
  31. /* These are for configuring the JPEG memory manager. */
  32. /* #undef DEFAULT_MAX_MEM */
  33. /* #undef NO_MKTEMP */
  34. #endif /* JPEG_INTERNALS */
  35. #ifdef JPEG_CJPEG_DJPEG
  36. #define BMP_SUPPORTED /* BMP image file format */
  37. #define GIF_SUPPORTED /* GIF image file format */
  38. #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
  39. /* #undef RLE_SUPPORTED */
  40. #define TARGA_SUPPORTED /* Targa image file format */
  41. /* #undef TWO_FILE_COMMANDLINE */
  42. /* #undef NEED_SIGNAL_CATCHER */
  43. /* #undef DONT_USE_B_MODE */
  44. /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
  45. /* #undef PROGRESS_REPORT */
  46. #endif /* JPEG_CJPEG_DJPEG */