]> git.saurik.com Git - redis.git/blame - client-libraries/cpp/fmacros.h
redis-cli now accepts a -r (repeat) switch. Still there is a memory leaks to fix
[redis.git] / client-libraries / cpp / fmacros.h
CommitLineData
57172ffb 1#ifndef _REDIS_FMACRO_H
2#define _REDIS_FMACRO_H
3
4#define _BSD_SOURCE
5#define _XOPEN_SOURCE
6
7#endif