Mercurial > dropbear
comparison options.h @ 287:b72f98803e46
Update to scp from OpenSSH portable 4.3p2
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 08 Mar 2006 14:20:24 +0000 |
parents | 044bc108b9b3 |
children | 94ee16f5b8a8 |
comparison
equal
deleted
inserted
replaced
286:92cc938b59a2 | 287:b72f98803e46 |
---|---|
250 #define DROPBEAR_MAX_PORTS 10 /* max number of ports which can be specified, | 250 #define DROPBEAR_MAX_PORTS 10 /* max number of ports which can be specified, |
251 ipv4 and ipv6 don't count twice */ | 251 ipv4 and ipv6 don't count twice */ |
252 | 252 |
253 #define _PATH_TTY "/dev/tty" | 253 #define _PATH_TTY "/dev/tty" |
254 | 254 |
255 #define _PATH_CP "/bin/cp" | |
256 | |
255 /* Timeouts in seconds */ | 257 /* Timeouts in seconds */ |
256 #define SELECT_TIMEOUT 20 | 258 #define SELECT_TIMEOUT 20 |
257 | 259 |
258 /* success/failure defines */ | 260 /* success/failure defines */ |
259 #define DROPBEAR_SUCCESS 0 | 261 #define DROPBEAR_SUCCESS 0 |