00001 #ifndef LFS_H 00002 #define LFS_H 00003 00004 #include "config.h" 00005 #if NBD_LFS 00006 #define _FILE_OFFSET_BITS 64 00007 #define _LARGEFILE_SOURCE 00008 #endif /* NBD_LFS */ 00009 00010 #endif /* LFS_H */