acconfig.h

来自「mysql+ha. 实现高可用性 http://code.google.com」· C头文件 代码 · 共 19 行

H
19
字号
#ifndef CONFIG_H#define CONFIG_H@TOP@/* VERSION (from configure.in) */#undef VERSION@BOTTOM@/* 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 + -
显示快捷键?