home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Utilities / top-0.5-MI / machine / m_sunos54.c < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-13  |  1.1 KB  |  32 lines

  1. /*
  2.  * top - a top users display for Unix
  3.  *
  4.  * SYNOPSIS:  Any Sun running SunOS 5.4 (Solaris 2.4) and later ?.
  5.  *
  6.  * DESCRIPTION:
  7.  * This is the machine-dependent module for SunOS 5.4 (Solaris 2).
  8.  * There is some support for MP architectures.
  9.  * This makes top work on the following systems:
  10.  *         SunOS 5.4 (and later)
  11.  *
  12.  * Tested on a SS20/61 w/ SunPRO C 2.0.1 running Solaris 2.4/SPARC and
  13.  * a P90 running Solaris 2.4/x86.
  14.  *
  15.  * LIBS: -lkvm -lelf 
  16.  *
  17.  * Need -I. for all the top include files which are searched for in machine/,
  18.  * because of the way include "file" finds files.
  19.  *
  20.  * CFLAGS: -I. -DHAVE_GETOPT -DSOLARIS24
  21.  *
  22.  * AUTHORS:      Torsten Kasch      <torsten@techfak.uni-bielefeld.de>
  23.  *               Robert Boucher     <boucher@sofkin.ca>
  24.  * CONTRIBUTORS: Marc Cohen         <marc@aai.com>
  25.  *               Charles Hedrick    <hedrick@geneva.rutgers.edu>
  26.  *               William L. Jones   <jones@chpc>
  27.  *               Petri Kutvonen     <kutvonen@cs.helsinki.fi>
  28.  *               Casper Dik         <casper@fwi.uva.nl>
  29.  *               Tim Pugh           <tpugh@oce.orst.edu>
  30.  */
  31. #include "machine/m_sunos5.c"
  32.