]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - be_all.c
Document all the new command-line stuff.
[PuTTY.git] / be_all.c
index ae58771e733b0450771e35e3208ab34f83859c6c..fc0755aeb133141010be9be1a7de8608d2156e6b 100644 (file)
--- a/be_all.c
+++ b/be_all.c
@@ -4,19 +4,13 @@
  */
 
 #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", &ssh_backend},
     {PROT_TELNET, "telnet", &telnet_backend},
+    {PROT_RLOGIN, "rlogin", &rlogin_backend},
     {PROT_RAW, "raw", &raw_backend},
     {0, NULL}
 };