1.1 --- a/epoc32/include/stdapis/stlportv5/stl/config/host.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ b/epoc32/include/stdapis/stlportv5/stl/config/host.h Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -248,6 +248,20 @@
1.4 */
1.5
1.6
1.7 +/*
1.8 + * On systems with support of large files (_LARGEFILE_SOURCE,
1.9 + * _LARGEFILE64_SOURCE defined) we will use 64-bit file offset, even if
1.10 + * __USE_FILE_OFFSET64 or _FILE_OFFSET_BITS not defined or _FILE_OFFSET_BITS
1.11 + * less than 64. In the last case sizeof(std::streamoff) may not be equal to
1.12 + * sizeof(off_t), if you want to force equal size of off_t and streamoff,
1.13 + * uncomment macro below. But pay attention, this has influence on libstlport
1.14 + * and in future usage it may cause conflict with defined _FILE_OFFSET_BITS macro.
1.15 + */
1.16 +
1.17 +/*
1.18 +#define _STLP_USE_DEFAULT_FILE_OFFSET
1.19 +*/
1.20 +
1.21 /*==========================================================================*/
1.22
1.23 /* This section contains swithes which should be off by default,