comparison options.h @ 112:cca368f09f4f

options.h
author Matt Johnston <matt@ucc.asn.au>
date Fri, 27 Aug 2004 17:01:18 +0000
parents 88e0a1ad951a
children 5312ca05ed48
comparison
equal deleted inserted replaced
111:88e0a1ad951a 112:cca368f09f4f
8 /****************************************************************** 8 /******************************************************************
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_DEFPORT
14 #define DROPBEAR_DEFPORT "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