Hello,
G91.1 is for Inc Arc center and you can select that (or ABS) under configure -> Control and the ArcCenter mode
Now as for your Gcode. I am going to on out on a limb and say you are running a lathe. I say that because your plane selection is in the XZ plane (G18). Mach4 has a full Lathe Gcode interpreter, mach3 has a hacked to sort of lathe interpreter

. mach4 changes the Gcodes to match what you will see in a trade school on a lathe. If I had to guess G49 is the one that is giving you trouble I would also take the G90 out as INC ABS codes are not used anymore in turn. INC moves are done with the U and W. It's really cool you can move the X axis U.005 while you do a Z -1.0 and take a tapper out of a part that you machine may be putting in (mechanical issue ) . We do things like that all the time when we are ruining production.
Hope that helps and gives you a little insight as to why your seeing what you are.
Thanks
Brian