⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.h

📁 在ecos 下mingui 的移植开发
💻 H
字号:
/* config.h.  Generated automatically by configure.  *//* config.h.in.  Generated automatically from configure.in by autoheader.  *//* Define if using alloca.c.  *//* #undef C_ALLOCA *//* Define to empty if the keyword does not work.  *//* #undef const *//* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.   This function is required for alloca.c support on those systems.  *//* #undef CRAY_STACKSEG_END *//* Define if you have alloca, as a function or macro.  */#define HAVE_ALLOCA 1/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */#define HAVE_ALLOCA_H 1/* Define if you don't have vprintf but do have _doprnt.  *//* #undef HAVE_DOPRNT *//* Define if you have a working `mmap' system call.  *///#define HAVE_MMAP 1/* Define if you have the vprintf function.  */#define HAVE_VPRINTF 1/* Define as __inline if that's what the C compiler calls it.  *//* #undef inline *//* Define to `unsigned' if <sys/types.h> doesn't define.  *//* #undef size_t *//* If using the C implementation of alloca, define if you know the   direction of stack growth for your system; otherwise it will be   automatically deduced at run-time. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown *//* #undef STACK_DIRECTION *//* Define if you have the ANSI C header files.  */#define STDC_HEADERS 1/* Define if you can safely include both <sys/time.h> and <time.h>.  */#define TIME_WITH_SYS_TIME 1/* Define if your <sys/time.h> declares struct tm.  *//* #undef TM_IN_SYS_TIME *//* Define if using alloca.c.  *//* #undef C_ALLOCA *//* Define to empty if the keyword does not work.  *//* #undef const *//* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.   This function is required for alloca.c support on those systems.  *//* #undef CRAY_STACKSEG_END *//* Version of MiniGUI */#define MINIGUI_MAJOR_VERSION 0#define MINIGUI_MINOR_VERSION 9#define MINIGUI_MICRO_VERSION 96#define MINIGUI_INTERFACE_AGE 0#define MINIGUI_BINARY_AGE 0/* Define if use debug version of MiniGUI *//* #undef _DEBUG *//* Define if trace message dispatching of MiniGUI *///#define _TRACE_MSG *//* Define if the unit of timer is 10ms */#define _TIMER_UNIT_10MS 1/* Define if include messages' string names */#define _MSG_STRING 1/* Define if include SVGALib engine *///#define _SVGALIB 1/* Define if include LibGGI engine *///#define _LIBGGI 1/* Define if include EP7211 engine *//* #undef _EP7211 *//* Define if include ADS engine *//* #undef _ADS *//* Define if include native engine *///#define _NATIVE_ENGINE 1/* Define if include the dummy IAL engine *///#define _DUMMY_IAL 1/* Define if include the pcsim IAL engine */#define _PCSIM_IAL 1/* Define if include native input engine *///#define _NATIVE_IAL_ENGINE 1/* Define if include native graphics engine *///#define _NATIVE_GAL_ENGINE *//* Define if include s3c44b0x graphics engine */#define   _S3C44B0X/* Define if include old native GIF & JPG bmp file support*//* #undef _OLD_NATIVE_GIFJPG *//* Define if support raw bitmap fonts */#define _RBF_SUPPORT 1/* Define if support var bitmap fonts *///#define _VBF_SUPPORT 1/* Define if include in-core font: SansSerif */#define _INCOREFONT_SANSSERIF 1/* Define if include in-core font: Courier */#define _INCOREFONT_COURIER 1/* Define if include in-core font: Symbol *//* #undef _INCOREFONT_SYMBOL *//* Define if include in-core font: VGAS *//* #undef _INCOREFONT_VGAS *//* Define if support TrueType font based on FreeType 1.3.xxx *///#define _TTF_SUPPORT 1/* Define if support Adobe Type1 *///#define _TYPE1_SUPPORT 1/* Define if support GB2312 charset */#define _GB_SUPPORT 1/* Define if support BIG5 charset *///#define _BIG5_SUPPORT 1/* Define if support JIS charset *//* #undef _JIS_SUPPORT *//* Define if include SaveBitmap function */#define _SAVE_BITMAP 1/* Define if support PCX bmp file format */#define _PCX_FILE_SUPPORT 1/* Define if support LBM bmp file format */#define _LBM_FILE_SUPPORT 1/* Define if support TGA bmp file format */#define _TGA_FILE_SUPPORT 1/* Define if support GIF bmp file format */#define _GIF_FILE_SUPPORT 1/* Define if support JPG bmp file format */#define _JPG_FILE_SUPPORT 1/* Define if support PNG bmp file format *//* #undef _PNG_FILE_SUPPORT *//* Define if provide GB2312 IME */#define _IME_GB2312 1/* Define if provide GB2312 Intelligent Pinyin IME module */#define _IME_GB2312_PINYIN 1/* Define if include STATIC control */#define _CTRL_STATIC 1/* Define if include BUTTON control */#define _CTRL_BUTTON 1/* Define if include EDIT control */#define _CTRL_EDIT 1/* Define if include MEDIT control */#define _CTRL_MEDIT 1/* Define if include LISTBOX control */#define _CTRL_LISTBOX 1/* Define if include PROGRESSBAR control */#define _CTRL_PROGRESSBAR 1/* Define if include TOOLBAR control */#define _CTRL_TOOLBAR 1/* Define if include MENUBUTTON control */#define _CTRL_MENUBUTTON 1/* Define if include About Dialog Box */#define _MISC_ABOUTDLG 1/* Define if include code for screenshots */#define _MISC_SAVESCREEN 1/* Define if you have the fork function.  */#define HAVE_FORK 1/* Define if you have the getopt function.  */#define HAVE_GETOPT 1/* Define if you have the getpagesize function.  */#define HAVE_GETPAGESIZE 1/* Define if you have the gettimeofday function.  */#define HAVE_GETTIMEOFDAY 1/* Define if you have the random function.  */#define HAVE_RANDOM 1/* Define if you have the select function.  */#define HAVE_SELECT 1/* Define if you have the setenv function.  */#define HAVE_SETENV 1/* Define if you have the strdup function.  */#define HAVE_STRDUP 1/* Define if you have the strerror function.  */#define HAVE_STRERROR 1/* Define if you have the <dirent.h> header file.  */#define HAVE_DIRENT_H 1/* Define if you have the <ggi/ggi-unix.h> header file.  *///#define HAVE_GGI_GGI_UNIX_H 1/* Define if you have the <linux/keyboard.h> header file.  *///#define HAVE_LINUX_KEYBOARD_H 1/* Define if you have the <malloc.h> header file.  */#define HAVE_MALLOC_H 1/* Define if you have the <ndir.h> header file.  *//* #undef HAVE_NDIR_H *//* Define if you have the <sys/dir.h> header file.  *//* #undef HAVE_SYS_DIR_H *//* Define if you have the <sys/ioctl.h> header file.  */#define HAVE_SYS_IOCTL_H 1/* Define if you have the <sys/ndir.h> header file.  *//* #undef HAVE_SYS_NDIR_H *//* Define if you have the <sys/time.h> header file.  */#define HAVE_SYS_TIME_H 1/* Define if you have the <termio.h> header file.  */#define HAVE_TERMIO_H 1/* Define if you have the <unistd.h> header file.  */#define HAVE_UNISTD_H 1

⌨️ 快捷键说明

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