Enable the Open Transport networking implementation unless NO_OT is defined.
authorowen <owen@cda61777-01e9-0310-a592-d414129be87e>
Fri, 28 Jan 2005 23:39:38 +0000 (23:39 +0000)
committerowen <owen@cda61777-01e9-0310-a592-d414129be87e>
Fri, 28 Jan 2005 23:39:38 +0000 (23:39 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@5224 cda61777-01e9-0310-a592-d414129be87e

mac/macnet.c

index ffce902..ddc3d77 100644 (file)
@@ -40,7 +40,7 @@ static struct macnet_stack mactcp = {
 void sk_init(void)
 {
 
-#if 0
+#ifndef NO_OT
     if (ot_init() == noErr)
        stack = &ot;
     else