Run expand before perl, to make sure things are properly aligned
[oweals/openssl.git] / util / mkdef.pl
index e177145210917fe622dde077edb8e32972e99fbc..85337710a30867d5ed810c3de5e215197a71cfec 100755 (executable)
@@ -78,7 +78,7 @@ my $OS2=0;
 # Set this to make typesafe STACK definitions appear in DEF
 my $safe_stack_def = 0;
 
-my @known_platforms = ( "__FreeBSD__", "PERL5", "NeXT",
+my @known_platforms = ( "__FreeBSD__", "PERL5", "NeXT", "NETWARE",
                        "EXPORT_VAR_AS_FUNCTION", "ZLIB", "OPENSSL_FIPS"); 
 my @known_ossl_platforms = ( "VMS", "WIN16", "WIN32", "WINNT", "OS2" );
 my @known_algorithms = ( "RC2", "RC4", "RC5", "IDEA", "DES", "BF",
@@ -975,6 +975,8 @@ sub do_defs
        $platform{"SHA512_Final"} = "!VMSVAX";
        $platform{"SHA512"} = "!VMSVAX";
 
+       $platform{"pqueue_print"} = "!VMSVAX";
+
        # Info we know about
 
        push @ret, map { $_."\\".&info_string($_,"EXIST",