OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | --- a/options.h |
2 | +++ b/options.h |
||
3 | @@ -5,6 +5,11 @@ |
||
4 | #ifndef DROPBEAR_OPTIONS_H_ |
||
5 | #define DROPBEAR_OPTIONS_H_ |
||
6 | |||
7 | +#if !defined(DROPBEAR_CLIENT) && !defined(DROPBEAR_SERVER) |
||
8 | +#define DROPBEAR_SERVER |
||
9 | +#define DROPBEAR_CLIENT |
||
10 | +#endif |
||
11 | + |
||
12 | /* Define compile-time options below - the "#ifndef DROPBEAR_XXX .... #endif" |
||
13 | * parts are to allow for commandline -DDROPBEAR_XXX options etc. */ |
||
14 |