redis/fmacros.h

16 lines
212 B
C
Raw Permalink Normal View History

#ifndef _REDIS_FMACRO_H
#define _REDIS_FMACRO_H
#define _BSD_SOURCE
2010-05-02 15:08:06 +02:00
#ifdef __linux__
#define _XOPEN_SOURCE 700
2010-05-02 15:08:06 +02:00
#else
#define _XOPEN_SOURCE
#endif
#define _LARGEFILE_SOURCE
#define _FILE_OFFSET_BITS 64
#endif