Change 11344 by jhi@alpha on 2001/07/13 04:50:22
Add d_bincompat5005 information to perl -V.
Affected files ...
... //depot/perl/myconfig.SH#15 edit
Differences ...
==== //depot/perl/myconfig.SH#15 (text) ====
Index: perl/myconfig.SH
--- perl/myconfig.SH.~1~ Thu Jul 12 23:00:06 2001
+++ perl/myconfig.SH Thu Jul 12 23:00:06 2001
@@ -44,7 +44,7 @@
intsize=$intsize, longsize=$longsize, ptrsize=$ptrsize, doublesize=$doublesize,
byteorder=$byteorder
d_longlong=$d_longlong, longlongsize=$longlongsize, d_longdbl=$d_longdbl,
longdblsize=$longdblsize
ivtype='$ivtype', ivsize=$ivsize, nvtype='$nvtype', nvsize=$nvsize,
Off_t='$lseektype', lseeksize=$lseeksize
- alignbytes=$alignbytes, usemymalloc=$usemymalloc, prototype=$prototype
+ alignbytes=$alignbytes, usemymalloc=$usemymalloc, prototype=$prototype,
+bincompat5005=$d_bincompat5005
Linker and Libraries:
ld='$ld', ldflags ='$ldflags'
libpth=$libpth
End of Patch.