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

📄 acconfig.h

📁 《Linux程序设计权威指南》源代码
💻 H
字号:
/* Define if the C++ compiler supports BOOL */#undef HAVE_BOOL#undef VERSION#undef PACKAGE/* defines if having libgif (always 1) */#undef HAVE_LIBGIF/* defines if having libjpeg (always 1) */#undef HAVE_LIBJPEG/* defines which to take for ksize_t */#undef ksize_t/* define if you have setenv */#undef HAVE_FUNC_SETENV/* Define to 1 if NLS is requested.  */#undef ENABLE_NLS/* Define as 1 if you have the stpcpy function.  */#undef HAVE_STPCPY/* Define if your locale.h file contains LC_MESSAGES.  */#undef HAVE_LC_MESSAGES    /* Define if you need the GNU extensions to compile */#undef _GNU_SOURCE#ifndef HAVE_BOOL#define HAVE_BOOLtypedef int bool;const bool false = 0;const bool true = 1;#endif

⌨️ 快捷键说明

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