~ubuntu-branches/debian/experimental/nbd/experimental

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