1
0
mirror of https://github.com/fluencelabs/redis synced 2025-03-20 17:40:50 +00:00
redis/fmacros.h

10 lines
154 B
C
Raw Normal View History

#ifndef _REDIS_FMACRO_H
#define _REDIS_FMACRO_H
#define _BSD_SOURCE
#define _XOPEN_SOURCE
#define _LARGEFILE_SOURCE
#define _FILE_OFFSET_BITS 64
#endif