#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 */


syntax highlighted by Code2HTML, v. 0.9.1