> It looks like don't define sigint_interrupt_jmp and
> sigint_interrupt_enabled on Windows, yet they are still declared and
> referenced?
Indeed, I put it on the wrong side of a "#ifndef WIN32".
Basically it is a false constant under WIN32, which it seems does not have
sigint handler, but the code checks whether the non existent handler is
enabled anyway.
Patch v5 attached fixes that, hopefully.
--
Fabien.