mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
8 lines
99 B
C
8 lines
99 B
C
#ifndef _REDIS_FMACRO_H
|
|
#define _REDIS_FMACRO_H
|
|
|
|
#define _BSD_SOURCE
|
|
#define _XOPEN_SOURCE
|
|
|
|
#endif
|