summaryrefslogtreecommitdiffstats
path: root/lfs.h
blob: 8f90f818bb72e571a61757c9022ca091e5d2627d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef LFS_H
#define LFS_H

#include "config.h"
#ifdef NBD_LFS
#define _FILE_OFFSET_BITS 64
#define _LARGEFILE_SOURCE
#endif /* NBD_LFS */

#endif /* LFS_H */