1 Index: dropbear-0.49/options.h
2 ===================================================================
3 --- dropbear-0.49.orig/options.h 2007-06-04 13:21:40.305849248 +0200
4 +++ dropbear-0.49/options.h 2007-06-04 13:21:40.493820672 +0200
9 +#if !defined(DROPBEAR_CLIENT) && !defined(DROPBEAR_SERVER)
10 +#define DROPBEAR_SERVER
11 +#define DROPBEAR_CLIENT
14 /******************************************************************
15 * Define compile-time options below - the "#ifndef DROPBEAR_XXX .... #endif"
16 * parts are to allow for commandline -DDROPBEAR_XXX options etc.