Update fmacros.h

This commit is contained in:
Pieter Noordhuis 2011-03-29 11:02:23 +02:00
parent 8e2c39200d
commit aeeea0076d

View File

@ -1,7 +1,9 @@
#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 @@
#define _XOPEN_SOURCE #define _XOPEN_SOURCE
#endif #endif
#define _LARGEFILE_SOURCE
#define _FILE_OFFSET_BITS 64
#endif #endif