mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 16:51:22 +00:00
@ -36,6 +36,10 @@
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
|
||||
#if defined(_AIX)
|
||||
#define _ALL_SOURCE
|
||||
#endif
|
||||
|
||||
#if defined(__linux__) || defined(__OpenBSD__)
|
||||
#define _XOPEN_SOURCE 700
|
||||
/*
|
||||
|
Reference in New Issue
Block a user