• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/

Lines Matching refs:OUT

1267 open(OUT,">$Makefile.new") || die "unable to create $Makefile.new:$!\n";
1268 print OUT "### Generated automatically from Makefile.org by Configure.\n\n";
1342 print OUT $_."\n";
1345 close(OUT);
1420 open(OUT,'>crypto/opensslconf.h.new') || die "unable to create crypto/opensslconf.h.new:$!\n";
1421 print OUT "/* opensslconf.h */\n";
1422 print OUT "/* WARNING: Generated automatically from opensslconf.h.in by Configure. */\n\n";
1424 print OUT "/* OpenSSL was configured with the following options: */\n";
1432 print OUT $openssl_sys_defines;
1433 print OUT "#ifndef OPENSSL_DOING_MAKEDEPEND\n\n";
1434 print OUT $openssl_algorithm_defines;
1435 print OUT "\n#endif /* OPENSSL_DOING_MAKEDEPEND */\n";
1436 print OUT $openssl_thread_defines;
1437 print OUT $openssl_other_defines,"\n";
1439 print OUT "/* The OPENSSL_NO_* macros are also defined as NO_* if the application\n";
1440 print OUT " asks for it. This is a transient feature that is provided for those\n";
1441 print OUT " who haven't had the time to do the appropriate changes in their\n";
1442 print OUT " applications. */\n";
1443 print OUT "#ifdef OPENSSL_ALGORITHM_DEFINES\n";
1444 print OUT $openssl_algorithm_defines_trans;
1445 print OUT "#endif\n\n";
1447 print OUT "#define OPENSSL_CPUID_OBJ\n\n" if ($cpuid_obj);
1452 { print OUT "#define OPENSSLDIR \"$openssldir\"\n"; }
1454 { print OUT "#define ENGINESDIR \"$prefix/lib/engines\"\n"; }
1456 { printf OUT "#undef OPENSSL_EXPORT_VAR_AS_FUNCTION\n"
1458 printf OUT "#%s OPENSSL_EXPORT_VAR_AS_FUNCTION\n",
1463 print OUT "#define OPENSSL_UNISTD $unistd\n";
1466 { printf OUT "#%s SIXTY_FOUR_BIT_LONG\n",($b64l)?"define":"undef"; }
1468 { printf OUT "#%s SIXTY_FOUR_BIT\n",($b64)?"define":"undef"; }
1470 { printf OUT "#%s THIRTY_TWO_BIT\n",($b32)?"define":"undef"; }
1472 { printf OUT "#%s SIXTEEN_BIT\n",($b16)?"define":"undef"; }
1474 { printf OUT "#%s EIGHT_BIT\n",($b8)?"define":"undef"; }
1476 { printf OUT "#%s BN_LLONG\n",($bn_ll)?"define":"undef"; }
1478 { printf OUT "#define DES_LONG unsigned %s\n",
1481 { printf OUT "#%s DES_PTR\n",($des_ptr)?'define':'undef'; }
1483 { printf OUT "#%s DES_RISC1\n",($des_risc1)?'define':'undef'; }
1485 { printf OUT "#%s DES_RISC2\n",($des_risc2)?'define':'undef'; }
1487 { printf OUT "#%s DES_UNROLL\n",($des_unroll)?'define':'undef'; }
1489 { printf OUT "#define RC4_INT unsigned %s\n",$type[$rc4_int]; }
1492 printf OUT "#undef RC4_CHUNK\n" if $rc4_chunk==0;
1493 printf OUT "#define RC4_CHUNK unsigned long\n" if $rc4_chunk==1;
1494 printf OUT "#define RC4_CHUNK unsigned long long\n" if $rc4_chunk==2;
1497 { printf OUT "#%s RC4_INDEX\n",($rc4_idx)?"define":"undef"; }
1499 { printf OUT "#%s I386_ONLY\n", ($processor eq "386")?
1502 { printf OUT "#define MD2_INT unsigned %s\n",$type[$md2_int]; }
1504 {printf OUT "#define IDEA_INT unsigned %s\n",$type[$idea_int];}
1506 {printf OUT "#define RC2_INT unsigned %s\n",$type[$rc2_int];}
1509 printf OUT "#undef BF_PTR\n" if $bf_ptr == 0;
1510 printf OUT "#define BF_PTR\n" if $bf_ptr == 1;
1511 printf OUT "#define BF_PTR2\n" if $bf_ptr == 2;
1514 { print OUT $_; }
1517 close(OUT);
1547 open (OUT,">crypto/buildinf.h") || die "Can't open buildinf.h";
1548 printf OUT <<EOF;
1557 close(OUT);
1594 open (OUT,">ms/version32.rc") || die "Can't open ms/version32.rc";
1595 print OUT <<EOF;
1644 close(OUT);
1735 open(OUT,">$f.new") || die "unable to open $f.new:$!\n";
1736 print OUT @a;
1737 close(OUT);