config.h.in

来自「mysql+ha. 实现高可用性 http://code.google.com」· IN 代码 · 共 43 行

IN
43
字号
/* config.h.in.  Generated automatically from configure.in by autoheader.  */#ifndef CONFIG_H#define CONFIG_H/* VERSION (from configure.in) */#undef VERSION/* Define if you have the `nsl' library (-lnsl). */#undef HAVE_LIBNSL/* Define if you have the `socket' library (-lsocket). */#undef HAVE_LIBSOCKET/* Define if you have the <stdlib.h> header file. */#undef HAVE_STDLIB_H/* Define if you have the <sys/file.h> header file. */#undef HAVE_SYS_FILE_H/* Define if you have the <sys/select.h> header file. */#undef HAVE_SYS_SELECT_H/* Define if you have the <unistd.h> header file. */#undef HAVE_UNISTD_H/* Name of package */#undef PACKAGE/* Version number of package */#undef VERSION/* some OSes do not define this ... lets take a wild guess */#ifndef INADDR_NONE#  define INADDR_NONE 0xffffffffU#endif#endif /* CONFIG_H */

⌨️ 快捷键说明

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