config.h

来自「《Linux程序设计权威指南》源代码」· C头文件 代码 · 共 29 行

H
29
字号
/* config.h.  Generated automatically by configure.  *//* config.h.in.  Generated automatically from configure.in by autoheader.  *//* Name of package */#define PACKAGE "kdev"/* Version number of package */#define VERSION "0.1"/* C++ compiler supports template repository */#define HAVE_TEMPLATE_REPOSITORY 1/* Defines if your system has the crypt function */#define HAVE_CRYPT 1/* Define the type of the third argument for getsockname */#define ksize_t socklen_t/* Define if the C++ compiler supports BOOL */#define HAVE_BOOL 1/* Define if you have libz */#define HAVE_LIBZ 1/* Define if you have libpng */#define HAVE_LIBPNG 1

⌨️ 快捷键说明

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