X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/5b80d07f712ff90cfae4c89084e25eb90dd2e510..f382c87d3cc301abe6c3670f70bb79b6915c2e91:/be_none.c diff --git a/be_none.c b/be_none.c index 8151b3d7..879a20c5 100644 --- a/be_none.c +++ b/be_none.c @@ -4,20 +4,13 @@ * lookups. */ -#include -#ifndef AUTO_WINSOCK -#ifdef WINSOCK_TWO -#include -#else -#include -#endif -#endif #include #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} };