=================================================================== RCS file: /home/cvs/OpenXM/src/kxx/oxmain.c,v retrieving revision 1.27 retrieving revision 1.28 diff -u -p -r1.27 -r1.28 --- OpenXM/src/kxx/oxmain.c 2016/03/30 21:34:03 1.27 +++ OpenXM/src/kxx/oxmain.c 2016/08/27 00:11:27 1.28 @@ -1,4 +1,4 @@ -/* $OpenXM: OpenXM/src/kxx/oxmain.c,v 1.26 2016/03/30 09:20:40 takayama Exp $ */ +/* $OpenXM: OpenXM/src/kxx/oxmain.c,v 1.27 2016/03/30 21:34:03 takayama Exp $ */ /* Note on IntelMac. [2006.06.05] SIGINT does not seem to be blocked on the rosetta emulator of ppc on the IntelMac's. "ox" should be universal binary. @@ -43,6 +43,7 @@ int LocalMode = 1; int NotifyPortnumber = 0; int Do_not_use_control_stream_to_tell_no_server = 1; int IgnoreSIGINT = 1; +int Ox_protocol_1999 = 0; static void errorToStartEngine(void); static int findOxServer(char *server); static void couldNotFind(char *s); @@ -146,6 +147,8 @@ main(int argc, char *argv[]) { if (i