Mercurial > dropbear
comparison options.h @ 350:01e4180895ba
merge of '9a4e042fd565f46141e81e0c1ab90260303348fe'
and 'bea3887a5875cf3ab8a1331e15e698b37b61fe37'
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 07 Aug 2006 13:41:23 +0000 |
parents | 3e098639b05f dba106bf6b34 |
children | 78518751cb82 |
comparison
equal
deleted
inserted
replaced
344:bf29e6659fb9 | 350:01e4180895ba |
---|---|
197 | 197 |
198 /* This is used by the scp binary when used as a client binary. If you're | 198 /* This is used by the scp binary when used as a client binary. If you're |
199 * not using the Dropbear client, you'll need to change it */ | 199 * not using the Dropbear client, you'll need to change it */ |
200 #define _PATH_SSH_PROGRAM "/usr/bin/dbclient" | 200 #define _PATH_SSH_PROGRAM "/usr/bin/dbclient" |
201 | 201 |
202 /* Multi-purpose binary configuration has now moved. Look at the top | 202 /* Whether to log commands executed by a client. This only logs the |
203 * of the Makefile for instructions, or INSTALL */ | 203 * (single) command sent to the server, not what a user did in a |
204 * shell/sftp session etc. */ | |
205 /* #define LOG_COMMANDS */ | |
204 | 206 |
205 /******************************************************************* | 207 /******************************************************************* |
206 * You shouldn't edit below here unless you know you need to. | 208 * You shouldn't edit below here unless you know you need to. |
207 *******************************************************************/ | 209 *******************************************************************/ |
208 | 210 |