MOON
Server: Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4
System: Linux vps.panamaemb.org.sg 3.10.0-1160.80.1.vz7.191.4 #1 SMP Thu Dec 15 20:31:06 MSK 2022 x86_64
User: panama (500)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: //proc/3/root/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/bits/waitflags.ph
require '_h2ph_pre.ph';

no warnings 'redefine';

if(!defined (defined(&_SYS_WAIT_H) ? &_SYS_WAIT_H : undef)  && !defined (defined(&_STDLIB_H) ? &_STDLIB_H : undef)) {
    die("Never include <bits/waitflags.h> directly; use <sys/wait.h> instead.");
}
unless(defined(&WNOHANG)) {
    sub WNOHANG () {	1;}
}
unless(defined(&WUNTRACED)) {
    sub WUNTRACED () {	2;}
}
unless(defined(&WSTOPPED)) {
    sub WSTOPPED () {	2;}
}
unless(defined(&WEXITED)) {
    sub WEXITED () {	4;}
}
unless(defined(&WCONTINUED)) {
    sub WCONTINUED () {	8;}
}
unless(defined(&WNOWAIT)) {
    sub WNOWAIT () {	0x1000000;}
}
unless(defined(&__WNOTHREAD)) {
    sub __WNOTHREAD () {	0x20000000;}
}
unless(defined(&__WALL)) {
    sub __WALL () {	0x40000000;}
}
unless(defined(&__WCLONE)) {
    sub __WCLONE () {	0x80000000;}
}
1;