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 / endian.ph next >
Encoding:
Text File  |  2006-07-07  |  242 b   |  12 lines

  1. require '_h2ph_pre.ph';
  2.  
  3. no warnings 'redefine';
  4.  
  5. unless(defined(&_ENDIAN_H)) {
  6.     die("Never use <bits/endian.h> directly; include <endian.h> instead.");
  7. }
  8. unless(defined(&__BYTE_ORDER)) {
  9.     sub __BYTE_ORDER () {     &__LITTLE_ENDIAN;}
  10. }
  11. 1;
  12.