Mercurial > dropbear
comparison options.h @ 104:298098b2a61e
Default port is now set as a string
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 24 Aug 2004 04:12:08 +0000 |
parents | c2ac796b130e |
children | 88e0a1ad951a |
comparison
equal
deleted
inserted
replaced
103:8aeac62a968f | 104:298098b2a61e |
---|---|
9 * Define compile-time options below - the "#ifndef DROPBEAR_XXX .... #endif" | 9 * Define compile-time options below - the "#ifndef DROPBEAR_XXX .... #endif" |
10 * parts are to allow for commandline -DDROPBEAR_XXX options etc. | 10 * parts are to allow for commandline -DDROPBEAR_XXX options etc. |
11 ******************************************************************/ | 11 ******************************************************************/ |
12 | 12 |
13 #ifndef DROPBEAR_PORT | 13 #ifndef DROPBEAR_PORT |
14 #define DROPBEAR_PORT 22 | 14 #define DROPBEAR_DEFPORT "22" |
15 #endif | 15 #endif |
16 | 16 |
17 /* Default hostkey paths - these can be specified on the command line */ | 17 /* Default hostkey paths - these can be specified on the command line */ |
18 #ifndef DSS_PRIV_FILENAME | 18 #ifndef DSS_PRIV_FILENAME |
19 #define DSS_PRIV_FILENAME "/etc/dropbear/dropbear_dss_host_key" | 19 #define DSS_PRIV_FILENAME "/etc/dropbear/dropbear_dss_host_key" |