X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/7352194e71d71afd12570187e4ac678bd3c17214..4044fc45ca4a742c0ff29a49faca7cc9db99b251:/putty.h diff --git a/putty.h b/putty.h index 7f0f781b..28320de0 100644 --- a/putty.h +++ b/putty.h @@ -371,9 +371,10 @@ struct config_tag { }; /* - * You can compile with -DSSH_DEFAULT to have ssh by default. + * You can compile with -DTELNET_DEFAULT to have telnet by default + * (otherwise SSH is the default). */ -#ifndef SSH_DEFAULT +#ifdef TELNET_DEFAULT #define DEFAULT_PROTOCOL PROT_TELNET #define DEFAULT_PORT 23 #else