comparison options.h @ 510:b85507ade010

- Update manuals, include section on authorized_keys - Change default PATH to /usr/bin:/bin - Mention DEBUG_TRACE in -v help text
author Matt Johnston <matt@ucc.asn.au>
date Wed, 05 Nov 2008 14:14:40 +0000
parents d4bbc0039008
children 582cb38e4eb5 a3748e54273c
comparison
equal deleted inserted replaced
509:4e251543b941 510:b85507ade010
257 /* Ensure that data is transmitted every KEEPALIVE seconds. This can 257 /* Ensure that data is transmitted every KEEPALIVE seconds. This can
258 be overridden at runtime with -K. 0 disables keepalives */ 258 be overridden at runtime with -K. 0 disables keepalives */
259 #define DEFAULT_KEEPALIVE 0 259 #define DEFAULT_KEEPALIVE 0
260 260
261 /* The default path. This will often get replaced by the shell */ 261 /* The default path. This will often get replaced by the shell */
262 #define DEFAULT_PATH "/bin:/usr/bin" 262 #define DEFAULT_PATH "/usr/bin:/bin"
263 263
264 /* Some other defines (that mostly should be left alone) are defined 264 /* Some other defines (that mostly should be left alone) are defined
265 * in sysoptions.h */ 265 * in sysoptions.h */
266 #include "sysoptions.h" 266 #include "sysoptions.h"
267 267