diff options
author | Andy Dougherty <doughera@lafayette.edu> | 1998-03-05 10:10:54 -0500 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-03-06 09:38:08 +0000 |
commit | cb66d7b2a186473964e7dc7e8954f773d70e6e9c (patch) | |
tree | 9948bb8bc8cdd47d108582a060fc268f88f5d5f2 /myconfig | |
parent | db634fc8955fec0cc44739afa144231545fb30bd (diff) | |
download | perl-cb66d7b2a186473964e7dc7e8954f773d70e6e9c.tar.gz |
perl5.004_61 myconfig updates
p4raw-id: //depot/perl@794
Diffstat (limited to 'myconfig')
-rwxr-xr-x | myconfig | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -15,7 +15,6 @@ fi . $TOP/config.sh # Note that the text lines /^Summary of/ .. /^\s*$/ are copied into Config.pm. -# XXX Add d_sigaction (?) once it's defined. $spitshell <<!GROK!THIS! @@ -30,8 +29,8 @@ Summary of my $package ($baserev patchlevel $PATCHLEVEL subversion $SUBVERSION) cppflags='$cppflags' ccflags ='$ccflags' stdchar='$stdchar', d_stdstdio=$d_stdstdio, usevfork=$usevfork - voidflags=$voidflags, castflags=$castflags, d_casti32=$d_casti32, d_castneg=$d_castneg - intsize=$intsize, alignbytes=$alignbytes, usemymalloc=$usemymalloc, prototype=$prototype + intsize=$intsize, longsize=$longsize, ptrsize=$ptrsize, doublesize=$doublesize + alignbytes=$alignbytes, usemymalloc=$usemymalloc, prototype=$prototype Linker and Libraries: ld='$ld', ldflags ='$ldflags' libpth=$libpth |