The pty backend won't _always_ be running under X, so it should be
[sgt/putty] / 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