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 / sigcontext.ph < prev    next >
Encoding:
Text File  |  2006-07-07  |  414 b   |  13 lines

  1. require '_h2ph_pre.ph';
  2.  
  3. no warnings 'redefine';
  4.  
  5. if(!defined (defined(&_SIGNAL_H) ? &_SIGNAL_H : 0)  && !defined (defined(&_SYS_UCONTEXT_H) ? &_SYS_UCONTEXT_H : 0)) {
  6.     die("Never use <bits/sigcontext.h> directly; include <signal.h> instead.");
  7. }
  8. unless(defined(&sigcontext_struct)) {
  9.     eval 'sub sigcontext_struct () { &sigcontext;}' unless defined(&sigcontext_struct);
  10.     require 'asm/sigcontext.ph';
  11. }
  12. 1;
  13.