dtwm: Remove the define PANELIST, it is always on for dtwm
[oweals/cde.git] / cde / programs / dtdspmsg / msgfac_msg.h
1 /*
2  * CDE - Common Desktop Environment
3  *
4  * Copyright (c) 1993-2012, The Open Group. All rights reserved.
5  *
6  * These libraries and programs are free software; you can
7  * redistribute them and/or modify them under the terms of the GNU
8  * Lesser General Public License as published by the Free Software
9  * Foundation; either version 2 of the License, or (at your option)
10  * any later version.
11  *
12  * These libraries and programs are distributed in the hope that
13  * they will be useful, but WITHOUT ANY WARRANTY; without even the
14  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15  * PURPOSE. See the GNU Lesser General Public License for more
16  * details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with these libraries and programs; if not, write
20  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
21  * Floor, Boston, MA 02110-1301 USA
22  */
23 /* $XConsortium: msgfac_msg.h /main/3 1995/11/02 15:48:04 rswiston $ */
24 /*        
25  * (c) Copyright 1993, 1994 Hewlett-Packard Company  
26  * (c) Copyright 1993, 1994 International Business Machines Corp. 
27  * (c) Copyright 1993, 1994 Sun Microsystems, Inc.   
28  * (c) Copyright 1993, 1994 Novell, Inc.  
29  */
30
31 #ifndef _H_MSGFAC_MSG 
32 #define _H_MSGFAC_MSG 
33 #include <limits.h>
34 #include <nl_types.h>
35 #define MF_MSGFAC "msgfac.cat"
36
37
38
39 /* The following was generated from msgfac.msg. */
40
41
42 /* definitions for set MS_DSPCAT */
43 #define MS_DSPCAT 1
44
45 #define M_CAT_NO_OPEN 1
46 #define M_NO_ID 2
47 #define M_USAGE 3
48
49 /* definitions for set MS_GENCAT */
50 #define MS_GENCAT 2
51
52 #define M_MSG_0 1
53 #define M_MSG_1 2
54 #define M_MSG_2 3
55 #define M_MSG_3 4
56 #define M_MSG_5 5
57 #define M_MSG_7 6
58 #define M_MSG_8 7
59 #define M_MSG_9 8
60 #define M_MSG_10 9
61 #define M_MSG_11 10
62 #define M_MSG_12 11
63 #define M_MSG_13 12
64 #define M_MSG_14 13
65 #define M_MSG_15 14
66 #define M_MSG_18 15
67 #define M_MSG_19 16
68 #define M_NOMSG 17
69 #define M_ORDER 18
70
71 /* definitions for set MS_MKCATDEFS */
72 #define MS_MKCATDEFS 3
73
74 #define MKCATUSAGE 1
75 #define MNAMTOOLONG 2
76 #define MKCATOPN 3
77 #define INVTAG 4
78 #define INVLDSET 5
79 #define ZEROINV 6
80 #define MULTOPN 7
81 #define MULTNR 8
82 #define NOTASC 9
83 #define READERRS 10
84 #define WRITERRS 11
85 #define ERRFND 12
86 #define HCREAT 13
87 #define NOSYMB 14
88 #define NOHDR 15
89 #define IMBCHD 16
90 #define IMBCTX 17
91
92 /* definitions for set MS_DSPMSG */
93 #define MS_DSPMSG 4
94
95 #define M_DSPMSG 1
96 #define M_REORDER 2
97 #define M_INVRE 3
98 #define M_REINDEX 4
99
100 /* definitions for set MS_RUNCAT */
101 #define MS_RUNCAT 5
102
103 #define M_RUNCAT 1
104 #endif