config root man

Current Path : /usr/local/lib/perl5/site_perl/5.8.9/mach/machine/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/local/lib/perl5/site_perl/5.8.9/mach/machine/psl.ph

require '_h2ph_pre.ph';

no warnings 'redefine';

unless(defined(&_MACHINE_PSL_H_)) {
    eval 'sub _MACHINE_PSL_H_ () {1;}' unless defined(&_MACHINE_PSL_H_);
    eval 'sub PSL_C () {0x1;}' unless defined(&PSL_C);
    eval 'sub PSL_PF () {0x4;}' unless defined(&PSL_PF);
    eval 'sub PSL_AF () {0x10;}' unless defined(&PSL_AF);
    eval 'sub PSL_Z () {0x40;}' unless defined(&PSL_Z);
    eval 'sub PSL_N () {0x80;}' unless defined(&PSL_N);
    eval 'sub PSL_T () {0x100;}' unless defined(&PSL_T);
    eval 'sub PSL_I () {0x200;}' unless defined(&PSL_I);
    eval 'sub PSL_D () {0x400;}' unless defined(&PSL_D);
    eval 'sub PSL_V () {0x800;}' unless defined(&PSL_V);
    eval 'sub PSL_IOPL () {0x3000;}' unless defined(&PSL_IOPL);
    eval 'sub PSL_NT () {0x4000;}' unless defined(&PSL_NT);
    eval 'sub PSL_RF () {0x10000;}' unless defined(&PSL_RF);
    eval 'sub PSL_AC () {0x40000;}' unless defined(&PSL_AC);
    eval 'sub PSL_ID () {0x200000;}' unless defined(&PSL_ID);
    eval 'sub PSL_RESERVED_DEFAULT () {0x2;}' unless defined(&PSL_RESERVED_DEFAULT);
    eval 'sub PSL_KERNEL () { &PSL_RESERVED_DEFAULT;}' unless defined(&PSL_KERNEL);
    eval 'sub PSL_USER () {( &PSL_RESERVED_DEFAULT |  &PSL_I);}' unless defined(&PSL_USER);
    eval 'sub PSL_USERCHANGE () {( &PSL_C |  &PSL_PF |  &PSL_AF |  &PSL_Z |  &PSL_N |  &PSL_T |  &PSL_D |  &PSL_V |  &PSL_NT |  &PSL_AC |  &PSL_ID);}' unless defined(&PSL_USERCHANGE);
}
1;

Man Man