mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 08:38:27 -05:00
10 lines
154 B
C
10 lines
154 B
C
#ifndef _REDIS_FMACRO_H
|
|
#define _REDIS_FMACRO_H
|
|
|
|
#define _BSD_SOURCE
|
|
#define _XOPEN_SOURCE
|
|
#define _LARGEFILE_SOURCE
|
|
#define _FILE_OFFSET_BITS 64
|
|
|
|
#endif
|