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-sgi4D.h < prev    next >
C/C++ Source or Header  |  1995-04-29  |  523b  |  19 lines

  1. /************** Machine (and compiler) dependent definitions. **************
  2.  *
  3.  *    This file is for a Silicon Graphics 4D series machines
  4.  */
  5.  
  6. /*      MACHINE TYPE    DEFINED TYPE        VALUE RANGE    */
  7.  
  8. typedef unsigned char    int8;        /*        0 ..     255 */
  9. typedef short        int16;        /*  -10,000 ..  10,000 */
  10. typedef long        int32;        /* -100,000 .. 100,000 */
  11. typedef unsigned long    uint32;        /*       0 ..  2^31-1 */
  12.  
  13. #undef NO_VARARGS
  14.  
  15. #ifdef NETWORK_DATABASE
  16. #undef NETWORK_BYTE_ORDER
  17. #include <netinet/in.h>
  18. #endif    /* NETWORK DATABASE */
  19.