Searched refs:Config (Results 226 - 250 of 315) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A Drecurs.t16 use Config;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dopen.t7 require Config; import Config;
H A DEnglish.t12 use Config;
94 is( $OSNAME, $Config{osname}, '$OSNAME' );
H A Dlocale.t7 require Config; import Config;
8 if (!$Config{d_setlocale} || $Config{ccflags} =~ /\bD?NO_LOCALE\b/) {
46 $have_setlocale = 0 if (($^O eq 'MSWin32' || $^O eq 'NetWare') && $Config{cc} =~ /^(cl|gcc)/i);
378 delete $ENV{PATH} if $^O ne 'VMS' or $Config{d_setenv};
H A Dsigtrap.t9 use Config;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/
H A DTEST487 if (eval {require Config; import Config; 1}) {
488 if ($Config{usedl} && (my $p = $Config{ldlibpthname})) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dlibnetcfg.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+"\$@"}'
88 L<Net::Config>, L<Net::libnetFAQ>
342 $Net::Config::CONFIGURE = 1; # Suppress load of user overrides
347 elsif (eval { require Net::Config })
350 %oldcfg = %Net::Config
[all...]
H A Dperlbug.PL3 use Config;
11 # %Config entries. Thus you write
13 # to ensure Configure will look for $Config{startperl}.
50 # TO DO (prehaps): store/embed $Config::config_sh into perlbug. When perlbug is
51 # used, compare $Config::config_sh with the stored version. If they differ then
58 # You can use $Config{...} to use Configure variables.
63 $Config{startperl}
64 eval 'exec $Config{perlpath} -S \$0 \${1+"\$@"}'
67 my \$config_tag1 = '$extract_version - $Config{cf_time}';
80 use Config;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DMakefile141 # * Creating Config.pm from config.sh.
231 # on each 'make install'. We also overwrite the Config.pm we used to build our
233 # Config.pm will also be overwritten on each 'make install'. Note also that
245 $(RM) $(PERL_ARCHLIB_DIR)/Config.pm
247 > $(PERL_ARCHLIB_DIR)/Config.pm
248 $(CHMOD) 444 $(PERL_ARCHLIB_DIR)/Config.pm
320 $(RM) -r lib/auto lib/Config.pod
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dopen.t11 use Config;
241 skip "This perl uses perlio", 1 if $Config{useperlio};
287 skip("These tests use perlio", 5) unless $Config{useperlio};
H A Dfs.t9 use Config;
24 my $has_link = $Config{d_link};
29 $^O eq 'amigaos' || $wd =~ m#$Config{afsroot}/# ||
99 skip "no nlink", 1 if $Config{dont_use_nlink};
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/run/
H A Dswitches.t16 use Config;
224 qr/This is perl, v$v built for $Config{archname}.+Copyright.+Larry Wall.+Artistic License.+GNU General Public License/s,
235 qr/Usage: .+(?i:perl(?:$Config{_exe})?).+switches.+programfile.+arguments/,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dcode.t16 require Config; import Config;
17 if ($ENV{PERL_CORE} and $Config{'extensions'} !~ /\bStorable\b/) {
H A Dtied_hook.t16 require Config; import Config;
17 if ($ENV{PERL_CORE} and $Config{'extensions'} !~ /\bStorable\b/) {
H A Dutf8hash.t19 require Config; import Config;
21 if($Config{'extensions'} !~ /\bStorable\b/) {
H A Drecurse.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/ext/Sys/Syslog/t/
H A Dsyslog.t11 use Config;
32 unless $Config{'extensions'} =~ /\bSyslog\b/;
37 unless $Config{'extensions'} =~ /\bSocket\b/;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/APItest/t/
H A Dhash.t7 require Config; import Config;
8 if ($Config{'extensions'} !~ /\bXS\/APItest\b/) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_VMS.pm10 use Config;
265 my(@exts) = ('',$Config{'exe_ext'},'.exe','.com');
599 my($quals) = $self->{CCFLAGS} || $Config{'ccflags'};
605 print STDOUT "Unix shell script ".$Config{"$self->{'BASEEXT'}_cflags"}.
607 if ($Config{$name});
634 # conflate the ones from $Config{'ccflags'} and $self->{DEFINE}
669 $self->{OPTIMIZE} ||= $flagoptstr || $Config{'optimize'};
702 if ($Config{'vms_cc_type'} eq 'gcc') {
707 elsif ($Config{'vms_cc_type'} eq 'vaxc') {
717 ($Config{'archnam
[all...]
H A DLiblist.pm135 the CRTLs, if any, specified in Config.pm. EXTRALIBS contains just those
160 Otherwise, the libraries specified by C<$Config{perllibs}> (see Config.pm)
163 C<$Config{libpth}>, and in C<$Config{installarchlib}/CORE>.
185 library to search for otherwise. The C<$Config{lib_ext}> suffix will
204 libraries found in C<$Config{perllibs}> (this should be only needed very rarely).
209 as reflected by C<$Config{cc}>), but the entries are not verified to be
214 enable searching for default libraries specified by C<$Config{perllibs}>.
249 C<$Config{libpt
[all...]
H A DMakeMaker.pm9 use Config;
15 $Revision $VERSION $Verbose %Config
308 $Recognized_Att_Keys{uc $item} = $Config{$item};
309 print "Attribute '\U$item\E' => '$Config{$item}'\n"
500 my($pthinks) = $self->canonpath($INC{'Config.pm'});
501 my($cthinks) = $self->catfile($Config{'archlibexp'},'Config.pm');
507 $pthinks =~ s![/\\]Config\.pm$!!i; $pthinks =~ s!.*[/\\]!!;
510 $pthinks =~ s!/Config\.pm$!!; $pthinks =~ s!.*/!!;
513 Your perl and your Config
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dstat.t9 use Config;
89 skip "No link count", 1 if $Config{dont_use_nlink};
91 if $Config{myuname} =~ /^cygwin_(?:9\d|me)\b/i;
102 if $cwd =~ m#$Config{'afsroot'}/#;
220 my $LS = $Config{d_readlink} ? "ls -lL" : "ls -l";
410 skip "No lstat", 4 unless $Config{d_lstat};
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DXref.pm94 use Config;
154 if ($Config{useithreads}) {
251 if ($Config{useithreads}) {
267 if ($Config{useithreads}) {
336 foreach $pack (qw(B O AutoLoader DynaLoader XSLoader Config DB VMS
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2latex.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+"\$@"}'
362 exec("$Config{'eunicefix'} $file") if $Config{'eunicefix'} ne ':';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DSysV.pm12 use Config;

Completed in 63 milliseconds

1234567891011>>