Simulation Core
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

15 行
245 B

  1. #ifndef __HIREDIS_FMACRO_H
  2. #define __HIREDIS_FMACRO_H
  3. #ifndef _AIX
  4. #define _XOPEN_SOURCE 600
  5. #define _POSIX_C_SOURCE 200112L
  6. #endif
  7. #if defined(__APPLE__) && defined(__MACH__)
  8. /* Enable TCP_KEEPALIVE */
  9. #define _DARWIN_C_SOURCE
  10. #endif
  11. #endif