diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-16 01:50:13 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-16 01:50:13 +0000 |
commit | a13ea748a87ffd2f0f8caa997bddc292033a30e1 (patch) | |
tree | 14346f4dcc4db2ab3f38f97dc09e6e22d9db732d /win32/config_H.vc | |
parent | 879501902ac32f49423b30e9d6dcf0a0dd751b82 (diff) | |
download | perl-a13ea748a87ffd2f0f8caa997bddc292033a30e1.tar.gz |
Fix pp_send() sizes (pass a Size_t, not an Off_t, and
return a SSize_t, not an Off_t); add a note about a slightly
similar situation in pp_truncate(); introduce $sizesize
for Configure; update EPOC, VOS, Win32, and VMS for the
sizesize; minor updates on the EPOC config file; reword
socklen_t message slightly; fix fpossize (though unused currently)
p4raw-id: //depot/cfgperl@5760
Diffstat (limited to 'win32/config_H.vc')
-rw-r--r-- | win32/config_H.vc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/win32/config_H.vc b/win32/config_H.vc index 2f278d9609..028914d38a 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -2814,6 +2814,11 @@ #define SITELIB_EXP (win32_get_sitelib("5.6.0")) /**/ #define SITELIB_STEM "" /**/ +/* Size_t_size: + * This symbol holds the size of a Size_t in bytes. + */ +#define Size_t_size $sizesize /* */ + /* Size_t: * This symbol holds the type used to declare length parameters * for string functions. It is usually size_t, but may be |