require '_h2ph_pre.ph'; no warnings qw(redefine misc); unless(defined(&_MACHINE_SIGNAL_H_)) { eval 'sub _MACHINE_SIGNAL_H_ () {1;}' unless defined(&_MACHINE_SIGNAL_H_); require 'sys/cdefs.ph'; require 'sys/_sigset.ph'; if((defined(&__BSD_VISIBLE) ? &__BSD_VISIBLE : undef)) { require 'machine/trap.ph'; } } 1;