mirror of
https://github.com/fluencelabs/redis
synced 2025-06-23 05:51:34 +00:00
CPP client added thanks to Brian Hammond
This commit is contained in:
7
client-libraries/cpp/fmacros.h
Normal file
7
client-libraries/cpp/fmacros.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef _REDIS_FMACRO_H
|
||||
#define _REDIS_FMACRO_H
|
||||
|
||||
#define _BSD_SOURCE
|
||||
#define _XOPEN_SOURCE
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user