home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / perl / 5.10.0 / bits / sigthread.ph < prev    next >
Encoding:
Text File  |  2009-06-26  |  364 b   |  12 lines

  1. require '_h2ph_pre.ph';
  2.  
  3. no warnings 'redefine';
  4.  
  5. unless(defined(&_BITS_SIGTHREAD_H)) {
  6.     eval 'sub _BITS_SIGTHREAD_H () {1;}' unless defined(&_BITS_SIGTHREAD_H);
  7.     if(!defined (defined(&_SIGNAL_H) ? &_SIGNAL_H : undef)  && !defined (defined(&_PTHREAD_H) ? &_PTHREAD_H : undef)) {
  8.     die("Never include this file directly.  Use <pthread.h> instead");
  9.     }
  10. }
  11. 1;
  12.