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-hp9000.h < prev    next >
Text File  |  1995-04-29  |  550b  |  22 lines

  1.  
  2. /************** Machine (and compiler) dependent definitions. **************
  3.  *
  4.  *    This is for HP9000 Series 320 and 800 (at least)
  5.  */
  6.  
  7.  
  8. /*      MACHINE TYPE    DEFINED TYPE        VALUE RANGE    */
  9.  
  10. typedef unsigned char    int8;        /*        0 ..     255 */
  11. typedef short        int16;        /*  -10,000 ..  10,000 */
  12. typedef long        int32;        /* -100,000 .. 100,000 */
  13. typedef unsigned long    uint32;        /*       0 ..  2^31-1 */
  14.  
  15.  
  16. /*
  17.  *    Define NETWORK_BYTE_ORDER if the machine's int32's are
  18.  *    already in network byte order, i.e. m68k based.
  19.  */
  20.  
  21. #define NETWORK_BYTE_ORDER    /* */
  22.