comparison options.h @ 309:474c1a700b67 ucc-axis-hack

add inetd server mode
author Matt Johnston <matt@ucc.asn.au>
date Sun, 26 Mar 2006 08:26:39 +0000
parents 5d5bbca82aba
children 24056a5eb75b
comparison
equal deleted inserted replaced
308:6e5f8ce73bf2 309:474c1a700b67
12 12
13 /* UCC Axis Hack specific bits */ 13 /* UCC Axis Hack specific bits */
14 #define RAW_PASSWORD_FILE "/etc/dropbear-password" 14 #define RAW_PASSWORD_FILE "/etc/dropbear-password"
15 #define SERIAL_USER "serial" 15 #define SERIAL_USER "serial"
16 #define SERIAL_DEVICE "/dev/ttyS0" 16 #define SERIAL_DEVICE "/dev/ttyS0"
17 #define INETD_SERVER_MODE
18 /***********/
17 19
18 #ifndef DROPBEAR_DEFPORT 20 #ifndef DROPBEAR_DEFPORT
19 #define DROPBEAR_DEFPORT "22" 21 #define DROPBEAR_DEFPORT "22"
20 #endif 22 #endif
21 23
210 /******************************************************************* 212 /*******************************************************************
211 * You shouldn't edit below here unless you know you need to. 213 * You shouldn't edit below here unless you know you need to.
212 *******************************************************************/ 214 *******************************************************************/
213 215
214 #ifndef DROPBEAR_VERSION 216 #ifndef DROPBEAR_VERSION
215 #define DROPBEAR_VERSION "0.48" 217 #define DROPBEAR_VERSION "0.48axis"
216 #endif 218 #endif
217 219
218 #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION 220 #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION
219 #define PROGNAME "dropbear" 221 #define PROGNAME "dropbear"
220 222