Lines Matching refs:Config
1 use Config;
46 …if (($op eq 'eq' and ($^O eq $os || $Config{osname} eq $os)) || ($op eq 'ne' and ($^O ne $os || $C…
55 …if (($op eq 'eq' and ($^O eq $os || $Config{osname} eq $os)) || ($op eq 'ne' and ($^O ne $os || $C…
133 to_string($Config{'dlext'}), ",",
134 to_string($Config{'so'}), ",",
135 to_string($Config{'dlsrc'}), ")\n;" ;
178 # The below \@dl_library_path has been expanded (%Config) in Perl build time.
200 $ldlibpthname = to_string($Config::Config{ldlibpthname});
201 $ldlibpthname_defined = to_string(defined $Config::Config{ldlibpthname} ? 1 : 0);
202 $pthsep = to_string($Config::Config{path_sep});
247 # The below \@dl_library_path has been expanded (%Config, %ENV)
255 if ( $Config::Config{d_libname_unique} ) {
256 printf OUT <<'EOT', length($Config::Config{dlext}) + 1;