VirtualBox

source: vbox/trunk/src/libs/openssl-3.1.0/Configurations/platform.pm@ 99443

Last change on this file since 99443 was 99366, checked in by vboxsync, 22 months ago

openssl-3.1.0: Applied and adjusted our OpenSSL changes to 3.0.7. bugref:10418

File size: 304 bytes
Line 
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__
Note: See TracBrowser for help on using the repository browser.

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