require '_h2ph_pre.ph'; no warnings qw(redefine misc); unless(defined(&_SYS_IMGACT_H_)) { eval 'sub _SYS_IMGACT_H_ () {1;}' unless defined(&_SYS_IMGACT_H_); require 'sys/uio.ph'; require 'vm/vm.ph'; eval 'sub MAXSHELLCMDLEN () { &PAGE_SIZE;}' unless defined(&MAXSHELLCMDLEN); if(defined(&_KERNEL)) { eval 'sub IMGACT_CORE_COMPRESS () {0x1;}' unless defined(&IMGACT_CORE_COMPRESS); } } 1;