comparison options.h @ 561:541ebf5bf0f6

propagate from branch 'au.asn.ucc.matt.dropbear.cli-agent' (head eb0dae4b62e243ba37a897beb7ba81a4f637d8b3) to branch 'au.asn.ucc.matt.dropbear' (head ff0abce7b29e61630e3b09e5fc5820ae6e192808)
author Matt Johnston <matt@ucc.asn.au>
date Thu, 30 Jul 2009 15:15:12 +0000
parents 7f66b8e40f2d 73de9177e7dd
children b321aeb57c64
comparison
equal deleted inserted replaced
560:52d7301e46bd 561:541ebf5bf0f6
236 #endif 236 #endif
237 237
238 /* The command to invoke for xauth when using X11 forwarding. 238 /* The command to invoke for xauth when using X11 forwarding.
239 * "-q" for quiet */ 239 * "-q" for quiet */
240 #ifndef XAUTH_COMMAND 240 #ifndef XAUTH_COMMAND
241 #define XAUTH_COMMAND "/usr/X11R6/bin/xauth -q" 241 #define XAUTH_COMMAND "/usr/bin/X11/xauth -q"
242 #endif 242 #endif
243 243
244 /* if you want to enable running an sftp server (such as the one included with 244 /* if you want to enable running an sftp server (such as the one included with
245 * OpenSSH), set the path below. If the path isn't defined, sftp will not 245 * OpenSSH), set the path below. If the path isn't defined, sftp will not
246 * be enabled */ 246 * be enabled */