home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / news / nn.tar / nn-6.5.1 / conf / m-m680x0.h < prev    next >
Text File  |  1995-04-29  |  427b  |  15 lines

  1. /************** Machine (and compiler) dependent definitions. **************
  2.  *
  3.  *    For all Motorola 68000/68020/68030/... based systems.
  4.  */
  5.  
  6.  
  7. /*      MACHINE TYPE    DEFINED TYPE        VALUE RANGE    */
  8.  
  9. typedef unsigned char    int8;        /*        0 ..     255 */
  10. typedef short        int16;        /*  -10,000 ..  10,000 */
  11. typedef long        int32;        /* -100,000 .. 100,000 */
  12. typedef unsigned long    uint32;        /*       0 ..  2^31-1 */
  13.  
  14. #define NETWORK_BYTE_ORDER
  15.