mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 09:17:20 +00:00
10 lines
154 B
C
10 lines
154 B
C
#ifndef _REDIS_FMACRO_H
|
|
#define _REDIS_FMACRO_H
|
|
|
|
#define _BSD_SOURCE
|
|
#define _XOPEN_SOURCE
|
|
#define _LARGEFILE_SOURCE
|
|
#define _FILE_OFFSET_BITS 64
|
|
|
|
#endif
|