projects
/
redis.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fixed compilation in mac os x snow leopard when compiling a 32 bit binary.
[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