Mercurial > dropbear
comparison sysoptions.h @ 521:cc2dff9bd671
- Allow building with neither server nor client specified
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 18 Nov 2008 12:53:39 +0000 |
parents | 7fc4ba3c1cbb |
children | cf376c696dfc |
comparison
equal
deleted
inserted
replaced
520:5e344cdfbae2 | 521:cc2dff9bd671 |
---|---|
200 | 200 |
201 #define IS_DROPBEAR_SERVER 0 | 201 #define IS_DROPBEAR_SERVER 0 |
202 #define IS_DROPBEAR_CLIENT 1 | 202 #define IS_DROPBEAR_CLIENT 1 |
203 | 203 |
204 #else | 204 #else |
205 #error You must compiled with either DROPBEAR_CLIENT or DROPBEAR_SERVER selected | 205 /* Just building key utils? */ |
206 #endif | 206 #define IS_DROPBEAR_SERVER 0 |
207 #define IS_DROPBEAR_CLIENT 0 | |
208 | |
209 #endif |