jconfig.h

来自「用在MIPS结构的Jz47XX芯片上的ucos系统,仅供参考」· C头文件 代码 · 共 45 行

H
45
字号
/* jconfig.h.  Generated automatically by configure.  *//* jconfig.cfg --- source file edited by configure script */   /* see jconfig.doc for explanations */#define HAVE_PROTOTYPES#define HAVE_UNSIGNED_CHAR#define HAVE_UNSIGNED_SHORT#undef void#undef const#undef CHAR_IS_UNSIGNED#define HAVE_STDDEF_H#undef HAVE_STDLIB_H#undef NEED_BSD_STRING#undef NEED_SYS_TYPES_H#undef NEED_FAR_POINTERS#undef NEED_SHORT_EXTERNAL_NAMES/* Define this if you get warnings about undefined structures. */#undef INCOMPLETE_TYPES_BROKEN#ifdef JPEG_INTERNALS#undef RIGHT_SHIFT_IS_UNSIGNED#undef INLINE/* These are for configuring the JPEG memory manager. */#undef DEFAULT_MAX_MEM#undef NO_MKTEMP#endif /* JPEG_INTERNALS */#ifdef JPEG_CJPEG_DJPEG#undef BMP_SUPPORTED		/* BMP image file format */#undef GIF_SUPPORTED		/* GIF image file format */#undef PPM_SUPPORTED		/* PBMPLUS PPM/PGM image file format */#undef RLE_SUPPORTED		/* Utah RLE image file format */#undef TARGA_SUPPORTED		/* Targa image file format */#undef TWO_FILE_COMMANDLINE#undef NEED_SIGNAL_CATCHER#undef DONT_USE_B_MODE/* Define this if you want percent-done progress reports from cjpeg/djpeg. */#undef PROGRESS_REPORT#endif /* JPEG_CJPEG_DJPEG */#define MAX_ALLOC_CHUNK	1000000L //ok?

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?