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 / sigthread.ph < prev    next >
Encoding:
Text File  |  2006-07-07  |  356 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 : 0)  && !defined (defined(&_PTHREAD_H) ? &_PTHREAD_H : 0)) {
  8.     die("Never include this file directly.  Use <pthread.h> instead");
  9.     }
  10. }
  11. 1;
  12.