home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / glibc-1.09 / glibc-1 / glibc-1.09.1 / sysdeps / stub / bytesex.h < prev    next >
Encoding:
Text File  |  1994-07-18  |  426 b   |  10 lines

  1. /* This file should define __BYTE_ORDER as appropriate for the machine
  2.    in question.  See string/endian.h for how to define it.
  3.  
  4.    If only the stub bytesex.h applies to a particular configuration,
  5.    bytesex.h is generated by running a program on the host machine.
  6.    So if cross-compiling to a machine with a different byte order,
  7.    the bytesex.h file for that machine must exist.  */
  8.  
  9. #error Machine byte order unknown.
  10.