summaryrefslogtreecommitdiffhomepage
path: root/sysoptions.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2008-11-18 12:53:39 +0000
committerMatt Johnston <matt@ucc.asn.au>2008-11-18 12:53:39 +0000
commitc04cc62ebf00f170f0713a4beb845a842b5f0bf1 (patch)
treeecfddd18e1926e24bfdb12059ab3ef865f3a2a37 /sysoptions.h
parent8158e952b9433c60f9a1699fa8090aab556b325b (diff)
- Allow building with neither server nor client specified
--HG-- extra : convert_revision : d9a8b717bf65021efa4c61c34faf24d050d95da4
Diffstat (limited to 'sysoptions.h')
-rw-r--r--sysoptions.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysoptions.h b/sysoptions.h
index c98e1ec..2de1184 100644
--- a/sysoptions.h
+++ b/sysoptions.h
@@ -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