Files
server/usr/lib/x86_64-linux-gnu/perl/5.38.2/bits/socket2.ph
2026-01-07 20:52:11 +01:00

9 lines
177 B
Perl

require '_h2ph_pre.ph';
no warnings qw(redefine misc);
unless(defined(&_SYS_SOCKET_H)) {
die("Never include <bits/socket2.h> directly; use <sys/socket.h> instead.");
}
1;