summaryrefslogtreecommitdiff
path: root/support/dktools/dk4conf.h.large
blob: 45e52c5365177edfc51ad9c8a6c336726f09d6f1 (plain)
1
2
3
4
5
6
7
8
9

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