Fix handling of oversized requests
[nbd.git] / lfs.h
1 #ifndef LFS_H
2 #define LFS_H
3
4 #include "config.h"
5 #if NBD_LFS
6 #define _FILE_OFFSET_BITS 64
7 #define _LARGEFILE_SOURCE
8 #endif /* NBD_LFS */
9
10 #endif /* LFS_H */