Add option -defaultInstallProtocol
[xboard.git] / common.h
index 16942e5..55daf29 100644 (file)
--- a/common.h
+++ b/common.h
@@ -228,7 +228,7 @@ typedef char *String;
 #define LOWTIMEWARNING_COLOR    "#FF0000"
 #define BELLCHAR                '\007'
 #define NULLCHAR                '\000'
-#define FEATURE_TIMEOUT         10000 /*ms*/
+#define FEATURE_TIMEOUT         1000 /*ms*/
 #define MATE_SCORE              100000
 
 #define CLOCK_FONT 0
@@ -802,8 +802,10 @@ typedef struct {
     Boolean scoreWhite;
     Boolean pvSAN[ENGINES];
 
+    int defProtocol;
     int recentEngines;
     char *recentEngineList;
+    char *defEngDir;
     char *message;
     char *suppress;
     char *fen;