home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 202.img / SCO386N2.TD0 / usr / include / sys / cmn_err.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-05-18  |  636 b   |  24 lines

  1. /*
  2.  *    @(#) cmn_err.h 1.1 88/05/18 
  3.  *
  4.  *    Copyright (C) The Santa Cruz Operation, 1984, 1985, 1986, 1987.
  5.  *    Copyright (C) Microsoft Corporation, 1984, 1985, 1986, 1987.
  6.  *    This Module contains Proprietary Information of
  7.  *    The Santa Cruz Operation, Microsoft Corporation
  8.  *    and AT&T, and should be treated as Confidential.
  9.  */
  10.  
  11. /* Common error handling severity levels */
  12.  
  13. #define CE_CONT  0    /* continuation                */
  14. #define CE_INFO  1    /* information                */
  15. #define CE_WARN     2    /* warning                */
  16. #define CE_ERROR 3    /* error                */
  17. #define CE_PANIC 4    /* panic                */
  18.  
  19. /* Common error level of printing */
  20.  
  21. #define ALL_LEVS 9
  22.  
  23. extern int errlev;
  24.