no-syntax-rules
The syntax-rules macro system is off by default in several Schemes. I tried as best I could to find out how to turn it on, but was not uniformly successful.
syntax-rules
This choice is tested for by running
(define-syntax foo (syntax-rules () ((_) 1)))
in each Scheme.