]> git.saurik.com Git - redis.git/blob - client-libraries/cpp/fmacros.h
now the size of the shared pool can be really modified via config, also the number...
[redis.git] / client-libraries / cpp / fmacros.h
1 #ifndef _REDIS_FMACRO_H
2 #define _REDIS_FMACRO_H
3
4 #define _BSD_SOURCE
5 #define _XOPEN_SOURCE
6
7 #endif