7 +#if !defined(DROPBEAR_CLIENT) && !defined(DROPBEAR_SERVER)
8 +#define DROPBEAR_SERVER
9 +#define DROPBEAR_CLIENT
12 /******************************************************************
13 * Define compile-time options below - the "#ifndef DROPBEAR_XXX .... #endif"
14 * parts are to allow for commandline -DDROPBEAR_XXX options etc.