home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / news / nn.tar / nn-6.5.1 / conf / s-uts2-0.h < prev    next >
C/C++ Source or Header  |  1995-04-29  |  497b  |  19 lines

  1. /*
  2.  *    This version is for Amdahl UTS 2.0
  3.  *    From: neulynne@uts.uni-c.dk (Mogens Lynnerup)
  4.  */
  5.  
  6. #include "s-sys5.h"
  7.  
  8. /*
  9.  *    Define HAVE_GETHOSTNAME if your system provides a BSD like
  10.  *    gethostname routine.
  11.  *    Otherwise, define HAVE_UNAME if uname() is avaiable.
  12.  *    As a final resort, define HOSTNAME to the name of your system.
  13.  */
  14.  
  15. #undef    HAVE_UNAME            /* System V */
  16. #define HAVE_GETHOSTNAME                /* UTS 2.0  */
  17.  
  18. #define EXTRA_LIB -lsocket              /* To get gethostname routine. */
  19.