1
2#if DK3_HAVE_LARGEFILE64_SOURCE
3#ifndef _LARGEFILE64_SOURCE
4/**	Use 64 bit file support.
5*/
6#define _LARGEFILE64_SOURCE 1
7#endif
8#endif
9
10