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:
Text File  |  2006-07-07  |  248 b   |  13 lines

  1. require '_h2ph_pre.ph';
  2.  
  3. no warnings 'redefine';
  4.  
  5. unless(defined(&_SYS_UIO_H)) {
  6.     die("Never include <bits/uio.h> directly; use <sys/uio.h> instead.");
  7. }
  8. require 'sys/types.ph';
  9. unless(defined(&UIO_MAXIOV)) {
  10.     sub UIO_MAXIOV () {    1024;}
  11. }
  12. 1;
  13.