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

📄 config.h

📁 一个linux下的根文件系统的源码
💻 H
📖 第 1 页 / 共 2 页
字号:
/* #undef _FBVGA16_SUPPORT *//* Define if include native input engine */#define _NATIVE_IAL_ENGINE 1/* Define if include PS2 mouse subdriver */#define _PS2_SUPPORT 1/* Define if include IMPS2 mouse subdriver */#define _IMPS2_SUPPORT 1/* Define if include GPM mouse subdriver */#define _GPM_SUPPORT 1/* Define if include MS mouse subdriver */#define _MS_SUPPORT 1/* Define if include MS3 mouse subdriver */#define _MS3_SUPPORT 1/* Define if build pure FrameBuffer-based graphics engine *//* #undef _PURE_FB_GFX *//* Define if your Linux have text mode */#define _HAVE_TEXT_MODE 1/* Define if include cursor support */#define _CURSOR_SUPPORT 1/* Define if support raw bitmap fonts */#define _RBF_SUPPORT 1/* Define if include incore GB2312 12x12 RBF font */#define _INCORERBF_GB12 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 */#define _INCOREFONT_SYMBOL 1/* Define if include in-core font: VGAS */#define _INCOREFONT_VGAS 1/* Define if support QPF font */#define _QPF_SUPPORT 1/* Define if support TrueType font based on FreeType 1.3 or FreeType 2 *//* #undef _TTF_SUPPORT *//* Define if has FreeType 2 *//* #undef _HAS_FREETYPE2 *//* Define if support Adobe Type1 *//* #undef _TYPE1_SUPPORT *//* Define if support Latin 2 charset *//* #undef _LATIN2_SUPPORT *//* Define if support Latin 3 charset *//* #undef _LATIN3_SUPPORT *//* Define if support Latin 4 charset *//* #undef _LATIN4_SUPPORT *//* Define if support Cyrillic charset *//* #undef _CYRILLIC_SUPPORT *//* Define if support Arabic charset *//* #undef _ARABIC_SUPPORT *//* Define if support Greek charset *//* #undef _GREEK_SUPPORT *//* Define if support Hebrew charset *//* #undef _HEBREW_SUPPORT *//* Define if support Latin 5 charset *//* #undef _LATIN5_SUPPORT *//* Define if support Latin 6 charset *//* #undef _LATIN6_SUPPORT *//* Define if support Thai charset *//* #undef _THAI_SUPPORT *//* Define if support Latin 7 charset *//* #undef _LATIN7_SUPPORT *//* Define if support Latin 8 charset *//* #undef _LATIN8_SUPPORT *//* Define if support Latin 9 charset */#define _LATIN9_SUPPORT 1/* Define if support Latin 10 charset *//* #undef _LATIN10_SUPPORT *//* Define if support GB2312 charset */#define _GB_SUPPORT 1/* Define if support GBK charset */#define _GBK_SUPPORT 1/* Define if support GB18030 charset *//* #undef _GB18030_SUPPORT *//* Define if support BIG5 charset *//* #undef _BIG5_SUPPORT *//* Define if support EUCKR charset *//* #undef _EUCKR_SUPPORT *//* Define if support EUCJP charset *//* #undef _EUCJP_SUPPORT *//* Define if support SHIFTJIS charset *//* #undef _SHIFTJIS_SUPPORT *//* Define if support UNICODE */#define _UNICODE_SUPPORT 1/* Define if use the default keyboard layout *//* #undef _KBD_LAYOUT_DEFAULT *//* Define if use the French PC keyboard layout *//* #undef _KBD_LAYOUT_FRPC *//* Define if use the French keyboard layout *//* #undef _KBD_LAYOUT_FR *//* Define if use the German keyboard layout *//* #undef _KBD_LAYOUT_DE *//* Define if use the German-Latin1 keyboard layout *//* #undef _KBD_LAYOUT_DELATIN1 *//* Define if use the Italian keyboard layout *//* #undef _KBD_LAYOUT_IT *//* Define if use the Spanish keyboard layout *//* #undef _KBD_LAYOUT_ES *//* Define if use the Spanish CP850 keyboard layout *//* #undef _KBD_LAYOUT_ESCP850 *//* Define if include SaveBitmap function */#define _SAVE_BITMAP 1/* Define if support PCX bmp file format *//* #undef _PCX_FILE_SUPPORT *//* Define if support LBM bmp file format *//* #undef _LBM_FILE_SUPPORT *//* Define if support TGA bmp file format *//* #undef _TGA_FILE_SUPPORT *//* Define if support GIF bmp file format */#define _GIF_FILE_SUPPORT 1/* Define if support JPG bmp file format *//* #undef _JPG_FILE_SUPPORT *//* 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 About Dialog Box */#define _MISC_ABOUTDLG 1/* Define if include code for screenshots */#define _MISC_SAVESCREEN 1/* Define if include STATIC control */#define _CTRL_STATIC 1/* Define if include BUTTON control */#define _CTRL_BUTTON 1/* Define if include SIMEDIT control */#define _CTRL_SIMEDIT 1/* Define if include SLEDIT control */#define _CTRL_SLEDIT 1/* Define if include MLEDIT control */#define _CTRL_MLEDIT 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 NEWTOOLBAR control */#define _CTRL_NEWTOOLBAR 1/* Define if include MENUBUTTON control */#define _CTRL_MENUBUTTON 1/* Define if include TRACKBAR control */#define _CTRL_TRACKBAR 1/* Define if include COMBOBOX control */#define _CTRL_COMBOBOX 1/* Define if include PROPSHEETcontrol */#define _CTRL_PROPSHEET 1/* Define if include MONTHCALENDAR control */#define _EXT_CTRL_MONTHCAL 1/* Define if include TREEVIEW control */#define _EXT_CTRL_TREEVIEW 1/* Define if include SPINBOX control */#define _EXT_CTRL_SPINBOX 1/* Define if include COOLBAR control */#define _EXT_CTRL_COOLBAR 1/* Define if include LISTVIEW control */#define _EXT_CTRL_LISTVIEW 1/* Define if include full gif support */#define _EXT_FULLGIF 1/* Leave that blank line there!!  Autoheader needs it.   If you're adding to this file, keep in mind:   The entries are in sort -df order: alphabetical, case insensitive,   ignoring punctuation (such as underscores).  *//* 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 to 1 if using `alloca.c'. *//* #undef C_ALLOCA *//* Define to 1 if you have `alloca', as a function or macro. */#define HAVE_ALLOCA 1/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).   */#define HAVE_ALLOCA_H 1/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.   */#define HAVE_DIRENT_H 1/* Define to 1 if you have the <dlfcn.h> header file. */#define HAVE_DLFCN_H 1/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' *//* #undef HAVE_DOPRNT *//* Define to 1 if you have the `fork' function. */#define HAVE_FORK 1/* Define to 1 if you have the `getopt' function. */#define HAVE_GETOPT 1/* Define to 1 if you have the `getpagesize' function. */#define HAVE_GETPAGESIZE 1/* Define to 1 if you have the `gettimeofday' function. */#define HAVE_GETTIMEOFDAY 1/* Define to 1 if you have the <inttypes.h> header file. */#define HAVE_INTTYPES_H 1/* Define to 1 if you have the <malloc.h> header file. */#define HAVE_MALLOC_H 1/* Define to 1 if you have the <math.h> header file. */#define HAVE_MATH_H 1/* Define to 1 if you have the <memory.h> header file. */#define HAVE_MEMORY_H 1/* Define to 1 if you have a working `mmap' system call. *//* #undef HAVE_MMAP *//* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. *//* #undef HAVE_NDIR_H *//* Define to 1 if you have the `random' function. */#define HAVE_RANDOM 1/* Define to 1 if you have the `select' function. */#define HAVE_SELECT 1/* Define to 1 if you have the `semctl' function. */#define HAVE_SEMCTL 1/* Define to 1 if you have the `setenv' function. */#define HAVE_SETENV 1/* Define to 1 if you have the `shmctl' function. */#define HAVE_SHMCTL 1/* Define to 1 if you have the <stdint.h> header file. */#define HAVE_STDINT_H 1/* Define to 1 if you have the <stdlib.h> header file. */#define HAVE_STDLIB_H 1/* Define to 1 if you have the `strdup' function. */#define HAVE_STRDUP 1/* Define to 1 if you have the `strerror' function. */#define HAVE_STRERROR 1/* Define to 1 if you have the <strings.h> header file. */#define HAVE_STRINGS_H 1/* Define to 1 if you have the <string.h> header file. */#define HAVE_STRING_H 1/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.   *//* #undef HAVE_SYS_DIR_H *//* Define to 1 if you have the <sys/ioctl.h> header file. */#define HAVE_SYS_IOCTL_H 1/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.   *//* #undef HAVE_SYS_NDIR_H *//* Define to 1 if you have the <sys/stat.h> header file. */#define HAVE_SYS_STAT_H 1/* Define to 1 if you have the <sys/time.h> header file. */#define HAVE_SYS_TIME_H 1/* Define to 1 if you have the <sys/types.h> header file. */#define HAVE_SYS_TYPES_H 1/* Define to 1 if you have the <termio.h> header file. */#define HAVE_TERMIO_H 1/* Define to 1 if you have the <unistd.h> header file. */#define HAVE_UNISTD_H 1/* Define to 1 if you have the `vprintf' function. */#define HAVE_VPRINTF 1/* Define to the address where bug reports for this package should be sent. */#define PACKAGE_BUGREPORT ""/* Define to the full name of this package. */#define PACKAGE_NAME ""/* Define to the full name and version of this package. */#define PACKAGE_STRING ""/* Define to the one symbol short name of this package. */#define PACKAGE_TARNAME ""/* Define to the version of this package. */#define PACKAGE_VERSION ""/* 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 to 1 if you have the ANSI C header files. */#define STDC_HEADERS 1/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */#define TIME_WITH_SYS_TIME 1/* Define to 1 if your <sys/time.h> declares `struct tm'. *//* #undef TM_IN_SYS_TIME *//* Define to empty if `const' does not conform to ANSI C. *//* #undef const *//* Define as `__inline' if that's what the C compiler calls it, or to nothing   if it is not supported. *//* #undef inline *//* Define to `unsigned' if <sys/types.h> does not define. *//* #undef size_t */

⌨️ 快捷键说明

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