Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
af090ffa
Commit
af090ffa
authored
May 02, 2010
by
antirez
Browse files
compilation fix for mac os x
parent
48d729a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
fmacros.h
View file @
af090ffa
...
@@ -2,7 +2,13 @@
...
@@ -2,7 +2,13 @@
#define _REDIS_FMACRO_H
#define _REDIS_FMACRO_H
#define _BSD_SOURCE
#define _BSD_SOURCE
#ifdef __linux__
#define _XOPEN_SOURCE 700
#define _XOPEN_SOURCE 700
#else
#define _XOPEN_SOURCE
#endif
#define _LARGEFILE_SOURCE
#define _LARGEFILE_SOURCE
#define _FILE_OFFSET_BITS 64
#define _FILE_OFFSET_BITS 64
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment