Initial import of the CDE 2.1.30 sources from the Open Group.

This commit is contained in:
Peter Howkins
2012-03-10 18:21:40 +00:00
commit 83b6996daa
18978 changed files with 3945623 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
/*
* File: CommandM.h $XConsortium: CommandM.h /main/3 1995/10/26 15:18:58 rswiston $
* Language: C
*
* (c) Copyright 1988, Hewlett-Packard Company, all rights reserved.
*
* (c) Copyright 1993, 1994 Hewlett-Packard Company *
* (c) Copyright 1993, 1994 International Business Machines Corp. *
* (c) Copyright 1993, 1994 Sun Microsystems, Inc. *
* (c) Copyright 1993, 1994 Novell, Inc. *
*/
#ifndef _Dt_CommandM_h
#define _Dt_CommandM_h
/*
* Command Invoker execution window types. Note that a success or
* failure notification will be sent for each request. For
* failures, the only data returned is an error message.
*/
#define DtNO_STDIO "NO_STDIO"
#define DtTERMINAL "TERMINAL"
#define DtPERM_TERMINAL "PERM_TERMINAL"
#define DtOUTPUT_ONLY "OUTPUT_ONLY"
#define DtSHARED_OUTPUT "SHARED_OUTPUT"
/*
* When the session manager starts, it needs a window type (NO-STDIO),
* but if a failure occurs, it does NOT want an error message, but
* instead wants to receive the execution host and the execution
* string. The following define is for this type of request.
*/
#define DtSTART_SESSION "START-SESSION"
#endif /* _Dt_CommandM_h */
/* Do not add anything after this endif. */