home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 2006 November (DVD)
/
PCWELT_11_2006.ISO
/
casper
/
filesystem.squashfs
/
usr
/
lib
/
perl
/
5.8.8
/
bits
/
uio.ph
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-07-07
|
248 b
|
13 lines
require '_h2ph_pre.ph';
no warnings 'redefine';
unless(defined(&_SYS_UIO_H)) {
die("Never include <bits/uio.h> directly; use <sys/uio.h> instead.");
}
require 'sys/types.ph';
unless(defined(&UIO_MAXIOV)) {
sub UIO_MAXIOV () { 1024;}
}
1;