diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-04-29 22:53:00 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-04-29 22:53:00 +0000 |
commit | c25c5c3c87d89b68324dc98b7c8aaabc750c7cec (patch) | |
tree | 2943af9b1f84d88d863a9ba36a234877561bf5f0 /gnu/usr.bin/perl/myconfig | |
parent | 37583d269f066aa8aa04ea18126b188d12257e6d (diff) |
perl5.005_03 (stock)
Diffstat (limited to 'gnu/usr.bin/perl/myconfig')
-rw-r--r-- | gnu/usr.bin/perl/myconfig | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/gnu/usr.bin/perl/myconfig b/gnu/usr.bin/perl/myconfig index 86da2edce87..c143aea6e8d 100644 --- a/gnu/usr.bin/perl/myconfig +++ b/gnu/usr.bin/perl/myconfig @@ -15,29 +15,27 @@ 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! - Summary of my $package ($baserev patchlevel $PATCHLEVEL subversion $SUBVERSION) configuration: Platform: osname=$osname, osvers=$osvers, archname=$archname uname='$myuname' hint=$hint, useposix=$useposix, d_sigaction=$d_sigaction - bincompat3=$bincompat3 useperlio=$useperlio d_sfio=$d_sfio + usethreads=$usethreads useperlio=$useperlio d_sfio=$d_sfio Compiler: cc='$cc', optimize='$optimize', gccversion=$gccversion 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 + d_longlong=$d_longlong, longlongsize=$longlongsize, d_longdbl=$d_longdbl, longdblsize=$longdblsize + alignbytes=$alignbytes, usemymalloc=$usemymalloc, prototype=$prototype Linker and Libraries: ld='$ld', ldflags ='$ldflags' libpth=$libpth libs=$libs - libc=$libc, so=$so - useshrplib=$useshrplib, libperl=$libperl + libc=$libc, so=$so, useshrplib=$useshrplib, libperl=$libperl Dynamic Linking: dlsrc=$dlsrc, dlext=$dlext, d_dlsymun=$d_dlsymun, ccdlflags='$ccdlflags' cccdlflags='$cccdlflags', lddlflags='$lddlflags' |