Add a couple of other sensible button defaults in MessageBox()s.
[u/mdw/putty] / mac / macnet.c
index 63d0cc4..ddc3d77 100644 (file)
@@ -1,6 +1,7 @@
 #include "putty.h"
 #include "network.h"
 #include "mac.h"
+#include "ssh.h"
 
 struct macnet_stack {
     SockAddr (*namelookup)(char const *, char **);
@@ -39,7 +40,7 @@ static struct macnet_stack mactcp = {
 void sk_init(void)
 {
 
-#if 0
+#ifndef NO_OT
     if (ot_init() == noErr)
        stack = &ot;
     else
@@ -174,6 +175,10 @@ int net_service_lookup(char *service)
     return 0;
 }
 
+SockAddr platform_get_x11_unix_address(int displaynum, char **canonicalname)
+{
+    return NULL;
+}
 
 /*
  * Local Variables: