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 / sys / uio.ph < prev    next >
Encoding:
Text File  |  2006-07-07  |  231 b   |  12 lines

  1. require '_h2ph_pre.ph';
  2.  
  3. no warnings 'redefine';
  4.  
  5. unless(defined(&_SYS_UIO_H)) {
  6.     eval 'sub _SYS_UIO_H () {1;}' unless defined(&_SYS_UIO_H);
  7.     require 'features.ph';
  8.     require 'sys/types.ph';
  9.     require 'bits/uio.ph';
  10. }
  11. 1;
  12.