Mercurial > dropbear
diff 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 |
line wrap: on
line diff
--- a/options.h Sat Mar 25 18:35:35 2006 +0000 +++ b/options.h Sun Mar 26 08:26:39 2006 +0000 @@ -14,6 +14,8 @@ #define RAW_PASSWORD_FILE "/etc/dropbear-password" #define SERIAL_USER "serial" #define SERIAL_DEVICE "/dev/ttyS0" +#define INETD_SERVER_MODE +/***********/ #ifndef DROPBEAR_DEFPORT #define DROPBEAR_DEFPORT "22" @@ -212,7 +214,7 @@ *******************************************************************/ #ifndef DROPBEAR_VERSION -#define DROPBEAR_VERSION "0.48" +#define DROPBEAR_VERSION "0.48axis" #endif #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION