home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / uccs / root.14 / udk / usr / add-on / include / message.h < prev    next >
Encoding:
Text File  |  1998-08-19  |  977 b   |  24 lines

  1. /*
  2.  * Copyright (c) 1998 The Santa Cruz Operation, Inc.. All Rights Reserved. 
  3.  *                                                                         
  4.  *        THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF THE               
  5.  *                   SANTA CRUZ OPERATION INC.                             
  6.  *                                                                         
  7.  *   The copyright notice above does not evidence any actual or intended   
  8.  *   publication of such source code.                                      
  9.  */
  10.  
  11. #ident    "@(#)libetitam:message.h    1.1"
  12.     /*
  13.      *  message.h - V1.1
  14.      *
  15.      *    Message type definitions for help and error message support
  16.      */
  17.  
  18. #define  MT_HELP    0        /* Help message */
  19. #define  MT_ERROR    1        /* Error message */
  20. #define  MT_QUIT    2        /* Error message with quit option */
  21. #define  MT_POPUP    3        /* Disappearing error message */
  22. #define  MT_CONFIRM    4        /* Confirm/deny message */
  23. #define  MT_INFO    5        /* Informational message (no label) */
  24.