home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume26 / sysinfo-1.0 / part01 / info-ultrix.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-10  |  759 b   |  35 lines

  1. /*
  2.  * Copyright (c) 1992 Michael A. Cooper.
  3.  * This software may be freely distributed provided it is not sold for 
  4.  * profit and the author is credited appropriately.
  5.  */
  6.  
  7. /*
  8.  * $Header: /src/common/usc/bin/sysinfo/RCS/info-ultrix.h,v 1.3 1992/04/26 23:32:06 mcooper Exp $
  9.  *
  10.  * $Log: info-ultrix.h,v $
  11.  * Revision 1.3  1992/04/26  23:32:06  mcooper
  12.  * Add Copyright notice
  13.  *
  14.  * Revision 1.2  1992/03/08  01:11:58  mcooper
  15.  * Add MAX_DISK_PARTS.
  16.  *
  17.  * Revision 1.2  1992/03/08  01:11:58  mcooper
  18.  * Add MAX_DISK_PARTS.
  19.  *
  20.  * Revision 1.1  1992/03/06  18:35:31  mcooper
  21.  * Initial revision
  22.  *
  23.  */
  24.  
  25.  
  26. /*
  27.  * Maximium number of tape drives that Ultrix supports
  28.  */
  29. #define MAXTAPES        32
  30.  
  31. /*
  32.  * Maximium number of partitions per disk
  33.  */
  34. #define MAX_DISK_PARTS        8
  35.