VirtualBox

source: vbox/trunk/src/libs/openssl-3.0.7/Configurations/platform.pm@ 100908

最後變更 在這個檔案從100908是 94320,由 vboxsync 提交於 3 年 前

libs/openssl-3.0.1: Export to OSE and fix copyright headers in Makefiles, bugref:10128

檔案大小: 304 位元組
 
1package platform;
2
3use strict;
4use warnings;
5use vars qw(@ISA);
6
7# Callers must make sure @INC has the build directory
8use configdata;
9
10my $module = $target{perl_platform} || 'Unix';
11(my $module_path = $module) =~ s|::|/|g;
12
13require "platform/$module_path.pm";
14@ISA = ("platform::$module");
15
161;
17
18__END__
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette