valkey/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