dtfile: remove register keyword
[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 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: 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 extern char SmNxineramaPreferredScreen[];
90
91 /* 
92  * Resource names for settings information 
93  */
94 extern char SmNkeyClick[];
95 extern char SmNbellPercent[];
96 extern char SmNbellPitch[];
97 extern char SmNbellDuration[];
98 extern char SmNledMask[];
99 extern char SmNglobalRepeats[];
100 extern char SmNautoRepeats[];
101 extern char SmNaccelNum[];
102 extern char SmNaccelDenom[];
103 extern char SmNthreshold[];
104 extern char SmNtimeout[];
105 extern char SmNinterval[];
106 extern char SmNpreferBlank[];
107 extern char SmNallowExp[];
108 extern char SmNfontPath[];
109 extern char SmNkeySymsPerKey[];
110 extern char SmNnumKeyCode[];
111 extern char SmNkeySyms[];
112 extern char SmNmaxKeyPerMod[];
113 extern char SmNmodMap[];
114 extern char SmNbuttonMap[];
115 extern char SmNhostState[];
116 extern char SmNhostNames[];
117 extern char SmNdidQuerySettings[];
118 extern char SmNshutDownState[];
119 extern char SmNshutDownMode[];
120 extern char SmNdisplayResolution[];
121 extern char SmNsessionLang[];
122 extern char SmNsaveFontPath[];
123
124 /*
125  * Global resource classes
126  */
127 extern char SmCsessionVersion[];
128
129 /*
130  * Session Manager Resource Classes
131  */
132 extern char SmCwmStartup[];
133 extern char SmCquerySettings[];
134 extern char SmCkeys[];
135 extern char SmCalarmTime[];
136 extern char SmCmemThreshold[];
137 extern char SmCContManagement[];
138 extern char SmRContManagement[];
139 extern char SmCWaitClientTimeout[];
140 extern char SmCWaitWmTimeout[];
141 extern char SmCUseMessaging[];
142 extern char SmCcycleTimeout[];
143 extern char SmClockTimeout[];
144 extern char SmCsaverTimeout[];
145 extern char SmCrandom[];
146 extern char SmCsaverList[];
147 extern char SmCsaveYourselfTimeout[];
148 extern char SmCmergeXdefaults[];
149 extern char SmCnumSessionsBackedup[];
150 extern char SmCignoreEnvironment[];
151 extern char SmCxineramaPreferredScreen[];
152
153
154 /*
155  * Class names for session settings information
156  */
157 extern char SmCkeyClick[];
158 extern char SmCbellPercent[];
159 extern char SmCbellPitch[];
160 extern char SmCbellDuration[];
161 extern char SmCledMask[];
162 extern char SmCglobalRepeats[];
163 extern char SmCautoRepeats[];
164 extern char SmCaccelNum[];
165 extern char SmCaccelDenom[];
166 extern char SmCthreshold[];
167 extern char SmCtimeout[];
168 extern char SmCinterval[];
169 extern char SmCpreferBlank[];
170 extern char SmCallowExp[];
171 extern char SmCfontPath[];
172 extern char SmCkeySymsPerKey[];
173 extern char SmCnumKeyCode[];
174 extern char SmCkeySyms[];
175 extern char SmCmaxKeyPerMod[];
176 extern char SmCmodMap[];
177 extern char SmCbuttonMap[];
178 extern char SmChostState[];
179 extern char SmChostNames[];
180 extern char SmCdidQuerySettings[];
181 extern char SmCshutDownState[];
182 extern char SmCshutDownMode[];
183 extern char SmCdisplayResolution[];
184 extern char SmCsessionLang[];
185 extern char SmCsaveFontPath[];
186
187 #endif /* _smresource_h */