diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-11-13 13:46:38 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-11-13 13:46:38 +0000 |
commit | e0a10278435e0dff75e2ea63cd1637e4c4b4296c (patch) | |
tree | ad43b5928c9b9fa9401c344b50c28a4bd1cb24ed /config_h.SH | |
parent | 3b555130a80528984c94489c5f5029398cb57e01 (diff) | |
download | perl-e0a10278435e0dff75e2ea63cd1637e4c4b4296c.tar.gz |
Try to fix largefileness so that it "works" without a quad IV.
p4raw-id: //depot/cfgperl@4559
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/config_h.SH b/config_h.SH index 0d0d2cba17..fb359323ed 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2834,8 +2834,12 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- /* LSEEKSIZE: * This symbol holds the number of bytes used by the Off_t. */ +/* Off_t_size: + * This symbol holds the number of bytes used by the Off_t. + */ #define Off_t $lseektype /* <offset> type */ #define LSEEKSIZE $lseeksize /* <offset> size */ +#define Off_t_size $lseeksize /* <offset> size */ /* Mode_t: * This symbol holds the type used to declare file modes @@ -2852,11 +2856,6 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- */ #define Pid_t $pidtype /* PID type */ -/* 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 |