- or download this
$ perl -V:ldflags
...
C:\perl\5.14.1\lib\MSWin32-x86-multi-thread\CORE/perl.h:# define
+ Off_t off64_t
C:\perl\5.14.1\lib\MSWin32-x86-multi-thread\CORE/uconfig.h:#define Off
+_t int /* <offset> type */
- or download this
/* Off_t:
...
#define Off_t long long /* <offset> type */
#define LSEEKSIZE 8 /* <offset> size */
#define Off_t_size 8 /* <offset> size */
- or download this
$ perl "-V:.+?seek.+?"
d_fseeko='undef';
...
d_seekdir='define';
lseeksize='8';
lseektype='long long';