Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / lib / DtSvc / DtUtil2 / CommandM.h
1 /*
2  * File:         CommandM.h $XConsortium: CommandM.h /main/3 1995/10/26 15:18:58 rswiston $
3  * Language:     C
4  *
5  * (c) Copyright 1988, Hewlett-Packard Company, all rights reserved.
6  *
7  * (c) Copyright 1993, 1994 Hewlett-Packard Company                     *
8  * (c) Copyright 1993, 1994 International Business Machines Corp.       *
9  * (c) Copyright 1993, 1994 Sun Microsystems, Inc.                      *
10  * (c) Copyright 1993, 1994 Novell, Inc.                                *
11  */
12
13 #ifndef _Dt_CommandM_h
14 #define _Dt_CommandM_h
15
16 /*
17  * Command Invoker execution window types.  Note that a success or
18  * failure notification will be sent for each request.  For
19  * failures, the only data returned is an error message.
20  */
21 #define DtNO_STDIO                      "NO_STDIO"
22 #define DtTERMINAL                      "TERMINAL"
23 #define DtPERM_TERMINAL                 "PERM_TERMINAL"
24 #define DtOUTPUT_ONLY                   "OUTPUT_ONLY"
25 #define DtSHARED_OUTPUT                 "SHARED_OUTPUT"
26
27 /*
28  * When the session manager starts, it needs a window type (NO-STDIO),
29  * but if a failure occurs, it does NOT want an error message, but
30  * instead wants to receive the execution host and the execution
31  * string.  The following define is for this type of request.
32  */
33 #define DtSTART_SESSION                 "START-SESSION"
34
35 #endif /* _Dt_CommandM_h */
36 /* Do not add anything after this endif. */