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