| Server IP : 37.9.174.138 / Your IP : 216.73.216.117 Web Server : Apache System : Linux vps6.backend.sk 6.12.100+deb13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.100-1 (2026-07-30) x86_64 User : ftpuser ( 1001) PHP Version : 8.4.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/x86_64-linux-gnu/perl/5.40.1/bits/ |
Upload File : |
require '_h2ph_pre.ph';
no warnings qw(redefine misc);
unless(defined(&_SYS_SELECT_H)) {
die("Never use <bits/select.h> directly; include <sys/select.h> instead.");
}
eval 'sub __FD_ZERO {
my($s) = @_;
eval q( &do { \'unsigned int __i\'; &fd_set * &__arr = ($s); &for ( &__i = 0; &__i < $sizeof{ &fd_set} / $sizeof{ &__fd_mask}; ++ &__i) &__FDS_BITS ( &__arr)[ &__i] = 0; } &while (0));
}' unless defined(&__FD_ZERO);
eval 'sub __FD_SET {
my($d, $s) = @_;
eval q((( &void) ( &__FDS_BITS ($s)[ &__FD_ELT($d)] |= &__FD_MASK($d))));
}' unless defined(&__FD_SET);
eval 'sub __FD_CLR {
my($d, $s) = @_;
eval q((( &void) ( &__FDS_BITS ($s)[ &__FD_ELT($d)] &= ~ &__FD_MASK($d))));
}' unless defined(&__FD_CLR);
eval 'sub __FD_ISSET {
my($d, $s) = @_;
eval q((( &__FDS_BITS ($s)[ &__FD_ELT ($d)] & &__FD_MASK ($d)) != 0));
}' unless defined(&__FD_ISSET);
1;