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 / sigstack.ph < prev    next >
Encoding:
Text File  |  2006-07-07  |  405 b   |  17 lines

  1. require '_h2ph_pre.ph';
  2.  
  3. no warnings 'redefine';
  4.  
  5. unless(defined(&_SIGNAL_H)) {
  6.     die("Never include this file directly.  Use <signal.h> instead");
  7. }
  8. eval("sub SS_ONSTACK () { 1; }") unless defined(&SS_ONSTACK);
  9. eval("sub SS_DISABLE () { 2; }") unless defined(&SS_DISABLE);
  10. unless(defined(&MINSIGSTKSZ)) {
  11.     sub MINSIGSTKSZ () {    2048;}
  12. }
  13. unless(defined(&SIGSTKSZ)) {
  14.     sub SIGSTKSZ () {    8192;}
  15. }
  16. 1;
  17.