From: Jarkko Hietaniemi Date: Tue, 20 Oct 1998 08:09:07 +0000 (+0000) Subject: Add lseeksize. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=aa5812c34a55ab0a168e55bab313864b328170d8;p=p5sagit%2Fp5-mst-13.2.git Add lseeksize. p4raw-id: //depot/cfgperl@2024 --- diff --git a/config_h.SH b/config_h.SH index 5dc8c3f..163b4e7 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2339,7 +2339,11 @@ sed <config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- * It can be int, long, off_t, etc... It may be necessary to include * to get any typedef'ed information. */ +/* LSEEKSIZE: + * This symbol holds the number of bytes used by the Off_t. + */ #define Off_t $lseektype /* type */ +#define LSEEKSIZE $lseeksize /* size */ /* Mode_t: * This symbol holds the type used to declare file modes