From: Owen Dunn Date: Fri, 28 Jan 2005 23:39:38 +0000 (+0000) Subject: Enable the Open Transport networking implementation unless NO_OT is defined. X-Git-Tag: r8855-g4f798d~815 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=ba130b4f1cf0176ab3f8b33792ee30be94686708;p=PuTTY_svn.git Enable the Open Transport networking implementation unless NO_OT is defined. git-svn-id: http://svn.tartarus.org/sgt/putty@5224 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/mac/macnet.c b/mac/macnet.c index ffce9022..ddc3d77c 100644 --- a/mac/macnet.c +++ b/mac/macnet.c @@ -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