summaryrefslogtreecommitdiff
path: root/myconfig.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-02-14 21:13:24 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-02-14 21:13:24 +0000
commit302fc0d0ea657493cf16e4c2f614a75829963d52 (patch)
tree65001973852a431064d1136d7b4847c5e791c7fe /myconfig.SH
parentcc8461762c7674cd719f8f7e4a4e54252a249ef9 (diff)
downloadperl-302fc0d0ea657493cf16e4c2f614a75829963d52.tar.gz
Add lseektype and lseeksize to myconfig.
p4raw-id: //depot/cfgperl@5086
Diffstat (limited to 'myconfig.SH')
-rw-r--r--myconfig.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/myconfig.SH b/myconfig.SH
index d8f9fa5e97..857f566e45 100644
--- a/myconfig.SH
+++ b/myconfig.SH
@@ -43,7 +43,7 @@ Summary of my $package (revision $baserev version $PERL_VERSION subversion $PERL
stdchar='$stdchar', d_stdstdio=$d_stdstdio, usevfork=$usevfork
intsize=$intsize, longsize=$longsize, ptrsize=$ptrsize, doublesize=$doublesize
d_longlong=$d_longlong, longlongsize=$longlongsize, d_longdbl=$d_longdbl, longdblsize=$longdblsize
- ivtype='$ivtype', ivsize=$ivsize, nvtype='$nvtype', nvsize=$nvsize
+ ivtype='$ivtype', ivsize=$ivsize, nvtype='$nvtype', nvsize=$nvsize, Off_t='$lseektype', lseeksize=$lseeksize
alignbytes=$alignbytes, usemymalloc=$usemymalloc, prototype=$prototype
Linker and Libraries:
ld='$ld', ldflags ='$ldflags'