3 # This script is designed to provide a handy summary of the configuration
4 # information being used to build perl. This is especially useful if you
5 # are requesting help from comp.lang.perl.misc on usenet or via mail.
7 #This script is the "myconfig" script altered to run on Plan 9.
8 #Last Modified: 28-Jun-96 Luther Huffman lutherh@stratcom.com
13 # Note that the text lines /^Summary of/ .. /^\s*$/ are copied into Config.pm.
14 # XXX Add d_sigaction (?) once it's defined.
16 $spitshell<<!GROK!THIS!
18 Summary of my $package ($baserev version $PERL_VERSION subversion $PERL_SUBVERSION) configuration:
20 osname=$osname, osver=$osvers, archname=$archname
22 hint=$hint, useposix=$useposix
24 cc='$cc', optimize='$optimize', gccversion=$gccversion
27 stdchar='$stdchar', d_stdstdio=$d_stdstdio, usevfork=$usevfork
28 voidflags=$voidflags, castflags=$castflags, d_casti32=$d_casti32, d_castneg=$d_castneg
29 intsize=$intsize, alignbytes=$alignbytes, usemymalloc=$usemymalloc, randbits=$randbits
31 ld='$ld', ldflags ='$ldflags'
36 dlsrc=$dlsrc, dlext=$dlext, d_dlsymun=$d_dlsymun, ccdlflags='$ccdlflags'
37 cccdlflags='$cccdlflags', lddlflags='$lddlflags'