]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - be_none.c
Move sk_poll() inside (!gotevent), which is more logical but doesn't have
[PuTTY.git] / be_none.c
index 8151b3d7ab4616c5e36381a0481eb383d8d7cdab..879a20c5052285efcc88aab7047c4cbf16d6561a 100644 (file)
--- a/be_none.c
+++ b/be_none.c
@@ -4,20 +4,13 @@
  * lookups.
  */
 
-#include <windows.h>
-#ifndef AUTO_WINSOCK
-#ifdef WINSOCK_TWO
-#include <winsock2.h>
-#else
-#include <winsock.h>
-#endif
-#endif
 #include <stdio.h>
 #include "putty.h"
 
 struct backend_list backends[] = {
     {PROT_SSH, "ssh", NULL},
     {PROT_TELNET, "telnet", NULL},
+    {PROT_RLOGIN, "rlogin", NULL},
     {PROT_RAW, "raw", NULL},
     {0, NULL}
 };