config.h.in

来自「libfxb是linux下只写操作framebuffer的一个轻量级的库。」· IN 代码 · 共 56 行

IN
56
字号
/* config.h.in.  Generated automatically from configure.in by autoheader.  */#ifndef ACCONFIG_H#define ACCONFIG_H #undef LIBFBX_MAJOR_VERSION#undef LIBFBX_MICRO_VERSION#undef LIBFBX_MINOR_VERSION#undef LIBFBX_GUI_MAJOR_VERSION#undef LIBFBX_GUI_MICRO_VERSION#undef LIBFBX_GUI_MINOR_VERSION#undef HAVE_PNG#undef MODULEDIR#undef IMAGEDIR#undef __i386__/* Define if you have a working `mmap' system call.  */#undef HAVE_MMAP/* Define if you have the ANSI C header files.  */#undef STDC_HEADERS/* Define if you have the getpagesize function.  */#undef HAVE_GETPAGESIZE/* Define if you have the <fcntl.h> header file.  */#undef HAVE_FCNTL_H/* Define if you have the <linux/fb.h> header file.  */#undef HAVE_LINUX_FB_H/* Define if you have the <png.h> header file.  */#undef HAVE_PNG_H/* Define if you have the <sys/ioctl.h> header file.  */#undef HAVE_SYS_IOCTL_H/* Define if you have the <unistd.h> header file.  */#undef HAVE_UNISTD_H/* Define if you have the c library (-lc).  */#undef HAVE_LIBC/* Define if you have the m library (-lm).  */#undef HAVE_LIBM/* Define if you have the png library (-lpng).  */#undef HAVE_LIBPNG/* Define if you have the z library (-lz).  */#undef HAVE_LIBZ#endif /* ACCONFIG_H */

⌨️ 快捷键说明

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