Mercurial > dropbear
comparison options.h @ 761:ac2158e3e403 ecc
ecc kind of works, needs fixing/testing
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 07 Apr 2013 01:36:42 +0800 |
parents | b07eb3dc23ec |
children | d1575fdc29a6 |
comparison
equal
deleted
inserted
replaced
760:f336d232fc63 | 761:ac2158e3e403 |
---|---|
3 * All rights reserved. See LICENSE for the license. */ | 3 * All rights reserved. See LICENSE for the license. */ |
4 | 4 |
5 #ifndef _OPTIONS_H_ | 5 #ifndef _OPTIONS_H_ |
6 #define _OPTIONS_H_ | 6 #define _OPTIONS_H_ |
7 | 7 |
8 /****************************************************************** | 8 /* Define compile-time options below - the "#ifndef DROPBEAR_XXX .... #endif" |
9 * Define compile-time options below - the "#ifndef DROPBEAR_XXX .... #endif" | 9 * parts are to allow for commandline -DDROPBEAR_XXX options etc. */ |
10 * parts are to allow for commandline -DDROPBEAR_XXX options etc. | 10 |
11 ******************************************************************/ | 11 // XXX XXX You should probably run "make clean" after changing most options */ |
12 | 12 |
13 #ifndef DROPBEAR_DEFPORT | 13 #ifndef DROPBEAR_DEFPORT |
14 #define DROPBEAR_DEFPORT "22" | 14 #define DROPBEAR_DEFPORT "22" |
15 #endif | 15 #endif |
16 | 16 |