Merge branch 'master' of https://git.code.sf.net/p/cdesktopenv/code
[oweals/cde.git] / cde / programs / dtsession / SmResource.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 librararies 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: SmResource.h /main/5 1996/01/22 20:06:16 barstow $ */
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 /*************************************<+>*************************************
32  *****************************************************************************
33  **
34  **  File:        SmResource.h
35  **
36  **  Project:     HP DT Session Manager (dtsession)
37  **
38  **  Description:
39  **  -----------
40  **  Contains all resource names and classes for the session manager
41  **
42  **
43  *******************************************************************
44  **  (c) Copyright Hewlett-Packard Company, 1990.  All rights are  
45  **  reserved.  Copying or other reproduction of this program      
46  **  except for archival purposes is prohibited without prior      
47  **  written consent of Hewlett-Packard Company.                     
48  ********************************************************************
49  **
50  **
51  **
52  *****************************************************************************
53  *************************************<+>*************************************/
54
55 #ifndef _smresource_h 
56 #define _smresource_h
57
58 /*
59  * Default resource valuse
60  */
61 #define DEFAULT_NUM_SESSIONS_BACKED_UP          2
62
63 /*
64  * Global resource names
65  */
66 extern char SmNsessionVersion[];
67
68 /*
69  * Session Manager Resource Names
70  */
71 extern char SmNwmStartup[];
72 extern char SmNquerySettings[];
73 extern char SmNkeys[];
74 extern char SmNalarmTime[];
75 extern char SmNmemThreshold[];
76 extern char SmNcontManagement[];
77 extern char SmNwaitClientTimeout[];
78 extern char SmNwaitWmTimeout[];
79 extern char SmNuseMessaging[];
80 extern char SmNcycleTimeout[];
81 extern char SmNlockTimeout[];
82 extern char SmNsaverTimeout[];
83 extern char SmNrandom[];
84 extern char SmNsaverList[];
85 extern char SmNsaveYourselfTimeout[];
86 extern char SmNmergeXdefaults[];
87 extern char SmNnumSessionsBackedup[];
88 extern char SmNignoreEnvironment[];
89
90 /* 
91  * Resource names for settings information 
92  */
93 extern char SmNkeyClick[];
94 extern char SmNbellPercent[];
95 extern char SmNbellPitch[];
96 extern char SmNbellDuration[];
97 extern char SmNledMask[];
98 extern char SmNglobalRepeats[];
99 extern char SmNautoRepeats[];
100 extern char SmNaccelNum[];
101 extern char SmNaccelDenom[];
102 extern char SmNthreshold[];
103 extern char SmNtimeout[];
104 extern char SmNinterval[];
105 extern char SmNpreferBlank[];
106 extern char SmNallowExp[];
107 extern char SmNfontPath[];
108 extern char SmNkeySymsPerKey[];
109 extern char SmNnumKeyCode[];
110 extern char SmNkeySyms[];
111 extern char SmNmaxKeyPerMod[];
112 extern char SmNmodMap[];
113 extern char SmNbuttonMap[];
114 extern char SmNhostState[];
115 extern char SmNhostNames[];
116 extern char SmNdidQuerySettings[];
117 extern char SmNshutDownState[];
118 extern char SmNshutDownMode[];
119 extern char SmNdisplayResolution[];
120 extern char SmNsessionLang[];
121 extern char SmNsaveFontPath[];
122
123 /*
124  * Global resource classes
125  */
126 extern char SmCsessionVersion[];
127
128 /*
129  * Session Manager Resource Classes
130  */
131 extern char SmCwmStartup[];
132 extern char SmCquerySettings[];
133 extern char SmCkeys[];
134 extern char SmCalarmTime[];
135 extern char SmCmemThreshold[];
136 extern char SmCContManagement[];
137 extern char SmRContManagement[];
138 extern char SmCWaitClientTimeout[];
139 extern char SmCWaitWmTimeout[];
140 extern char SmCUseMessaging[];
141 extern char SmCcycleTimeout[];
142 extern char SmClockTimeout[];
143 extern char SmCsaverTimeout[];
144 extern char SmCrandom[];
145 extern char SmCsaverList[];
146 extern char SmCsaveYourselfTimeout[];
147 extern char SmCmergeXdefaults[];
148 extern char SmCnumSessionsBackedup[];
149 extern char SmCignoreEnvironment[];
150
151 /*
152  * Class names for session settings information
153  */
154 extern char SmCkeyClick[];
155 extern char SmCbellPercent[];
156 extern char SmCbellPitch[];
157 extern char SmCbellDuration[];
158 extern char SmCledMask[];
159 extern char SmCglobalRepeats[];
160 extern char SmCautoRepeats[];
161 extern char SmCaccelNum[];
162 extern char SmCaccelDenom[];
163 extern char SmCthreshold[];
164 extern char SmCtimeout[];
165 extern char SmCinterval[];
166 extern char SmCpreferBlank[];
167 extern char SmCallowExp[];
168 extern char SmCfontPath[];
169 extern char SmCkeySymsPerKey[];
170 extern char SmCnumKeyCode[];
171 extern char SmCkeySyms[];
172 extern char SmCmaxKeyPerMod[];
173 extern char SmCmodMap[];
174 extern char SmCbuttonMap[];
175 extern char SmChostState[];
176 extern char SmChostNames[];
177 extern char SmCdidQuerySettings[];
178 extern char SmCshutDownState[];
179 extern char SmCshutDownMode[];
180 extern char SmCdisplayResolution[];
181 extern char SmCsessionLang[];
182 extern char SmCsaveFontPath[];
183
184 #endif /* _smresource_h */