summaryrefslogtreecommitdiff
path: root/fmacros.h
blob: 65f9692ceb4e1777f0bff58f76fc8cae9187591f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __HIREDIS_FMACRO_H
#define __HIREDIS_FMACRO_H

#ifndef _BSD_SOURCE
#define _BSD_SOURCE
#endif

#ifdef __linux__
#define _XOPEN_SOURCE 700
#else
#define _XOPEN_SOURCE
#endif

#endif