Commit aeeea007 authored by Pieter Noordhuis's avatar Pieter Noordhuis
Browse files

Update fmacros.h

parent 8e2c3920
#ifndef _REDIS_FMACRO_H #ifndef __HIREDIS_FMACRO_H
#define _REDIS_FMACRO_H #define __HIREDIS_FMACRO_H
#ifndef _BSD_SOURCE
#define _BSD_SOURCE #define _BSD_SOURCE
#endif
#ifdef __linux__ #ifdef __linux__
#define _XOPEN_SOURCE 700 #define _XOPEN_SOURCE 700
...@@ -9,7 +11,4 @@ ...@@ -9,7 +11,4 @@
#define _XOPEN_SOURCE #define _XOPEN_SOURCE
#endif #endif
#define _LARGEFILE_SOURCE
#define _FILE_OFFSET_BITS 64
#endif #endif
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment