diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-17 23:22:19 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-17 23:22:19 +0000 |
commit | 2b899b4a6ad0a96c47e1bf92850882725a1127e9 (patch) | |
tree | 242a839b7dea706e44b0ddca6cc0ab100f7e619f /myconfig.SH | |
parent | b632dc6dbe208afe33c967ec5c975f6576450925 (diff) | |
download | perl-2b899b4a6ad0a96c47e1bf92850882725a1127e9.tar.gz |
Add byteorder to the myconfig output.
p4raw-id: //depot/perl@6684
Diffstat (limited to 'myconfig.SH')
-rw-r--r-- | myconfig.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myconfig.SH b/myconfig.SH index a797e60781..8642faea33 100644 --- a/myconfig.SH +++ b/myconfig.SH @@ -41,7 +41,7 @@ Summary of my $package (revision $baserev version $PERL_VERSION subversion $PERL cppflags='$cppflags' ccflags ='$ccflags' stdchar='$stdchar', d_stdstdio=$d_stdstdio, usevfork=$usevfork - intsize=$intsize, longsize=$longsize, ptrsize=$ptrsize, doublesize=$doublesize + 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 |