Home
last modified time | relevance | path

Searched refs:OSFMAJOR (Results 1 – 1 of 1) sorted by relevance

/src/crypto/openssl/util/perl/OpenSSL/
H A Dconfig.pm141 my $OSFMAJOR = $RELEASE;
142 $OSFMAJOR =~ 's/^V([0-9]*)\..*$/\1/';
143 return "${MACHINE}-dec-tru64" if $OSFMAJOR =~ m@[45]@;