Add lseeksize.
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 20 Oct 1998 08:09:07 +0000 (08:09 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 20 Oct 1998 08:09:07 +0000 (08:09 +0000)
p4raw-id: //depot/cfgperl@2024

config_h.SH

index 5dc8c3f..163b4e7 100644 (file)
@@ -2339,7 +2339,11 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-
  *     It can be int, long, off_t, etc... It may be necessary to include
  *     <sys/types.h> to get any typedef'ed information.
  */
+/* LSEEKSIZE:
+ *     This symbol holds the number of bytes used by the Off_t.
+ */
 #define Off_t $lseektype               /* <offset> type */
+#define LSEEKSIZE $lseeksize           /* <offset> size */
 
 /* Mode_t:
  *     This symbol holds the type used to declare file modes