X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/c2ff0e90b8ce84d7b966622ffe0178303bb0a625..e2641e09cc0daf44f63f654230f72d22acf3a9af:/fmacros.h diff --git a/fmacros.h b/fmacros.h deleted file mode 100644 index 38f46482..00000000 --- a/fmacros.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef _REDIS_FMACRO_H -#define _REDIS_FMACRO_H - -#define _BSD_SOURCE - -#ifdef __linux__ -#define _XOPEN_SOURCE 700 -#else -#define _XOPEN_SOURCE -#endif - -#define _LARGEFILE_SOURCE -#define _FILE_OFFSET_BITS 64 - -#endif