execinfo.h unconditionally included and used

I'm trying out compiling sfrotz in Emscripten. First problem: src/sdl/sf_sig.c unconditionally includes execinfo.h at the top, making its #ifndef NO_EXECINFO_H pointless. But even if you did set NO_EXECINFO_H, the bt_sighandler function still unconditionally uses its functions.