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 /config_h.SH | |
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 'config_h.SH')
-rw-r--r-- | config_h.SH | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index df6801bc76..91adef302a 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2826,6 +2826,11 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- #define SITELIB_EXP "$sitelibexp" /**/ #define SITELIB_STEM "$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 |