home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / UNIX3862.ZIP / U386-06.ZIP / U386-6.TD0 / usr / include / sys / cmn_err.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-06-26  |  645 b   |  25 lines

  1. /*    Copyright (c) 1984, 1986, 1987, 1988 AT&T    */
  2. /*      All Rights Reserved      */
  3.  
  4. /*    THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T    */
  5. /*    The copyright notice above does not evidence any       */
  6. /*    actual or intended publication of such source code.    */
  7.  
  8.  
  9. #ident    "@(#)head.sys:cmn_err.h    1.3"
  10.  
  11. /* Common error handling severity levels */
  12.  
  13. #define CE_CONT  0    /* continuation                */
  14. #define CE_NOTE  1    /* notice                */
  15. #define CE_WARN     2    /* warning                */
  16. #define CE_PANIC 3    /* panic                */
  17.  
  18. /*    Codes for where output should go.
  19. */
  20.  
  21. #define    PRW_BUF        0x01    /* Output to putbuf.        */
  22. #define    PRW_CONS    0x02    /* Output to console.        */
  23.  
  24. extern short    prt_where;
  25.