config.h
来自「pixil 最新的嵌入linux 應用程序集,別的地方很難下載」· C头文件 代码 · 共 40 行
H
40 行
/* src/config.h. Generated by configure. *//* src/config.h.in. Generated automatically from configure.in by autoheader. *//* Define to empty if the keyword does not work. *//* #undef const *//* Define as __inline if that's what the C compiler calls it. *//* #undef inline *//* Define if you have the ANSI C header files. */#define STDC_HEADERS 1/* Define if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). *//* #undef WORDS_BIGENDIAN *//* Define if you have the <strings.h> header file. */#define HAVE_STRINGS_H 1/* Define if you have the <unistd.h> header file. */#define HAVE_UNISTD_H 1/* Define if you have the X11 library (-lX11). *//* #undef HAVE_LIBX11 *//* Define if you have the Xext library (-lXext). *//* #undef HAVE_LIBXEXT *//* Define if MMX assembly code should be compiled. */#define ENABLE_MMX 1/* Define if your processor allows unaligned memory accesses. */#define UNALIGNED_MEMORYACCESS 1/* Define if compiling for Linux systems. */#define LINUX 1/* Define if compiling with PGCC *//* #undef PGCC_COMPILER */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?