1 Star 0 Fork 0

PatchlionOrg/hiredis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
fmacros.h 225 Bytes
一键复制 编辑 原始数据 按行查看 历史
Justin Brewer 提交于 2018-04-13 14:40 . Strip down fmacros.h
#ifndef __HIREDIS_FMACRO_H
#define __HIREDIS_FMACRO_H
#define _XOPEN_SOURCE 600
#define _POSIX_C_SOURCE 200112L
#if defined(__APPLE__) && defined(__MACH__)
/* Enable TCP_KEEPALIVE */
#define _DARWIN_C_SOURCE
#endif
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/PatchLion/hiredis.git
git@gitee.com:PatchLion/hiredis.git
PatchLion
hiredis
hiredis
master

搜索帮助