diff 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
line wrap: on
line diff
--- a/sysoptions.h	Tue Nov 18 12:53:02 2008 +0000
+++ b/sysoptions.h	Tue Nov 18 12:53:39 2008 +0000
@@ -202,5 +202,8 @@
 #define IS_DROPBEAR_CLIENT 1
 
 #else
-#error You must compiled with either DROPBEAR_CLIENT or DROPBEAR_SERVER selected
+/* Just building key utils? */
+#define IS_DROPBEAR_SERVER 0
+#define IS_DROPBEAR_CLIENT 0
+
 #endif