Sometimes, we have partial comments on the same line as other stuff we
[openssl.git] / util / pl / VC-16.pl
index a5079d4ca724ac0b341516f669bcdbe9014f5c6c..ab97c4c9b8320c1d2a7a617a9eb8a587610fdff6 100644 (file)
@@ -4,7 +4,6 @@
 
 $ssl=  "ssleay16";
 $crypto="libeay16";
-$RSAref="RSAref16";
 
 $o='\\';
 $cp='copy';
@@ -34,7 +33,7 @@ $lflags="$base_lflags /STACK:20000";
 
 if ($win16)
        {
-       $cflags.=" -DWINDOWS -DWIN16";
+       $cflags.=" -DOPENSSL_SYSNAME_WIN16";
        $app_cflag="/Gw /FPi87";
        $lib_cflag="/Gw";
        $lib_cflag.=" -D_WINDLL -D_DLL" if $shlib;
@@ -45,7 +44,7 @@ if ($win16)
 else
        {
        $no_sock=1;
-       $cflags.=" -DMSDOS";
+       $cflags.=" -DOPENSSL_SYSNAME_MSDOS";
        $lflags.=" /EXEPACK";
        $ex_libs.="oldnames.lib llibce.lib";
        }