Update TCL libraries link and restrict tcl8.6 only to SuSE.
[oweals/cde.git] / cde / programs / nsgmls / PosixStorageMessages.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: PosixStorageMessages.h /main/1 1996/07/29 17:01:59 cde-hp $ */
24 // This file was automatically generated from PosixStorageMessages.msg by msggen.pl.
25 #include "Message.h"
26
27 #ifdef SP_NAMESPACE
28 namespace SP_NAMESPACE {
29 #endif
30
31 struct PosixStorageMessages {
32   // 2200
33   static const MessageType2 readSystemCall;
34   // 2201
35   static const MessageType2 openSystemCall;
36   // 2202
37   static const MessageType2 closeSystemCall;
38   // 2203
39   static const MessageType2 lseekSystemCall;
40   // 2204
41   static const MessageType1 invalidFilename;
42   // 2205
43   static const MessageType2 fdRead;
44   // 2206
45   static const MessageType2 fdLseek;
46   // 2207
47   static const MessageType1 invalidNumber;
48   // 2208
49   static const MessageType2 cannotFind;
50 };
51 const MessageType2 PosixStorageMessages::readSystemCall(
52 MessageType::error,
53 #ifdef BUILD_LIBSP
54 MessageFragment::libModule,
55 #else
56 MessageFragment::appModule,
57 #endif
58 2200
59 #ifndef SP_NO_MESSAGE_TEXT
60 ,"error reading %1 (%2)"
61 #endif
62 );
63 const MessageType2 PosixStorageMessages::openSystemCall(
64 MessageType::error,
65 #ifdef BUILD_LIBSP
66 MessageFragment::libModule,
67 #else
68 MessageFragment::appModule,
69 #endif
70 2201
71 #ifndef SP_NO_MESSAGE_TEXT
72 ,"cannot open %1 (%2)"
73 #endif
74 );
75 const MessageType2 PosixStorageMessages::closeSystemCall(
76 MessageType::error,
77 #ifdef BUILD_LIBSP
78 MessageFragment::libModule,
79 #else
80 MessageFragment::appModule,
81 #endif
82 2202
83 #ifndef SP_NO_MESSAGE_TEXT
84 ,"error closing %1 (%2)"
85 #endif
86 );
87 const MessageType2 PosixStorageMessages::lseekSystemCall(
88 MessageType::error,
89 #ifdef BUILD_LIBSP
90 MessageFragment::libModule,
91 #else
92 MessageFragment::appModule,
93 #endif
94 2203
95 #ifndef SP_NO_MESSAGE_TEXT
96 ,"error seeking on %1 (%2)"
97 #endif
98 );
99 const MessageType1 PosixStorageMessages::invalidFilename(
100 MessageType::error,
101 #ifdef BUILD_LIBSP
102 MessageFragment::libModule,
103 #else
104 MessageFragment::appModule,
105 #endif
106 2204
107 #ifndef SP_NO_MESSAGE_TEXT
108 ,"invalid filename %1"
109 #endif
110 );
111 const MessageType2 PosixStorageMessages::fdRead(
112 MessageType::error,
113 #ifdef BUILD_LIBSP
114 MessageFragment::libModule,
115 #else
116 MessageFragment::appModule,
117 #endif
118 2205
119 #ifndef SP_NO_MESSAGE_TEXT
120 ,"error reading file descriptor %1 (%2)"
121 #endif
122 );
123 const MessageType2 PosixStorageMessages::fdLseek(
124 MessageType::error,
125 #ifdef BUILD_LIBSP
126 MessageFragment::libModule,
127 #else
128 MessageFragment::appModule,
129 #endif
130 2206
131 #ifndef SP_NO_MESSAGE_TEXT
132 ,"error seeking on file descriptor %1 (%2)"
133 #endif
134 );
135 const MessageType1 PosixStorageMessages::invalidNumber(
136 MessageType::error,
137 #ifdef BUILD_LIBSP
138 MessageFragment::libModule,
139 #else
140 MessageFragment::appModule,
141 #endif
142 2207
143 #ifndef SP_NO_MESSAGE_TEXT
144 ,"%1 is not a valid file descriptor number"
145 #endif
146 );
147 const MessageType2 PosixStorageMessages::cannotFind(
148 MessageType::error,
149 #ifdef BUILD_LIBSP
150 MessageFragment::libModule,
151 #else
152 MessageFragment::appModule,
153 #endif
154 2208
155 #ifndef SP_NO_MESSAGE_TEXT
156 ,"cannot find %1; tried %2"
157 #endif
158 );
159 #ifdef SP_NAMESPACE
160 }
161 #endif