config.h

来自「这是linux下运行的mysql软件包,可用于linux 下安装 php + m」· C头文件 代码 · 共 17 行

H
17
字号
#include "my_config.h"#include "sys.h"#if defined(LIBC_SCCS) && !defined(lint)#define __RCSID(x)#define __COPYRIGHT(x)#endif#define __RENAME(x)#define _DIAGASSERT(x)#if !defined(__attribute__) && (defined(__cplusplus) || !defined(__GNUC__)  || __GNUC__ == 2 && __GNUC_MINOR__ < 8)#define __attribute__(A)#endif

⌨️ 快捷键说明

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