home *** CD-ROM | disk | FTP | other *** search
- /*
- * @(#) cmn_err.h 1.1 88/05/18
- *
- * Copyright (C) The Santa Cruz Operation, 1984, 1985, 1986, 1987.
- * Copyright (C) Microsoft Corporation, 1984, 1985, 1986, 1987.
- * This Module contains Proprietary Information of
- * The Santa Cruz Operation, Microsoft Corporation
- * and AT&T, and should be treated as Confidential.
- */
-
- /* Common error handling severity levels */
-
- #define CE_CONT 0 /* continuation */
- #define CE_INFO 1 /* information */
- #define CE_WARN 2 /* warning */
- #define CE_ERROR 3 /* error */
- #define CE_PANIC 4 /* panic */
-
- /* Common error level of printing */
-
- #define ALL_LEVS 9
-
- extern int errlev;
-