Searched refs:Config (Results 176 - 200 of 315) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/t/
H A Dweak.t7 require Config; import Config;
8 keys %Config; # Silence warning
9 if ($Config{extensions} !~ /\bList\/Util\b/) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A Dprereq_print.t14 use Config;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dnumconvert.t57 eval { require Config; import Config };
58 use vars qw(%Config);
59 if ($Config{d_quad} eq 'define') {
H A Dstudy.t31 use Config;
32 my $have_alarm = $Config{d_alarm};
H A Dgrent.t14 eval { require Config; import Config; };
16 if ($Config{'i_grp'} ne 'define') {
17 $reason = '$Config{i_grp} not defined';
H A Dtaint.t16 use Config;
38 if ($^O eq 'VMS' && !defined($Config{d_setenv})) {
42 if ($Config{'extensions'} =~ /\bIPC\/SysV\b/
43 && ($Config{d_shm} || $Config{d_msg})) {
71 \$ENV{PATH} = '' if $Config{d_setenv};
348 # There is no feature test in $Config{} for truncate,
362 if ($Config{d_chown}) {
370 if ($Config{d_link}) {
378 if ($Config{d_symlin
[all...]
H A Dpwent.t11 eval { require Config; import Config; };
13 if ($Config{'i_pwd'} ne 'define') {
14 $reason = '$Config{i_pwd} undefined';
/osnet-11/usr/src/cmd/perl/5.8.4/utils/lib/ExtUtils/
H A DMM.pm4 use Config;
59 $Is{NW5} = 1 if $Config{osname} eq 'NetWare'; # intentional
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM.pm4 use Config;
55 $Is{NW5} = 1 if $Config{osname} eq 'NetWare'; # intentional
H A DMM_Win32.pm22 use Config;
36 $BORLAND = 1 if $Config{'cc'} =~ /^bcc/i;
37 $GCC = 1 if $Config{'cc'} =~ /^gcc/i;
38 $DMAKE = 1 if $Config{'make'} =~ /^dmake/i;
39 $NMAKE = 1 if $Config{'make'} =~ /^nmake/i;
158 Also provide defaults for LD and AR in case the %Config values aren't
161 LDLOADLIBS's default is changed to $Config{libs}.
184 $self->{LD} ||= $Config{ld} || 'link';
185 $self->{AR} ||= $Config{ar} || 'lib';
189 # Setting SHELL from $Config{s
[all...]
H A DMM_Win95.pm9 use Config;
10 my $DMAKE = $Config{'make'} =~ /^dmake/i;
11 my $NMAKE = $Config{'make'} =~ /^nmake/i;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.t15 use Config;
16 $hasst = 0 unless $Config{'i_sysstat'} eq 'define';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/
H A Derrors.t5 use Config;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlivp.PL3 use Config;
10 # %Config entries:
28 # You can use $Config{...} to use Configure variables.
31 $Config{'startperl'}
32 eval 'exec $Config{'perlpath'} -S \$0 \${1+"\$@"}'
87 if (defined($Config{'perlpath'})) { $perlpath = $Config{'perlpath'}; }
89 # The useithreads Config variable plays a role in whether or not
93 if (defined($Config{'useithreads'})) { $useithreads = $Config{'useithread
[all...]
H A Dpl2pm.PL3 use Config;
10 # %Config entries. Thus you write
12 # to ensure Configure will look for $Config{startperl}.
26 # You can use $Config{...} to use Configure variables.
29 $Config{startperl}
30 eval 'exec $Config{perlpath} -S \$0 \${1+"\$@"}'
415 exec("$Config{'eunicefix'} $file") if $Config{'eunicefix'} ne ':';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/t/
H A DHiRes.t31 use Config;
33 my $have_alarm = $Config{d_alarm};
34 my $have_fork = $Config{d_fork};
194 my $has_ualarm = $Config{d_ualarm};
270 && $Config{d_select}
271 && $Config{sig_name} =~ m/\bVTALRM\b/) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL1 use Config;
37 use Config;
63 # = @Config::Config{'dlext', 'dlsrc'};
67 to_string($Config::Config{'dlext'}), ",",
68 to_string($Config::Config{'dlsrc'}), ")\n;" ;
98 push(@dl_library_path, split(' ', $Config::Config{libpt
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/
H A DUtils.pm5 use Config;
71 $perl .= $Config{exe_ext} unless $perl =~ m/$Config{exe_ext}$/i;
109 $ENV{PERL5LIB} = join($Config{path_sep}, @libs);
159 my $make = $Config{make};
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DEnv.pm28 C<$Config::Config{path_sep}> as the delimiter.
122 use Config;
127 my $sep = $Config::Config{path_sep};
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/t/
H A DAliases.t8 require Config; import Config;
9 if ($Config{'extensions'} !~ /\bEncode\b/) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/t/
H A Dbasic.t11 require Config; import Config;
12 if ($Config{'extensions'} !~ /\bFile\/Glob\b/i) {
84 or $^O eq 'cygwin' or Cwd::cwd() =~ m#^$Config{'afsroot'}#s or not $>)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dblessed.t16 require Config; import Config;
17 if ($ENV{PERL_CORE} and $Config{'extensions'} !~ /\bStorable\b/) {
H A Dtied.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 Dpod2html.PL3 use Config;
10 # %Config entries. Thus you write
12 # to ensure Configure will look for $Config{startperl}.
26 # You can use $Config{...} to use Configure variables.
29 $Config{startperl}
30 eval 'exec $Config{perlpath} -S \$0 \${1+"\$@"}'
182 exec("$Config{'eunicefix'} $file") if $Config{'eunicefix'} ne ':';
H A Dpodselect.PL3 use Config;
10 # %Config entries. Thus you write
12 # to ensure Configure will look for $Config{startperl}.
26 # You can use $Config{...} to use Configure variables.
29 $Config{'startperl'}
142 exec("$Config{'eunicefix'} $file") if $Config{'eunicefix'} ne ':';

Completed in 59 milliseconds

1234567891011>>