Lines Matching refs:Config

10 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{'archname'} eq 'VMS_AXP' ? 'Sys$Library' : 'DECC$Library_Include'),'
721 push(@m, "\n\nCCCMD = $Config{'cc'} \$(CCFLAGS)\$(OPTIMIZE)\n");
764 if ($Config{'ldflags'} &&
765 $Config{'ldflags'} =~ m!/Debug!i &&
947 push @m, ($Config{d_vms_case_sensitive_symbols}
952 my($upcase) = $Config{d_vms_case_sensitive_symbols};
1000 my $shr = $Config{'dbgprefix'} . 'PerlShr';
1011 If F$TrnLNm("',$shr,'").eqs."" Then Define/NoLog/User ',"$shr Sys\$Share:$shr.$Config{'dlext'}",'
1576 we have to rebuild Config.pm, use MM[SK] to do it.
1606 push(@macros,'__AXP__=1') if $Config{'archname'} eq 'VMS_AXP';
1607 push(@macros,'DECC=1') if $Config{'vms_cc_type'} eq 'decc';
1608 push(@macros,'GNUC=1') if $Config{'vms_cc_type'} eq 'gcc';
1609 push(@macros,'SOCKET=1') if $Config{'d_has_sockets'};
1610 push(@macros,qq["CC=$Config{'cc'}"]) if $Config{'cc'} =~ m!/!;
1619 $(PERL_ARCHLIB)Config.pm : $(PERL_SRC)config.sh
1620 $(NOECHO) Write Sys$Error "$(PERL_ARCHLIB)Config.pm may be out of date with config.h or genconfig.pl"
1625 my($prefix,$target) = ($1,$self->fixpath('$(PERL_ARCHLIB)Config.pm',0));
1792 $linkcmd = join ' ', $Config{'ld'},
1793 grep($_, @Config{qw(large split ldflags ccdlflags)});
1893 $target = "Perl$Config{'exe_ext'}" unless $target;
1898 $target = "Perlshr.$Config{'dlext'}" unless $target;
1907 unless (-f $libperl || -f ($libperl = $self->catfile($Config{'installarchlib'},'CORE',$libperl))) {
1915 } elsif (-f ($libperl = $self->catfile($Config{'installarchlib'},'CORE',"libperl$self->{LIB_EXT}")) ) {
1980 $self->{CP} \$(MAP_SHRTARGET) ",$self->fixpath($Config{'installbin'},1),"
1981 $self->{CP} \$(MAP_TARGET) ",$self->fixpath($Config{'installbin'},1),"
2023 In effect, your search prefix is ignored and $Config{vms_prefix} is
2042 $Config{lc $var} || $Config{lc $var_no_install};
2045 print STDERR " no Config found for $var.\n" if $Verbose >= 2;
2057 if( $path_vol eq $Config{vms_prefix}.':' ) {
2058 print STDERR " $Config{vms_prefix}: seen\n" if $Verbose >= 2;
2194 my $shr = $Config{dbgprefix} . 'PERLSHR';
2197 $self->catfile($self->{PERL_SRC}, "$shr.$Config{'dlext'}");
2201 $ENV{$shr} ? $ENV{$shr} : "Sys\$Share:$shr.$Config{'dlext'}";