Add XBoard protocol drivers
[bonanza.git] / main.c
diff --git a/main.c b/main.c
index 1591760..89c0316 100644 (file)
--- a/main.c
+++ b/main.c
@@ -18,6 +18,9 @@ main()
   int iret;
   tree_t * restrict ptree;
 
+#ifdef XBOARD
+  Out("feature done=0\n");
+#endif
 #if defined(TLP)
   ptree = tlp_atree_work;
 #else