projects
/
redis.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
First pubsub fix
[redis.git]
/
fmacros.h
This page requires JavaScript to run. Use
this page
instead.
0 / 9 ( 0%)
Commit
Line
Data
1
#ifndef _REDIS_FMACRO_H
2
#define _REDIS_FMACRO_H
3
4
#define _BSD_SOURCE
5
#define _XOPEN_SOURCE
6
#define _LARGEFILE_SOURCE
7
#define _FILE_OFFSET_BITS 64
8
9
#endif