X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=scp.h;fp=scp.h;h=a3eabf57aef1cdfcd5ae89e3831345c7b1393de1;hb=8394a48620682b7e8f390b1fe573a6a7b725ce2d;hp=401e38db1e09d9d8e47d25b95ae48722ea780f83;hpb=263d9e0f0992a2fabae6ce7f3a0a2d1b4fdba935;p=PuTTY.git diff --git a/scp.h b/scp.h index 401e38db..a3eabf57 100644 --- a/scp.h +++ b/scp.h @@ -3,10 +3,6 @@ * Joris van Rantwijk, Aug 1999, Jun 2000. */ -#define SCP_FLAG 1 -#define SCP_VERBOSE 2 -#define IS_SCP ((scp_flags & SCP_FLAG) != 0) - /* Exported from ssh.c */ extern int scp_flags; extern int (*ssh_get_password)(const char *prompt, char *str, int maxlen);