jconfig.h

来自「This is a resource based on j2me embedde」· C头文件 代码 · 共 71 行

H
71
字号
/* * @(#)jconfig.h	1.17 06/10/03 * * Copyright  1990-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version * 2 only, as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License version 2 for more details (a copy is * included at /legal/license.txt). * * You should have received a copy of the GNU General Public License * version 2 along with this work; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA * * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa * Clara, CA 95054 or visit www.sun.com if you need additional * information or have any questions. *//* 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 #define HAVE_STDLIB_H #undef NEED_BSD_STRINGS#undef NEED_SYS_TYPES_H#undef NEED_FAR_POINTERS#define 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/* These are for configuring the JPEG memory manager. */#undef DEFAULT_MAX_MEM#undef NO_MKTEMP#endif /* JPEG_INTERNALS */#ifdef JPEG_CJPEG_DJPEG#define BMP_SUPPORTED		/* BMP image file format */#define GIF_SUPPORTED		/* GIF image file format */#define PPM_SUPPORTED		/* PBMPLUS PPM/PGM image file format */#undef RLE_SUPPORTED		/* Utah RLE image file format */#define 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 */

⌨️ 快捷键说明

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