summaryrefslogtreecommitdiff
path: root/support/dktools/dk3conf.h.large
blob: 46e38d7b8c694c2970c9828d39973cec29e7ece5 (plain)
1
2
3
4
5
6
7
8
9

#if DK3_HAVE_LARGEFILE64_SOURCE
#ifndef _LARGEFILE64_SOURCE
/**	Use 64 bit file support.
*/
#define _LARGEFILE64_SOURCE 1
#endif
#endif