Searched refs:Config (Results 126 - 150 of 315) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen3.t6 require Config; import Config;
7 if (!$Config{'d_fork'}
9 && (($^O ne 'MSWin32' && $^O ne 'NetWare') || $Config{'cc'} =~ /^bcc/i))
139 # for understanding of Config{'sh'} test see exec description in camel book
141 $cmd = $Config{'sh'} =~ /sh/ ? "'$cmd'" : cmd_line($cmd);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dfork.t8 require Config; import Config;
9 unless ($Config{'d_fork'}
10 or (($^O eq 'MSWin32' || $^O eq 'NetWare') and $Config{useithreads}
11 and $Config{ccflags} =~ /-DPERL_IMPLICIT_SYS/
12 # and !defined $Config{'useperlio'}
214 use Config;
218 ? print($Config{osname} eq $^O)
219 : print($Config{osname} eq $^O) ;
227 ? do { require Config; prin
[all...]
H A Drand.t24 use Config;
49 my $randbits = $Config{randbits};
55 # WHOA THERE! \$Config{drand01} is set to '$Config{drand01}',
57 # Make sure \$Config{drand01} is a valid expression in the
82 # wrong value is that Config.pm is incorrect.)
95 # to put d_martians into Config.pm
103 $shouldbe = $Config{randbits} + $off;
H A Dgroups.t12 require Config;
14 print "1..0 # Skip: no Config\n";
16 Config->import;
143 if ($Config{myuname} =~ /^cygwin_nt/i) { # basegroup on CYGWIN_NT has id = 0.
155 elsif ($Config{myuname} =~ /^cygwin_nt/i) { # basegroup on CYGWIN_NT has id = 0.
H A Dregmesg.t23 eval 'use Config'; # assume defaults if fail
24 our %Config;
25 my $inf_m1 = ($Config{reg_infty} || 32767) - 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/run/
H A Drunenv.t10 require Config; import Config;
11 unless ($Config{'d_fork'}) {
156 try({PERLLIB => "foobar$Config{path_sep}42"},
161 try({PERLLIB => "foobar$Config{path_sep}42"},
166 try({PERL5LIB => "foobar$Config{path_sep}42"},
171 try({PERL5LIB => "foobar$Config{path_sep}42"},
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_NW5.pm22 use Config;
37 my $BORLAND = $Config{'cc'} =~ /^bcc/i;
38 my $GCC = $Config{'cc'} =~ /^gcc/i;
39 my $DMAKE = $Config{'make'} =~ /^dmake/i;
75 my $libpth = $Config{'libpth'};
79 $self->{'BASE_IMPORT'} = $Config{'base_import'};
86 $self->{'NLM_VERSION'} = $Config{'nlm_version'};
87 $self->{'MPKTOOL'} = $Config{'mpktool'};
88 $self->{'TOOLPATH'} = $Config{'toolpath'};
101 ($self->{INCLUDE} = $Config{'incpat
[all...]
H A DMM_Cygwin.pm6 use Config;
55 $self->{CCFLAGS} .= " -DUSEIMPORTLIB" if ($Config{useshrplib} eq 'true');
87 if ($Config{useshrplib} eq 'true') {
88 my $libperl = '$(PERL_INC)' .'/'. "$Config{libperl}";
95 '$(PERL_INC)' .'/'. ("$Config{libperl}" or "libperl.a");
H A DMkbootstrap.pm5 use Config;
29 ($osname, $dlsrc) = @Config::Config{qw(osname dlsrc)};
36 if ($Config{'dlsrc'} =~ /^dl_dld/){
H A DMksymlists.pm9 use Config;
77 require Config;
78 my $threaded = ($Config::Config{archname} =~ /-thread/ ? " threaded" : "");
86 my $patchlevel = " pl$Config{perl_patchlevel}" || '';
88 $Config::Config{version}, $threaded, $patchlevel, $data->{NAME};
94 $comment = "$comment (Perl-config: $Config{config_args})";
120 require Config;
130 if ($Config
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Dstash.t15 use Config;
76 if ((($Config{static_ext} eq ' ') || ($Config{static_ext} eq ''))
H A Dassembler.t155 use Config qw(%Config);
158 if (($Config{'extensions'} !~ /\bByteLoader\b/) ){
243 IV => $Config{ivsize} == 4 ?
269 IV => $Config{ivsize} == 4 ?
H A Do.t10 use Config;
44 unless $Config{useperlio};
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/t/
H A DPeek.t6 require Config; import Config;
7 if ($Config{'extensions'} !~ /\bPeek\b/) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A Dio_dir.t8 require Config; import Config;
9 if ($] < 5.00326 || not $Config{'d_readdir'}) {
H A Dio_dup.t10 use Config;
14 if ($Config{'extensions'} !~ /\bIO\b/) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Doverload.t16 require Config; import Config;
17 if ($ENV{PERL_CORE} and $Config{'extensions'} !~ /\bStorable\b/) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A DMakefile50 $(PL_TARGS): ../lib/Config.pm
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dopenpid.t23 use Config;
53 $killsig = 1 unless $Config{sig_name} =~ /\bHUP\b/;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DMakefile.PL30 use Config;
43 my $ivtype = $Config{ivtype};
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.t13 use Config;
15 $haspw = 0 unless ( $Config{'i_pwd'} eq 'define' || $^O eq 'VMS' );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Errno/
H A DErrno_pm.PL2 use Config;
27 if (($^O eq 'VMS') && ($Config{vms_cc_type} ne 'gnuc')) {
32 } elsif ($Config{gccversion} ne ''
38 unless(open(FH,"$Config{cc} -E -dM $Config{cppflags} $file |")) {
74 $cppstdin = $Config{cppstdin};
84 return "$cppstdin $Config{cppflags} $Config{cppminus}";
91 if ($Config{vms_cc_type} eq 'decc') {
93 } elsif ($Config{vms_cc_typ
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A DMakefile58 $(PL_TARGS): ../lib/Config.pm
61 ../pod/%.pod: %.pod ../lib/Config.pm
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DAssembler.pm12 use Config qw(%Config);
142 $Config{ivsize} == 4 ? &B::Asmdata::PUT_I32 : &B::Asmdata::PUT_IV64;
146 $Config{ptrsize} == 8 ? &B::Asmdata::PUT_IV64 : &B::Asmdata::PUT_U32;
150 $Config{longsize} == 8 ? &B::Asmdata::PUT_IV64 : &B::Asmdata::PUT_U32;
188 $header .= B::Asmdata::PUT_strconst('"' . $Config{archname}. '"');
190 $header .= B::Asmdata::PUT_U32($Config{ivsize});
191 $header .= B::Asmdata::PUT_U32($Config{ptrsize});
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/t/
H A DOpcode.t8 require Config; import Config;
9 if ($Config{'extensions'} !~ /\bOpcode\b/ && $Config{'osname'} ne 'VMS') {

Completed in 62 milliseconds

1234567891011>>