home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 202.img / SCO386N2.TD0 / usr / sys / conf / tab.c < prev    next >
Encoding:
C/C++ Source or Header  |  1987-11-03  |  585 b   |  28 lines

  1.  
  2. /*
  3.  *    %Z% %M% %I% %D% %Q%
  4.  *
  5.  *    Copyright (C) The Santa Cruz Operation, 1984, 1985, 1986, 1987.
  6.  *    Copyright (C) Microsoft Corporation, 1984, 1985, 1986, 1987.
  7.  *    This Module contains Proprietary Information of
  8.  *    The Santa Cruz Operation, Microsoft Corporation
  9.  *    and AT&T, and should be treated as Confidential.
  10.  */
  11.  
  12. #include  "../h/param.h"
  13. #include  "../h/types.h"
  14. #include  "../h/sysmacros.h"
  15. #include  "../h/systm.h"
  16.  
  17. #ifdef SYSINFO
  18. #include  "../h/sysinfo.h"
  19. struct sysinfo sysinfo;
  20. struct syswait syswait;
  21. #endif
  22.  
  23. int do_nfc;    /* DSA */
  24. int nfs1;
  25. int nfs2;
  26. paddr_t    kmemstart;
  27.  
  28.