]> git.saurik.com Git - redis.git/blob - deps/hiredis/fmacros.h
Update hiredis
[redis.git] / deps / hiredis / fmacros.h
1 #ifndef __HIREDIS_FMACRO_H
2 #define __HIREDIS_FMACRO_H
3
4 #ifndef _BSD_SOURCE
5 #define _BSD_SOURCE
6 #endif
7
8 #ifdef __linux__
9 #define _XOPEN_SOURCE 700
10 #else
11 #define _XOPEN_SOURCE
12 #endif
13
14 #endif