Commit 99691e522ad52c57f2cea43af9e3d591e8973b6a
1 parent
5db3f495
Exists in
master
and in
5 other branches
Limpando códigos antigos e não mais usados
Showing
12 changed files
with
375 additions
and
363 deletions
Show diff stats
pw3270.cbp
... | ... | @@ -9,8 +9,8 @@ |
9 | 9 | <Option compiler="mingw_64_compiler" /> |
10 | 10 | <Build> |
11 | 11 | <Target title="Debug"> |
12 | - <Option output=".bin\Debug\pw3270" prefix_auto="1" extension_auto="1" /> | |
13 | - <Option object_output=".obj\Debug\" /> | |
12 | + <Option output=".bin/Debug/pw3270" prefix_auto="1" extension_auto="1" /> | |
13 | + <Option object_output=".obj/Debug/" /> | |
14 | 14 | <Option type="1" /> |
15 | 15 | <Option compiler="mingw_64_compiler" /> |
16 | 16 | <Option use_console_runner="0" /> |
... | ... | @@ -20,8 +20,8 @@ |
20 | 20 | </Compiler> |
21 | 21 | </Target> |
22 | 22 | <Target title="Release"> |
23 | - <Option output=".bin\Release\pw3270" prefix_auto="1" extension_auto="1" /> | |
24 | - <Option object_output=".obj\Release\" /> | |
23 | + <Option output=".bin/Release/pw3270" prefix_auto="1" extension_auto="1" /> | |
24 | + <Option object_output=".obj/Release/" /> | |
25 | 25 | <Option type="0" /> |
26 | 26 | <Option compiler="mingw_64_compiler" /> |
27 | 27 | <Compiler> |
... | ... | @@ -35,308 +35,305 @@ |
35 | 35 | <Compiler> |
36 | 36 | <Add option="-Wall" /> |
37 | 37 | <Add option="`pkg-config gtk+-3.0 lib3270 --cflags`" /> |
38 | - <Add directory="src\include" /> | |
38 | + <Add directory="src/include" /> | |
39 | 39 | </Compiler> |
40 | 40 | <Linker> |
41 | 41 | <Add option="`pkg-config gtk+-3.0 lib3270 --libs`" /> |
42 | 42 | </Linker> |
43 | 43 | <Unit filename="Makefile.in" /> |
44 | - <Unit filename="android\Makefile" /> | |
45 | - <Unit filename="android\jni\Android.mk" /> | |
46 | - <Unit filename="android\jni\globals.h" /> | |
47 | - <Unit filename="android\jni\main.cpp" /> | |
48 | - <Unit filename="android\jni\misc.cpp" /> | |
49 | - <Unit filename="android\src\br\com\bb\pw3270\PW3270Activity.java" /> | |
50 | - <Unit filename="android\src\br\com\bb\pw3270\lib3270.java" /> | |
44 | + <Unit filename="android/Makefile" /> | |
45 | + <Unit filename="android/jni/Android.mk" /> | |
46 | + <Unit filename="android/jni/globals.h" /> | |
47 | + <Unit filename="android/jni/main.cpp" /> | |
48 | + <Unit filename="android/jni/misc.cpp" /> | |
49 | + <Unit filename="android/src/br/com/bb/pw3270/PW3270Activity.java" /> | |
50 | + <Unit filename="android/src/br/com/bb/pw3270/lib3270.java" /> | |
51 | 51 | <Unit filename="autogen.sh" /> |
52 | 52 | <Unit filename="colors.conf" /> |
53 | 53 | <Unit filename="configure.ac" /> |
54 | 54 | <Unit filename="pw3270.spec.in" /> |
55 | - <Unit filename="src\include\lib3270.h" /> | |
56 | - <Unit filename="src\include\lib3270\action_table.h" /> | |
57 | - <Unit filename="src\include\lib3270\actions.h" /> | |
58 | - <Unit filename="src\include\lib3270\config.h.in" /> | |
59 | - <Unit filename="src\include\lib3270\filetransfer.h" /> | |
60 | - <Unit filename="src\include\lib3270\html.h" /> | |
61 | - <Unit filename="src\include\lib3270\log.h" /> | |
62 | - <Unit filename="src\include\lib3270\popup.h" /> | |
63 | - <Unit filename="src\include\lib3270\selection.h" /> | |
64 | - <Unit filename="src\include\lib3270\session.h" /> | |
65 | - <Unit filename="src\include\lib3270\trace.h" /> | |
66 | - <Unit filename="src\include\pw3270.h" /> | |
67 | - <Unit filename="src\include\rules.mak.in" /> | |
68 | - <Unit filename="src\lib3270\3270ds.h" /> | |
69 | - <Unit filename="src\lib3270\Makefile.in" /> | |
70 | - <Unit filename="src\lib3270\X11keysym.h" /> | |
71 | - <Unit filename="src\lib3270\XtGlue.c"> | |
55 | + <Unit filename="src/include/lib3270.h" /> | |
56 | + <Unit filename="src/include/lib3270/action_table.h" /> | |
57 | + <Unit filename="src/include/lib3270/actions.h" /> | |
58 | + <Unit filename="src/include/lib3270/config.h.in" /> | |
59 | + <Unit filename="src/include/lib3270/filetransfer.h" /> | |
60 | + <Unit filename="src/include/lib3270/html.h" /> | |
61 | + <Unit filename="src/include/lib3270/log.h" /> | |
62 | + <Unit filename="src/include/lib3270/popup.h" /> | |
63 | + <Unit filename="src/include/lib3270/selection.h" /> | |
64 | + <Unit filename="src/include/lib3270/session.h" /> | |
65 | + <Unit filename="src/include/lib3270/trace.h" /> | |
66 | + <Unit filename="src/include/pw3270.h" /> | |
67 | + <Unit filename="src/include/rules.mak.in" /> | |
68 | + <Unit filename="src/lib3270/3270ds.h" /> | |
69 | + <Unit filename="src/lib3270/Makefile.in" /> | |
70 | + <Unit filename="src/lib3270/X11keysym.h" /> | |
71 | + <Unit filename="src/lib3270/XtGlue.c"> | |
72 | 72 | <Option compilerVar="CC" /> |
73 | 73 | </Unit> |
74 | - <Unit filename="src\lib3270\actions.c"> | |
74 | + <Unit filename="src/lib3270/actionsc.h" /> | |
75 | + <Unit filename="src/lib3270/ansi.c"> | |
75 | 76 | <Option compilerVar="CC" /> |
76 | 77 | </Unit> |
77 | - <Unit filename="src\lib3270\actionsc.h" /> | |
78 | - <Unit filename="src\lib3270\ansi.c"> | |
78 | + <Unit filename="src/lib3270/ansic.h" /> | |
79 | + <Unit filename="src/lib3270/api.h" /> | |
80 | + <Unit filename="src/lib3270/apl.c"> | |
79 | 81 | <Option compilerVar="CC" /> |
80 | 82 | </Unit> |
81 | - <Unit filename="src\lib3270\ansic.h" /> | |
82 | - <Unit filename="src\lib3270\api.h" /> | |
83 | - <Unit filename="src\lib3270\apl.c"> | |
83 | + <Unit filename="src/lib3270/aplc.h" /> | |
84 | + <Unit filename="src/lib3270/appres.h" /> | |
85 | + <Unit filename="src/lib3270/arpa_telnet.h" /> | |
86 | + <Unit filename="src/lib3270/bounds.c"> | |
84 | 87 | <Option compilerVar="CC" /> |
85 | 88 | </Unit> |
86 | - <Unit filename="src\lib3270\aplc.h" /> | |
87 | - <Unit filename="src\lib3270\appres.h" /> | |
88 | - <Unit filename="src\lib3270\arpa_telnet.h" /> | |
89 | - <Unit filename="src\lib3270\bounds.c"> | |
89 | + <Unit filename="src/lib3270/cg.h" /> | |
90 | + <Unit filename="src/lib3270/charset.c"> | |
90 | 91 | <Option compilerVar="CC" /> |
91 | 92 | </Unit> |
92 | - <Unit filename="src\lib3270\cg.h" /> | |
93 | - <Unit filename="src\lib3270\charset.c"> | |
93 | + <Unit filename="src/lib3270/charsetc.h" /> | |
94 | + <Unit filename="src/lib3270/childc.h" /> | |
95 | + <Unit filename="src/lib3270/ctlr.c"> | |
94 | 96 | <Option compilerVar="CC" /> |
95 | 97 | </Unit> |
96 | - <Unit filename="src\lib3270\charsetc.h" /> | |
97 | - <Unit filename="src\lib3270\childc.h" /> | |
98 | - <Unit filename="src\lib3270\ctlr.c"> | |
98 | + <Unit filename="src/lib3270/ctlrc.h" /> | |
99 | + <Unit filename="src/lib3270/ft.c"> | |
99 | 100 | <Option compilerVar="CC" /> |
100 | 101 | </Unit> |
101 | - <Unit filename="src\lib3270\ctlrc.h" /> | |
102 | - <Unit filename="src\lib3270\ft.c"> | |
102 | + <Unit filename="src/lib3270/ft_cut.c"> | |
103 | 103 | <Option compilerVar="CC" /> |
104 | 104 | </Unit> |
105 | - <Unit filename="src\lib3270\ft_cut.c"> | |
105 | + <Unit filename="src/lib3270/ft_cut_ds.h" /> | |
106 | + <Unit filename="src/lib3270/ft_cutc.h" /> | |
107 | + <Unit filename="src/lib3270/ft_dft.c"> | |
106 | 108 | <Option compilerVar="CC" /> |
107 | 109 | </Unit> |
108 | - <Unit filename="src\lib3270\ft_cut_ds.h" /> | |
109 | - <Unit filename="src\lib3270\ft_cutc.h" /> | |
110 | - <Unit filename="src\lib3270\ft_dft.c"> | |
110 | + <Unit filename="src/lib3270/ft_dft_ds.h" /> | |
111 | + <Unit filename="src/lib3270/ft_dftc.h" /> | |
112 | + <Unit filename="src/lib3270/ftc.h" /> | |
113 | + <Unit filename="src/lib3270/globals.h" /> | |
114 | + <Unit filename="src/lib3270/glue.c"> | |
111 | 115 | <Option compilerVar="CC" /> |
112 | 116 | </Unit> |
113 | - <Unit filename="src\lib3270\ft_dft_ds.h" /> | |
114 | - <Unit filename="src\lib3270\ft_dftc.h" /> | |
115 | - <Unit filename="src\lib3270\ftc.h" /> | |
116 | - <Unit filename="src\lib3270\globals.h" /> | |
117 | - <Unit filename="src\lib3270\glue.c"> | |
117 | + <Unit filename="src/lib3270/gluec.h" /> | |
118 | + <Unit filename="src/lib3270/host.c"> | |
118 | 119 | <Option compilerVar="CC" /> |
119 | 120 | </Unit> |
120 | - <Unit filename="src\lib3270\gluec.h" /> | |
121 | - <Unit filename="src\lib3270\host.c"> | |
121 | + <Unit filename="src/lib3270/hostc.h" /> | |
122 | + <Unit filename="src/lib3270/html.c"> | |
122 | 123 | <Option compilerVar="CC" /> |
123 | 124 | </Unit> |
124 | - <Unit filename="src\lib3270\hostc.h" /> | |
125 | - <Unit filename="src\lib3270\html.c"> | |
125 | + <Unit filename="src/lib3270/icmdc.h" /> | |
126 | + <Unit filename="src/lib3270/iocalls.c"> | |
126 | 127 | <Option compilerVar="CC" /> |
127 | 128 | </Unit> |
128 | - <Unit filename="src\lib3270\icmdc.h" /> | |
129 | - <Unit filename="src\lib3270\iocalls.c"> | |
129 | + <Unit filename="src/lib3270/keypadc.h" /> | |
130 | + <Unit filename="src/lib3270/kybd.c"> | |
130 | 131 | <Option compilerVar="CC" /> |
131 | 132 | </Unit> |
132 | - <Unit filename="src\lib3270\keypadc.h" /> | |
133 | - <Unit filename="src\lib3270\kybd.c"> | |
133 | + <Unit filename="src/lib3270/kybdc.h" /> | |
134 | + <Unit filename="src/lib3270/localdefs.h" /> | |
135 | + <Unit filename="src/lib3270/log.c"> | |
134 | 136 | <Option compilerVar="CC" /> |
135 | 137 | </Unit> |
136 | - <Unit filename="src\lib3270\kybdc.h" /> | |
137 | - <Unit filename="src\lib3270\localdefs.h" /> | |
138 | - <Unit filename="src\lib3270\log.c"> | |
138 | + <Unit filename="src/lib3270/macros.c"> | |
139 | 139 | <Option compilerVar="CC" /> |
140 | 140 | </Unit> |
141 | - <Unit filename="src\lib3270\macros.c"> | |
141 | + <Unit filename="src/lib3270/mkfb.c"> | |
142 | 142 | <Option compilerVar="CC" /> |
143 | 143 | </Unit> |
144 | - <Unit filename="src\lib3270\mkfb.c"> | |
144 | + <Unit filename="src/lib3270/objects.h" /> | |
145 | + <Unit filename="src/lib3270/paste.c"> | |
145 | 146 | <Option compilerVar="CC" /> |
146 | 147 | </Unit> |
147 | - <Unit filename="src\lib3270\objects.h" /> | |
148 | - <Unit filename="src\lib3270\paste.c"> | |
148 | + <Unit filename="src/lib3270/popupsc.h" /> | |
149 | + <Unit filename="src/lib3270/printc.h" /> | |
150 | + <Unit filename="src/lib3270/printerc.h" /> | |
151 | + <Unit filename="src/lib3270/proxy.c"> | |
149 | 152 | <Option compilerVar="CC" /> |
150 | 153 | </Unit> |
151 | - <Unit filename="src\lib3270\popupsc.h" /> | |
152 | - <Unit filename="src\lib3270\printc.h" /> | |
153 | - <Unit filename="src\lib3270\printerc.h" /> | |
154 | - <Unit filename="src\lib3270\proxy.c"> | |
154 | + <Unit filename="src/lib3270/proxyc.h" /> | |
155 | + <Unit filename="src/lib3270/resolver.c"> | |
155 | 156 | <Option compilerVar="CC" /> |
156 | 157 | </Unit> |
157 | - <Unit filename="src\lib3270\proxyc.h" /> | |
158 | - <Unit filename="src\lib3270\resolver.c"> | |
158 | + <Unit filename="src/lib3270/resolverc.h" /> | |
159 | + <Unit filename="src/lib3270/resources.c"> | |
159 | 160 | <Option compilerVar="CC" /> |
160 | 161 | </Unit> |
161 | - <Unit filename="src\lib3270\resolverc.h" /> | |
162 | - <Unit filename="src\lib3270\resources.c"> | |
162 | + <Unit filename="src/lib3270/resources.h" /> | |
163 | + <Unit filename="src/lib3270/rpq.c"> | |
163 | 164 | <Option compilerVar="CC" /> |
164 | 165 | </Unit> |
165 | - <Unit filename="src\lib3270\resources.h" /> | |
166 | - <Unit filename="src\lib3270\rpq.c"> | |
166 | + <Unit filename="src/lib3270/savec.h" /> | |
167 | + <Unit filename="src/lib3270/screen.c"> | |
167 | 168 | <Option compilerVar="CC" /> |
168 | 169 | </Unit> |
169 | - <Unit filename="src\lib3270\savec.h" /> | |
170 | - <Unit filename="src\lib3270\screen.c"> | |
170 | + <Unit filename="src/lib3270/screen.h" /> | |
171 | + <Unit filename="src/lib3270/screenc.h" /> | |
172 | + <Unit filename="src/lib3270/scrollc.h" /> | |
173 | + <Unit filename="src/lib3270/see.c"> | |
171 | 174 | <Option compilerVar="CC" /> |
172 | 175 | </Unit> |
173 | - <Unit filename="src\lib3270\screen.h" /> | |
174 | - <Unit filename="src\lib3270\screenc.h" /> | |
175 | - <Unit filename="src\lib3270\scrollc.h" /> | |
176 | - <Unit filename="src\lib3270\see.c"> | |
176 | + <Unit filename="src/lib3270/seec.h" /> | |
177 | + <Unit filename="src/lib3270/selection.c"> | |
177 | 178 | <Option compilerVar="CC" /> |
178 | 179 | </Unit> |
179 | - <Unit filename="src\lib3270\seec.h" /> | |
180 | - <Unit filename="src\lib3270\selection.c"> | |
180 | + <Unit filename="src/lib3270/session.c"> | |
181 | 181 | <Option compilerVar="CC" /> |
182 | 182 | </Unit> |
183 | - <Unit filename="src\lib3270\session.c"> | |
183 | + <Unit filename="src/lib3270/sf.c"> | |
184 | 184 | <Option compilerVar="CC" /> |
185 | 185 | </Unit> |
186 | - <Unit filename="src\lib3270\sf.c"> | |
186 | + <Unit filename="src/lib3270/sf.h" /> | |
187 | + <Unit filename="src/lib3270/shlobj_missing.h" /> | |
188 | + <Unit filename="src/lib3270/sources.mak" /> | |
189 | + <Unit filename="src/lib3270/state.c"> | |
187 | 190 | <Option compilerVar="CC" /> |
188 | 191 | </Unit> |
189 | - <Unit filename="src\lib3270\sf.h" /> | |
190 | - <Unit filename="src\lib3270\shlobj_missing.h" /> | |
191 | - <Unit filename="src\lib3270\sources.mak" /> | |
192 | - <Unit filename="src\lib3270\state.c"> | |
192 | + <Unit filename="src/lib3270/statusc.h" /> | |
193 | + <Unit filename="src/lib3270/tables.c"> | |
193 | 194 | <Option compilerVar="CC" /> |
194 | 195 | </Unit> |
195 | - <Unit filename="src\lib3270\statusc.h" /> | |
196 | - <Unit filename="src\lib3270\tables.c"> | |
196 | + <Unit filename="src/lib3270/tablesc.h" /> | |
197 | + <Unit filename="src/lib3270/telnet.c"> | |
197 | 198 | <Option compilerVar="CC" /> |
198 | 199 | </Unit> |
199 | - <Unit filename="src\lib3270\tablesc.h" /> | |
200 | - <Unit filename="src\lib3270\telnet.c"> | |
200 | + <Unit filename="src/lib3270/telnetc.h" /> | |
201 | + <Unit filename="src/lib3270/testprogram.c"> | |
201 | 202 | <Option compilerVar="CC" /> |
202 | 203 | </Unit> |
203 | - <Unit filename="src\lib3270\telnetc.h" /> | |
204 | - <Unit filename="src\lib3270\testprogram.c"> | |
204 | + <Unit filename="src/lib3270/tn3270e.h" /> | |
205 | + <Unit filename="src/lib3270/toggle.h" /> | |
206 | + <Unit filename="src/lib3270/toggles.c"> | |
205 | 207 | <Option compilerVar="CC" /> |
206 | 208 | </Unit> |
207 | - <Unit filename="src\lib3270\tn3270e.h" /> | |
208 | - <Unit filename="src\lib3270\toggle.h" /> | |
209 | - <Unit filename="src\lib3270\toggles.c"> | |
209 | + <Unit filename="src/lib3270/togglesc.h" /> | |
210 | + <Unit filename="src/lib3270/trace_ds.c"> | |
210 | 211 | <Option compilerVar="CC" /> |
211 | 212 | </Unit> |
212 | - <Unit filename="src\lib3270\togglesc.h" /> | |
213 | - <Unit filename="src\lib3270\trace_ds.c"> | |
213 | + <Unit filename="src/lib3270/trace_dsc.h" /> | |
214 | + <Unit filename="src/lib3270/utf8.c"> | |
214 | 215 | <Option compilerVar="CC" /> |
215 | 216 | </Unit> |
216 | - <Unit filename="src\lib3270\trace_dsc.h" /> | |
217 | - <Unit filename="src\lib3270\utf8.c"> | |
217 | + <Unit filename="src/lib3270/utf8c.h" /> | |
218 | + <Unit filename="src/lib3270/util.c"> | |
218 | 219 | <Option compilerVar="CC" /> |
219 | 220 | </Unit> |
220 | - <Unit filename="src\lib3270\utf8c.h" /> | |
221 | - <Unit filename="src\lib3270\util.c"> | |
221 | + <Unit filename="src/lib3270/utilc.h" /> | |
222 | + <Unit filename="src/lib3270/w3misc.c"> | |
222 | 223 | <Option compilerVar="CC" /> |
223 | 224 | </Unit> |
224 | - <Unit filename="src\lib3270\utilc.h" /> | |
225 | - <Unit filename="src\lib3270\w3misc.c"> | |
225 | + <Unit filename="src/lib3270/w3miscc.h" /> | |
226 | + <Unit filename="src/lib3270/widec.h" /> | |
227 | + <Unit filename="src/lib3270/winvers.c"> | |
226 | 228 | <Option compilerVar="CC" /> |
227 | 229 | </Unit> |
228 | - <Unit filename="src\lib3270\w3miscc.h" /> | |
229 | - <Unit filename="src\lib3270\widec.h" /> | |
230 | - <Unit filename="src\lib3270\winvers.c"> | |
230 | + <Unit filename="src/lib3270/winversc.h" /> | |
231 | + <Unit filename="src/lib3270/xioc.h" /> | |
232 | + <Unit filename="src/lib3270/xl.h" /> | |
233 | + <Unit filename="src/pw3270/Makefile.in" /> | |
234 | + <Unit filename="src/pw3270/actions.c"> | |
231 | 235 | <Option compilerVar="CC" /> |
232 | 236 | </Unit> |
233 | - <Unit filename="src\lib3270\winversc.h" /> | |
234 | - <Unit filename="src\lib3270\xioc.h" /> | |
235 | - <Unit filename="src\lib3270\xl.h" /> | |
236 | - <Unit filename="src\pw3270\Makefile.in" /> | |
237 | - <Unit filename="src\pw3270\actions.c"> | |
237 | + <Unit filename="src/pw3270/colors.c"> | |
238 | 238 | <Option compilerVar="CC" /> |
239 | 239 | </Unit> |
240 | - <Unit filename="src\pw3270\colors.c"> | |
240 | + <Unit filename="src/pw3270/common/common.h.in" /> | |
241 | + <Unit filename="src/pw3270/common/config.c"> | |
241 | 242 | <Option compilerVar="CC" /> |
242 | 243 | </Unit> |
243 | - <Unit filename="src\pw3270\common\common.h.in" /> | |
244 | - <Unit filename="src\pw3270\common\config.c"> | |
244 | + <Unit filename="src/pw3270/common/sources.mak" /> | |
245 | + <Unit filename="src/pw3270/dialog.c"> | |
245 | 246 | <Option compilerVar="CC" /> |
246 | 247 | </Unit> |
247 | - <Unit filename="src\pw3270\common\sources.mak" /> | |
248 | - <Unit filename="src\pw3270\dialog.c"> | |
248 | + <Unit filename="src/pw3270/filetransfer.c"> | |
249 | 249 | <Option compilerVar="CC" /> |
250 | 250 | </Unit> |
251 | - <Unit filename="src\pw3270\filetransfer.c"> | |
251 | + <Unit filename="src/pw3270/filetransfer.h" /> | |
252 | + <Unit filename="src/pw3270/fonts.c"> | |
252 | 253 | <Option compilerVar="CC" /> |
253 | 254 | </Unit> |
254 | - <Unit filename="src\pw3270\filetransfer.h" /> | |
255 | - <Unit filename="src\pw3270\fonts.c"> | |
255 | + <Unit filename="src/pw3270/globals.h" /> | |
256 | + <Unit filename="src/pw3270/main.c"> | |
256 | 257 | <Option compilerVar="CC" /> |
257 | 258 | </Unit> |
258 | - <Unit filename="src\pw3270\globals.h" /> | |
259 | - <Unit filename="src\pw3270\main.c"> | |
259 | + <Unit filename="src/pw3270/print.c"> | |
260 | 260 | <Option compilerVar="CC" /> |
261 | 261 | </Unit> |
262 | - <Unit filename="src\pw3270\print.c"> | |
262 | + <Unit filename="src/pw3270/uiparser/Makefile.in" /> | |
263 | + <Unit filename="src/pw3270/uiparser/accelerator.c"> | |
263 | 264 | <Option compilerVar="CC" /> |
264 | 265 | </Unit> |
265 | - <Unit filename="src\pw3270\uiparser\Makefile.in" /> | |
266 | - <Unit filename="src\pw3270\uiparser\accelerator.c"> | |
266 | + <Unit filename="src/pw3270/uiparser/action.c"> | |
267 | 267 | <Option compilerVar="CC" /> |
268 | 268 | </Unit> |
269 | - <Unit filename="src\pw3270\uiparser\action.c"> | |
269 | + <Unit filename="src/pw3270/uiparser/menu.c"> | |
270 | 270 | <Option compilerVar="CC" /> |
271 | 271 | </Unit> |
272 | - <Unit filename="src\pw3270\uiparser\menu.c"> | |
272 | + <Unit filename="src/pw3270/uiparser/menubar.c"> | |
273 | 273 | <Option compilerVar="CC" /> |
274 | 274 | </Unit> |
275 | - <Unit filename="src\pw3270\uiparser\menubar.c"> | |
275 | + <Unit filename="src/pw3270/uiparser/menuitem.c"> | |
276 | 276 | <Option compilerVar="CC" /> |
277 | 277 | </Unit> |
278 | - <Unit filename="src\pw3270\uiparser\menuitem.c"> | |
278 | + <Unit filename="src/pw3270/uiparser/parsefile.c"> | |
279 | 279 | <Option compilerVar="CC" /> |
280 | 280 | </Unit> |
281 | - <Unit filename="src\pw3270\uiparser\parsefile.c"> | |
281 | + <Unit filename="src/pw3270/uiparser/parser.c"> | |
282 | 282 | <Option compilerVar="CC" /> |
283 | 283 | </Unit> |
284 | - <Unit filename="src\pw3270\uiparser\parser.c"> | |
284 | + <Unit filename="src/pw3270/uiparser/parser.h" /> | |
285 | + <Unit filename="src/pw3270/uiparser/popup.c"> | |
285 | 286 | <Option compilerVar="CC" /> |
286 | 287 | </Unit> |
287 | - <Unit filename="src\pw3270\uiparser\parser.h" /> | |
288 | - <Unit filename="src\pw3270\uiparser\popup.c"> | |
288 | + <Unit filename="src/pw3270/uiparser/private.h" /> | |
289 | + <Unit filename="src/pw3270/uiparser/script.c"> | |
289 | 290 | <Option compilerVar="CC" /> |
290 | 291 | </Unit> |
291 | - <Unit filename="src\pw3270\uiparser\private.h" /> | |
292 | - <Unit filename="src\pw3270\uiparser\script.c"> | |
292 | + <Unit filename="src/pw3270/uiparser/separator.c"> | |
293 | 293 | <Option compilerVar="CC" /> |
294 | 294 | </Unit> |
295 | - <Unit filename="src\pw3270\uiparser\separator.c"> | |
295 | + <Unit filename="src/pw3270/uiparser/sources.mak" /> | |
296 | + <Unit filename="src/pw3270/uiparser/toolbar.c"> | |
296 | 297 | <Option compilerVar="CC" /> |
297 | 298 | </Unit> |
298 | - <Unit filename="src\pw3270\uiparser\sources.mak" /> | |
299 | - <Unit filename="src\pw3270\uiparser\toolbar.c"> | |
299 | + <Unit filename="src/pw3270/uiparser/toolitem.c"> | |
300 | 300 | <Option compilerVar="CC" /> |
301 | 301 | </Unit> |
302 | - <Unit filename="src\pw3270\uiparser\toolitem.c"> | |
302 | + <Unit filename="src/pw3270/v3270/accessible.c"> | |
303 | 303 | <Option compilerVar="CC" /> |
304 | 304 | </Unit> |
305 | - <Unit filename="src\pw3270\v3270\accessible.c"> | |
305 | + <Unit filename="src/pw3270/v3270/accessible.h" /> | |
306 | + <Unit filename="src/pw3270/v3270/draw.c"> | |
306 | 307 | <Option compilerVar="CC" /> |
307 | 308 | </Unit> |
308 | - <Unit filename="src\pw3270\v3270\accessible.h" /> | |
309 | - <Unit filename="src\pw3270\v3270\draw.c"> | |
309 | + <Unit filename="src/pw3270/v3270/genmarshal" /> | |
310 | + <Unit filename="src/pw3270/v3270/iocallback.c"> | |
310 | 311 | <Option compilerVar="CC" /> |
311 | 312 | </Unit> |
312 | - <Unit filename="src\pw3270\v3270\genmarshal" /> | |
313 | - <Unit filename="src\pw3270\v3270\iocallback.c"> | |
313 | + <Unit filename="src/pw3270/v3270/keyboard.c"> | |
314 | 314 | <Option compilerVar="CC" /> |
315 | 315 | </Unit> |
316 | - <Unit filename="src\pw3270\v3270\keyboard.c"> | |
316 | + <Unit filename="src/pw3270/v3270/mouse.c"> | |
317 | 317 | <Option compilerVar="CC" /> |
318 | 318 | </Unit> |
319 | - <Unit filename="src\pw3270\v3270\mouse.c"> | |
319 | + <Unit filename="src/pw3270/v3270/oia.c"> | |
320 | 320 | <Option compilerVar="CC" /> |
321 | 321 | </Unit> |
322 | - <Unit filename="src\pw3270\v3270\oia.c"> | |
322 | + <Unit filename="src/pw3270/v3270/private.h" /> | |
323 | + <Unit filename="src/pw3270/v3270/selection.c"> | |
323 | 324 | <Option compilerVar="CC" /> |
324 | 325 | </Unit> |
325 | - <Unit filename="src\pw3270\v3270\private.h" /> | |
326 | - <Unit filename="src\pw3270\v3270\selection.c"> | |
326 | + <Unit filename="src/pw3270/v3270/sources.mak" /> | |
327 | + <Unit filename="src/pw3270/v3270/v3270.h" /> | |
328 | + <Unit filename="src/pw3270/v3270/widget.c"> | |
327 | 329 | <Option compilerVar="CC" /> |
328 | 330 | </Unit> |
329 | - <Unit filename="src\pw3270\v3270\sources.mak" /> | |
330 | - <Unit filename="src\pw3270\v3270\v3270.h" /> | |
331 | - <Unit filename="src\pw3270\v3270\widget.c"> | |
331 | + <Unit filename="src/pw3270/window.c"> | |
332 | 332 | <Option compilerVar="CC" /> |
333 | 333 | </Unit> |
334 | - <Unit filename="src\pw3270\window.c"> | |
335 | - <Option compilerVar="CC" /> | |
336 | - </Unit> | |
337 | - <Unit filename="src\tools\Makefile.in" /> | |
338 | - <Unit filename="ui\00default.xml" /> | |
339 | - <Unit filename="ui\99debug.xml" /> | |
334 | + <Unit filename="src/tools/Makefile.in" /> | |
335 | + <Unit filename="ui/00default.xml" /> | |
336 | + <Unit filename="ui/99debug.xml" /> | |
340 | 337 | <Extensions> |
341 | 338 | <code_completion /> |
342 | 339 | <debugger /> | ... | ... |
src/include/lib3270/filetransfer.h
... | ... | @@ -34,6 +34,7 @@ |
34 | 34 | |
35 | 35 | #define LIB3270_FILETRANSFER_INCLUDED 1 |
36 | 36 | #include <stdio.h> |
37 | + #include <sys/time.h> | |
37 | 38 | |
38 | 39 | #define LIB3270_FT_OPTION_SEND 0x0000 |
39 | 40 | |
... | ... | @@ -85,6 +86,8 @@ |
85 | 86 | int secspace; |
86 | 87 | int dft; |
87 | 88 | |
89 | + struct timeval starting_time; /**< Starting time */ | |
90 | + | |
88 | 91 | const char * local; /**< Local filename */ |
89 | 92 | const char * remote; /**< Remote filename */ |
90 | 93 | ... | ... |
src/lib3270/actions.c
src/lib3270/appres.h
... | ... | @@ -107,7 +107,7 @@ typedef struct { |
107 | 107 | */ |
108 | 108 | #if defined(X3270_DISPLAY) || defined(C3270) |
109 | 109 | // char *key_map; |
110 | - char *compose_map; | |
110 | +// char *compose_map; | |
111 | 111 | // char *printer_lu; |
112 | 112 | #endif |
113 | 113 | /* |
... | ... | @@ -136,30 +136,31 @@ typedef struct { |
136 | 136 | #endif |
137 | 137 | #endif |
138 | 138 | */ |
139 | -#if defined(X3270_DBCS) /*[*/ | |
140 | - char *local_encoding; | |
141 | -#endif /*]*/ | |
139 | +//#if defined(X3270_DBCS) | |
140 | +// char *local_encoding; | |
141 | +//#endif | |
142 | + | |
142 | 143 | #if defined(C3270) /*[*/ |
143 | - char *meta_escape; | |
144 | - char *all_bold; | |
144 | +// char *meta_escape; | |
145 | +// char *all_bold; | |
145 | 146 | // char *altscreen; |
146 | 147 | // char *defscreen; |
147 | 148 | #endif /*]*/ |
148 | - char *conf_dir; | |
149 | +// char *conf_dir; | |
149 | 150 | char *model; |
150 | 151 | // char *hostsfile; |
151 | 152 | // char *port; |
152 | 153 | // char *charset; |
153 | 154 | // char *termname; |
154 | 155 | // char *login_macro; |
155 | - char *macros; | |
156 | +// char *macros; | |
156 | 157 | #if defined(X3270_TRACE) /*[*/ |
157 | -#if !defined(_WIN32) /*[*/ | |
158 | - char *trace_dir; | |
159 | -#endif /*]*/ | |
160 | - char *trace_file; | |
161 | - char *screentrace_file; | |
162 | - char *trace_file_size; | |
158 | +//#if !defined(_WIN32) | |
159 | +// char *trace_dir; | |
160 | +//#endif | |
161 | +// char *trace_file; | |
162 | +// char *screentrace_file; | |
163 | +// char *trace_file_size; | |
163 | 164 | /* |
164 | 165 | #if defined(X3270_DISPLAY) || defined(WC3270) |
165 | 166 | char trace_monitor; |
... | ... | @@ -169,13 +170,13 @@ typedef struct { |
169 | 170 | #endif /*]*/ |
170 | 171 | // char *oversize; |
171 | 172 | #if defined(X3270_FT) /*[*/ |
172 | - char *ft_command; | |
173 | +// char *ft_command; | |
173 | 174 | int dft_buffer_size; |
174 | 175 | #endif /*]*/ |
175 | - char *connectfile_name; | |
176 | - char *idle_command; | |
177 | - char idle_command_enabled; | |
178 | - char *idle_timeout; | |
176 | +// char *connectfile_name; | |
177 | +// char *idle_command; | |
178 | +// char idle_command_enabled; | |
179 | +// char *idle_timeout; | |
179 | 180 | |
180 | 181 | /* |
181 | 182 | #if defined(X3270_SCRIPT) | ... | ... |
src/lib3270/ft.c
... | ... | @@ -86,7 +86,7 @@ Boolean remap_flag = True; // Remap ASCII<->EBCDIC |
86 | 86 | unsigned long ft_length = 0; // Length of transfer |
87 | 87 | static Boolean ft_is_cut; // File transfer is CUT-style |
88 | 88 | |
89 | -static struct timeval starting_time; // Starting time | |
89 | +// static struct timeval starting_time; // Starting time | |
90 | 90 | |
91 | 91 | // static const struct filetransfer_callbacks *callbacks = NULL; // Callbacks to main application |
92 | 92 | |
... | ... | @@ -193,7 +193,7 @@ static void set_ft_state(H3270FT *session, LIB3270_FT_STATE state); |
193 | 193 | { |
194 | 194 | H3270FT * ftHandle = NULL; |
195 | 195 | FILE * ft_local_file = NULL; |
196 | - unsigned long ft_length = 0L; | |
196 | +// unsigned long length = 0L; | |
197 | 197 | |
198 | 198 | // trace("%s(%s)",__FUNCTION__,local); |
199 | 199 | if(!lib3270_connected(session)) |
... | ... | @@ -248,7 +248,6 @@ static void set_ft_state(H3270FT *session, LIB3270_FT_STATE state); |
248 | 248 | ftHandle->host = session; |
249 | 249 | ftHandle->flags = flags; |
250 | 250 | ftHandle->local_file = ft_local_file; |
251 | - ftHandle->length = ft_length; | |
252 | 251 | ftHandle->state = LIB3270_FT_STATE_AWAIT_ACK; |
253 | 252 | ftHandle->complete = def_complete; |
254 | 253 | ftHandle->message = def_message; |
... | ... | @@ -306,9 +305,10 @@ static void set_ft_state(H3270FT *session, LIB3270_FT_STATE state); |
306 | 305 | return errno ? errno : -1; |
307 | 306 | } |
308 | 307 | |
309 | - ft_length = ftell(ft->local_file); | |
308 | + ft->length = ftell(ft->local_file); | |
310 | 309 | |
311 | - lib3270_write_log(ft->host,"ft","Sending file %s (%ld bytes)",ft->local,ft_length); | |
310 | + | |
311 | + lib3270_write_log(ft->host,"ft","Sending file %s (%ld bytes)",ft->local,ft->length); | |
312 | 312 | rewind(ft->local_file); |
313 | 313 | } |
314 | 314 | |
... | ... | @@ -414,8 +414,8 @@ void ft_complete(H3270FT *session, const char *errmsg) |
414 | 414 | |
415 | 415 | (void) gettimeofday(&t1, (struct timezone *)NULL); |
416 | 416 | kbytes_sec = (double)ft_length / 1024.0 / |
417 | - ((double)(t1.tv_sec - starting_time.tv_sec) + | |
418 | - (double)(t1.tv_usec - starting_time.tv_usec) / 1.0e6); | |
417 | + ((double)(t1.tv_sec - session->starting_time.tv_sec) + | |
418 | + (double)(t1.tv_usec - session->starting_time.tv_usec) / 1.0e6); | |
419 | 419 | |
420 | 420 | // Close the local file. |
421 | 421 | if(session->local_file) |
... | ... | @@ -470,8 +470,8 @@ void ft_update_length(H3270FT *session) |
470 | 470 | |
471 | 471 | (void) gettimeofday(&t1, (struct timezone *)NULL); |
472 | 472 | kbytes_sec = (double)ft_length / 1024.0 / |
473 | - ((double)(t1.tv_sec - starting_time.tv_sec) + | |
474 | - (double)(t1.tv_usec - starting_time.tv_usec) / 1.0e6); | |
473 | + ((double)(t1.tv_sec - session->starting_time.tv_sec) + | |
474 | + (double)(t1.tv_usec - session->starting_time.tv_usec) / 1.0e6); | |
475 | 475 | } |
476 | 476 | |
477 | 477 | session->update(session,ft_length,session->length,kbytes_sec); |
... | ... | @@ -486,7 +486,7 @@ void ft_running(H3270FT *h, Boolean is_cut) |
486 | 486 | ft_is_cut = is_cut; |
487 | 487 | ft_length = 0; |
488 | 488 | |
489 | - (void) gettimeofday(&starting_time, (struct timezone *)NULL); | |
489 | + gettimeofday(&h->starting_time, (struct timezone *)NULL); | |
490 | 490 | |
491 | 491 | if (h->state == FT_AWAIT_ACK) |
492 | 492 | set_ft_state(h,FT_RUNNING); | ... | ... |
src/lib3270/globals.h
... | ... | @@ -158,7 +158,7 @@ LIB3270_INTERNAL const char * build_rpq_timestamp; |
158 | 158 | LIB3270_INTERNAL const char * build_rpq_version; |
159 | 159 | LIB3270_INTERNAL const char * build_rpq_revision; |
160 | 160 | |
161 | -LIB3270_INTERNAL int children; | |
161 | +// LIB3270_INTERNAL int children; | |
162 | 162 | |
163 | 163 | #if defined(X3270_DBCS) /*[*/ |
164 | 164 | LIB3270_INTERNAL Boolean dbcs; |
... | ... | @@ -170,7 +170,7 @@ LIB3270_INTERNAL int children; |
170 | 170 | |
171 | 171 | // LIB3270_INTERNAL char *efontname; |
172 | 172 | LIB3270_INTERNAL Boolean ever_3270; |
173 | -LIB3270_INTERNAL Boolean exiting; | |
173 | +// LIB3270_INTERNAL Boolean exiting; | |
174 | 174 | |
175 | 175 | /* |
176 | 176 | #if defined(X3270_DISPLAY) |
... | ... | @@ -192,7 +192,7 @@ LIB3270_INTERNAL Boolean exiting; |
192 | 192 | //LIB3270_INTERNAL char *hostname; |
193 | 193 | |
194 | 194 | #if defined(X3270_DBCS) /*[*/ |
195 | - LIB3270_INTERNAL char *local_encoding; | |
195 | +// LIB3270_INTERNAL char *local_encoding; | |
196 | 196 | |
197 | 197 | #if defined(X3270_DISPLAY) /*[*/ |
198 | 198 | LIB3270_INTERNAL char *locale_name; | ... | ... |
src/lib3270/glue.c
... | ... | @@ -49,6 +49,7 @@ |
49 | 49 | |
50 | 50 | #include <signal.h> |
51 | 51 | #include <errno.h> |
52 | +#include <stdarg.h> | |
52 | 53 | |
53 | 54 | #include "appres.h" |
54 | 55 | #include "3270ds.h" |
... | ... | @@ -100,15 +101,15 @@ |
100 | 101 | #define LAST_ARG "--" |
101 | 102 | |
102 | 103 | /*---[ Globals ]--------------------------------------------------------------------------------------------------------------*/ |
103 | - const char * programname; | |
104 | +// const char * programname; | |
104 | 105 | AppRes appres; |
105 | - int children = 0; | |
106 | - Boolean exiting = False; | |
106 | +// int children = 0; | |
107 | +// Boolean exiting = False; | |
107 | 108 | // char * command_string = CN; |
108 | 109 | |
109 | -#if defined(WC3270) || defined(LIB3270)/*[*/ | |
110 | -char *profile_name = CN; | |
111 | -#endif /*]*/ | |
110 | +// #if defined(WC3270) || defined(LIB3270) | |
111 | +// char *profile_name = CN; | |
112 | +// #endif | |
112 | 113 | |
113 | 114 | /* |
114 | 115 | * Set default options |
... | ... | @@ -163,9 +164,9 @@ static void initialize(void) |
163 | 164 | // appres.typeahead = True; |
164 | 165 | appres.debug_tracing = True; |
165 | 166 | |
166 | -#if defined(C3270) /*[*/ | |
167 | - appres.compose_map = "latin1"; | |
168 | -#endif /*]*/ | |
167 | +//#if defined(C3270) | |
168 | +// appres.compose_map = "latin1"; | |
169 | +//#endif | |
169 | 170 | |
170 | 171 | appres.model = ""; |
171 | 172 | // appres.hostsfile = CN; |
... | ... | @@ -182,13 +183,15 @@ static void initialize(void) |
182 | 183 | //#endif /*]*/ |
183 | 184 | |
184 | 185 | // appres.termname = CN; |
185 | - appres.macros = CN; | |
186 | +// appres.macros = CN; | |
186 | 187 | |
187 | 188 | #if defined(X3270_TRACE) /*[*/ |
188 | 189 | |
189 | -#if !defined(_WIN32) /*[*/ | |
190 | +/* | |
191 | +#if !defined(_WIN32) | |
190 | 192 | appres.trace_dir = "/tmp"; |
191 | -#endif /*]*/ | |
193 | +#endif | |
194 | +*/ | |
192 | 195 | |
193 | 196 | /* |
194 | 197 | #if defined(X3270_DISPLAY) || defined(WC3270) |
... | ... | @@ -201,7 +204,7 @@ static void initialize(void) |
201 | 204 | // appres.oversize = CN; |
202 | 205 | |
203 | 206 | #if defined(C3270) /*[*/ |
204 | - appres.meta_escape = "auto"; | |
207 | +// appres.meta_escape = "auto"; | |
205 | 208 | // appres.curses_keypad = True; |
206 | 209 | // appres.cbreak_mode = False; |
207 | 210 | #endif /*]*/ |
... | ... | @@ -291,79 +294,84 @@ int lib3270_unloaded(void) |
291 | 294 | #define offset(n) (void *) &appres.n |
292 | 295 | #define toggle_offset(index) offset(toggle[index].value) |
293 | 296 | |
297 | +/* | |
298 | + | |
294 | 299 | static const struct lib3270_option options[] = |
295 | 300 | { |
296 | 301 | // TODO (perry#5#): Add option descriptions. |
297 | -//#if defined(C3270) /*[*/ | |
302 | +//#if defined(C3270) | |
298 | 303 | // { OptAllBold, OPT_BOOLEAN, True, ResAllBold, offset(all_bold_on), NULL }, |
299 | 304 | // { OptAltScreen,OPT_STRING, False, ResAltScreen, offset(altscreen), NULL }, |
300 | -//#endif /*]*/ | |
305 | +//#endif | |
301 | 306 | // { OptAplMode, OPT_BOOLEAN, True, ResAplMode, offset(apl_mode), NULL }, |
302 | -#if defined(C3270) /*[*/ | |
307 | +#if defined(C3270) | |
303 | 308 | // { OptCbreak, OPT_BOOLEAN, True, ResCbreak, offset(cbreak_mode), NULL }, |
304 | -#endif /*]*/ | |
305 | -#if defined(HAVE_LIBSSL) /*[*/ | |
309 | +#endif | |
310 | +#if defined(HAVE_LIBSSL) | |
306 | 311 | { OptCertFile, OPT_STRING, False, ResCertFile, offset(cert_file), NULL }, |
307 | -#endif /*]*/ | |
312 | +#endif | |
308 | 313 | // { OptCharset, OPT_STRING, False, ResCharset, offset(charset), NULL }, |
309 | 314 | { OptClear, OPT_SKIP2, False, NULL, NULL, NULL }, |
310 | 315 | // { OptDefScreen,OPT_STRING, False, ResDefScreen, offset(defscreen), NULL }, |
311 | 316 | //#if defined(X3270_TRACE) |
312 | 317 | // { OptDsTrace, OPT_BOOLEAN, True, ResDsTrace, toggle_offset(DS_TRACE), NULL }, |
313 | -//#endif /*]*/ | |
318 | +//#endif | |
314 | 319 | // { OptHostsFile,OPT_STRING, False, ResHostsFile, offset(hostsfile), NULL }, |
315 | 320 | //#if defined(C3270) |
316 | 321 | // { OptKeymap, OPT_STRING, False, ResKeymap, offset(key_map), N_( "Specifies a keymap name and optional modifiers." ) }, |
317 | 322 | // #endif |
318 | 323 | |
319 | -// #if defined(X3270_DBCS) /*[*/ | |
324 | +// #if defined(X3270_DBCS) | |
320 | 325 | // { OptLocalEncoding,OPT_STRING,False,ResLocalEncoding,offset(local_encoding), NULL }, |
321 | -//#endif /*]*/ | |
322 | - { OptModel, OPT_STRING, False, ResKeymap, offset(model), N_( "Set terminal model (screen size)" ) }, | |
323 | -// #if !defined(_WIN32) /*[*/ | |
326 | +//#endif | |
327 | +// { OptModel, OPT_STRING, False, ResKeymap, offset(model), N_( "Set terminal model (screen size)" ) }, | |
328 | +// #if !defined(_WIN32) | |
324 | 329 | // { OptMono, OPT_BOOLEAN, True, ResMono, offset(mono), N_( "Forces monochrome display" ) }, |
325 | -// #endif /*]*/ | |
330 | +// #endif | |
326 | 331 | // { OptOnce, OPT_BOOLEAN, True, ResOnce, offset(once), NULL }, |
327 | 332 | // { OptOversize, OPT_STRING, False, ResOversize, offset(oversize), N_( "Sets the screen dimensions to be larger than the default for the chosen model (COLSxROWS)." ) }, |
328 | 333 | // { OptPort, OPT_STRING, False, ResPort, offset(port), N_( "The name of the default TCP port to connect" ) }, |
329 | -#if defined(C3270) && !defined(LIB3270) /*[*/ | |
334 | +#if defined(C3270) && !defined(LIB3270) | |
330 | 335 | // { OptPrinterLu,OPT_STRING, False, ResPrinterLu, offset(printer_lu), NULL }, |
331 | -#endif /*]*/ | |
336 | +#endif | |
332 | 337 | // { OptProxy, OPT_STRING, False, ResProxy, offset(proxy), N_( "Proxy server (type:host[:port])" ) }, |
333 | -#if defined(S3270) /*[*/ | |
338 | +#if defined(S3270) | |
334 | 339 | { OptScripted, OPT_NOP, False, ResScripted, NULL, NULL }, |
335 | -#endif /*]*/ | |
336 | -//#if defined(C3270) /*[*/ | |
340 | +#endif | |
341 | +//#if defined(C3270) | |
337 | 342 | // { OptSecure, OPT_BOOLEAN, True, ResSecure, offset(secure), NULL }, |
338 | -//#endif /*]*/ | |
339 | - { OptSet, OPT_SKIP2, False, NULL, NULL, NULL }, | |
340 | -#if defined(X3270_SCRIPT) /*[*/ | |
341 | - { OptSocket, OPT_BOOLEAN, True, ResSocket, offset(socket), NULL }, | |
342 | -#endif /*]*/ | |
343 | +//#endif | |
344 | +// { OptSet, OPT_SKIP2, False, NULL, NULL, NULL }, | |
345 | +#if defined(X3270_SCRIPT) | |
346 | +// { OptSocket, OPT_BOOLEAN, True, ResSocket, offset(socket), NULL }, | |
347 | +#endif | |
343 | 348 | |
344 | 349 | // { OptTermName, OPT_STRING, False, ResTermName, offset(termname), N_( "Specifies the terminal name to be transmitted over the telnet connection." ) }, |
345 | 350 | |
346 | -#if defined(WC3270) /*[*/ | |
347 | - { OptTitle, OPT_STRING, False, ResTitle, offset(title), NULL }, | |
348 | -#endif /*]*/ | |
349 | -#if defined(X3270_TRACE) /*[*/ | |
350 | - { OptTraceFile,OPT_STRING, False, ResTraceFile, offset(trace_file), NULL }, | |
351 | - { OptTraceFileSize,OPT_STRING,False,ResTraceFileSize,offset(trace_file_size), NULL }, | |
352 | -#endif /*]*/ | |
351 | +#if defined(WC3270) | |
352 | +// { OptTitle, OPT_STRING, False, ResTitle, offset(title), NULL }, | |
353 | +#endif | |
354 | +#if defined(X3270_TRACE) | |
355 | +// { OptTraceFile,OPT_STRING, False, ResTraceFile, offset(trace_file), NULL }, | |
356 | +// { OptTraceFileSize,OPT_STRING,False,ResTraceFileSize,offset(trace_file_size), NULL }, | |
357 | +#endif | |
353 | 358 | { "-xrm", OPT_XRM, False, NULL, NULL, NULL }, |
354 | 359 | { LAST_ARG, OPT_DONE, False, NULL, NULL, NULL }, |
355 | 360 | { CN, OPT_SKIP2, False, NULL, NULL, NULL } |
356 | 361 | }; |
362 | +*/ | |
357 | 363 | |
358 | 364 | /* |
359 | 365 | * Get library option table |
360 | 366 | */ |
367 | + /* | |
361 | 368 | const struct lib3270_option * get_3270_option_table(int sz) |
362 | 369 | { |
363 | 370 | if(sz == sizeof(struct lib3270_option)) |
364 | 371 | return options; |
365 | 372 | return NULL; |
366 | 373 | } |
374 | +*/ | |
367 | 375 | |
368 | 376 | /* |
369 | 377 | * Parse '-xrm' options. |
... | ... | @@ -371,110 +379,111 @@ const struct lib3270_option * get_3270_option_table(int sz) |
371 | 379 | * {c,s,tcl}3270.<resourcename>: value |
372 | 380 | * Asterisks and class names need not apply. |
373 | 381 | */ |
374 | - | |
382 | +/* | |
375 | 383 | static struct { |
376 | 384 | const char *name; |
377 | 385 | void *address; |
378 | 386 | enum resource_type { XRM_STRING, XRM_BOOLEAN, XRM_INT } type; |
379 | 387 | } resources[] = { |
380 | - { ResAllBold, offset(all_bold), XRM_STRING }, | |
388 | +// { ResAllBold, offset(all_bold), XRM_STRING }, | |
381 | 389 | // { ResAltScreen, offset(altscreen), XRM_STRING }, |
382 | 390 | // { ResBsdTm, offset(bsd_tm), XRM_BOOLEAN }, |
383 | -#if defined(HAVE_LIBSSL) /*[*/ | |
391 | +#if defined(HAVE_LIBSSL) | |
384 | 392 | { ResCertFile, offset(cert_file), XRM_STRING }, |
385 | -#endif /*]*/ | |
393 | +#endif | |
386 | 394 | // { ResCharset, offset(charset), XRM_STRING }, |
387 | 395 | // { ResColor8, offset(color8), XRM_BOOLEAN }, |
388 | - { ResConfDir, offset(conf_dir), XRM_STRING }, | |
396 | +// { ResConfDir, offset(conf_dir), XRM_STRING }, | |
389 | 397 | // { ResDefScreen, offset(defscreen), XRM_STRING }, |
390 | -#if defined(X3270_ANSI) /*[*/ | |
398 | +#if defined(X3270_ANSI) | |
391 | 399 | // { ResEof, offset(eof), XRM_STRING }, |
392 | 400 | // { ResErase, offset(erase), XRM_STRING }, |
393 | -#endif /*]*/ | |
401 | +#endif | |
394 | 402 | // { ResExtended, offset(extended), XRM_BOOLEAN }, |
395 | -#if defined(X3270_FT) /*[*/ | |
396 | - { ResFtCommand, offset(ft_command), XRM_STRING }, | |
403 | +#if defined(X3270_FT) | |
404 | +// { ResFtCommand, offset(ft_command), XRM_STRING }, | |
397 | 405 | { ResDftBufferSize,offset(dft_buffer_size),XRM_INT }, |
398 | -#endif /*]*/ | |
399 | -#if defined(WC3270) /*[*/ | |
400 | - { "hostname", offset(hostname), XRM_STRING }, | |
401 | -#endif /*]*/ | |
406 | +#endif | |
407 | +//#if defined(WC3270) | |
408 | +// { "hostname", offset(hostname), XRM_STRING }, | |
409 | +//#endif | |
402 | 410 | // { ResHostsFile, offset(hostsfile), XRM_STRING }, |
403 | -#if defined(X3270_ANSI) /*[*/ | |
411 | +#if defined(X3270_ANSI) | |
404 | 412 | // { ResIcrnl, offset(icrnl), XRM_BOOLEAN }, |
405 | 413 | // { ResInlcr, offset(inlcr), XRM_BOOLEAN }, |
406 | 414 | // { ResOnlcr, offset(onlcr), XRM_BOOLEAN }, |
407 | 415 | // { ResIntr, offset(intr), XRM_STRING }, |
408 | -#endif /*]*/ | |
409 | -#if defined(X3270_SCRIPT) /*[*/ | |
410 | - { ResPluginCommand, offset(plugin_command), XRM_STRING }, | |
411 | -#endif /*]*/ | |
416 | +#endif | |
417 | +//#if defined(X3270_SCRIPT) | |
418 | +// { ResPluginCommand, offset(plugin_command), XRM_STRING }, | |
419 | +//#endif | |
412 | 420 | //#if defined(C3270) && defined(_WIN32) |
413 | 421 | // { ResHighlightUnderline, offset(highlight_underline), XRM_BOOLEAN }, |
414 | 422 | //#endif |
415 | -#if defined(C3270) && defined(X3270_SCRIPT) /*[*/ | |
423 | +#if defined(C3270) && defined(X3270_SCRIPT) | |
416 | 424 | { ResIdleCommand,offset(idle_command), XRM_STRING }, |
417 | 425 | { ResIdleCommandEnabled,offset(idle_command_enabled), XRM_BOOLEAN }, |
418 | 426 | { ResIdleTimeout,offset(idle_timeout), XRM_STRING }, |
419 | -#endif /*]*/ | |
420 | -#if defined(C3270) /*[*/ | |
427 | +#endif | |
428 | +#if defined(C3270) | |
421 | 429 | // { ResKeymap, offset(key_map), XRM_STRING }, |
422 | - { ResMetaEscape,offset(meta_escape), XRM_STRING }, | |
430 | +// { ResMetaEscape,offset(meta_escape), XRM_STRING }, | |
423 | 431 | // { ResCursesKeypad,offset(curses_keypad),XRM_BOOLEAN }, |
424 | 432 | // { ResCbreak, offset(cbreak_mode), XRM_BOOLEAN }, |
425 | -#endif /*]*/ | |
426 | -#if defined(X3270_ANSI) /*[*/ | |
433 | +#endif | |
434 | +#if defined(X3270_ANSI) | |
427 | 435 | // { ResKill, offset(kill), XRM_STRING }, |
428 | 436 | // { ResLnext, offset(lnext), XRM_STRING }, |
429 | -#endif /*]*/ | |
437 | +#endif | |
430 | 438 | // { ResLoginMacro,offset(login_macro), XRM_STRING }, |
431 | 439 | // { ResM3279, offset(m3279), XRM_BOOLEAN }, |
432 | 440 | // { ResModel, offset(model), XRM_STRING }, |
433 | 441 | // { ResModifiedSel, offset(modified_sel), XRM_BOOLEAN }, |
434 | -//#if defined(C3270) && !defined(_WIN32) /*[*/ | |
442 | +//#if defined(C3270) && !defined(_WIN32) | |
435 | 443 | // { ResMono, offset(mono), XRM_BOOLEAN }, |
436 | -//#endif /*]*/ | |
444 | +//#endif | |
437 | 445 | // { ResNumericLock, offset(numeric_lock), XRM_BOOLEAN }, |
438 | 446 | // { ResOerrLock, offset(oerr_lock), XRM_BOOLEAN }, |
439 | 447 | // { ResOversize, offset(oversize), XRM_STRING }, |
440 | 448 | // { ResPort, offset(port), XRM_STRING }, |
441 | -#if defined(C3270) /*[*/ | |
449 | +#if defined(C3270) | |
442 | 450 | // { ResPrinterLu, offset(printer_lu), XRM_STRING }, |
443 | 451 | { ResPrintTextCommand, NULL, XRM_STRING }, |
444 | -#endif /*]*/ | |
452 | +#endif | |
445 | 453 | // { ResProxy, offset(proxy), XRM_STRING }, |
446 | -#if defined(X3270_ANSI) /*[*/ | |
454 | +#if defined(X3270_ANSI) | |
447 | 455 | // { ResQuit, offset(quit), XRM_STRING }, |
448 | 456 | // { ResRprnt, offset(rprnt), XRM_STRING }, |
449 | -#endif /*]*/ | |
457 | +#endif | |
450 | 458 | // { ResSecure, offset(secure), XRM_BOOLEAN }, |
451 | 459 | // { ResTermName, offset(termname), XRM_STRING }, |
452 | -#if defined(WC3270) /*[*/ | |
460 | +#if defined(WC3270) | |
453 | 461 | { ResTitle, offset(title), XRM_STRING }, |
454 | -#endif /*]*/ | |
455 | -#if defined(X3270_TRACE) /*[*/ | |
456 | -#if !defined(_WIN32) /*[*/ | |
457 | - { ResTraceDir, offset(trace_dir), XRM_STRING }, | |
458 | -#endif /*]*/ | |
459 | - { ResTraceFile, offset(trace_file), XRM_STRING }, | |
460 | - { ResTraceFileSize,offset(trace_file_size),XRM_STRING }, | |
461 | -#if defined(WC3270) /*[*/ | |
462 | +#endif | |
463 | +#if defined(X3270_TRACE) | |
464 | +//#if !defined(_WIN32) | |
465 | +// { ResTraceDir, offset(trace_dir), XRM_STRING }, | |
466 | +//#endif | |
467 | +// { ResTraceFile, offset(trace_file), XRM_STRING }, | |
468 | +// { ResTraceFileSize,offset(trace_file_size),XRM_STRING }, | |
469 | +#if defined(WC3270) | |
462 | 470 | { ResTraceMonitor,offset(trace_monitor),XRM_BOOLEAN }, |
463 | -#endif /*]*/ | |
464 | -#endif /*]*/ | |
471 | +#endif | |
472 | +#endif | |
465 | 473 | // { ResTypeahead, offset(typeahead), XRM_BOOLEAN }, |
466 | 474 | // { ResUnlockDelay,offset(unlock_delay), XRM_BOOLEAN }, |
467 | -#if defined(X3270_ANSI) /*[*/ | |
475 | +#if defined(X3270_ANSI) | |
468 | 476 | // { ResWerase, offset(werase), XRM_STRING }, |
469 | -#endif /*]*/ | |
477 | +#endif | |
470 | 478 | |
471 | 479 | { CN, 0, XRM_STRING } |
472 | 480 | }; |
481 | +*/ | |
473 | 482 | |
474 | 483 | /* |
475 | 484 | * Compare two strings, allowing the second to differ by uppercasing the |
476 | 485 | * first character of the second. |
477 | - */ | |
486 | + */ /* | |
478 | 487 | static int |
479 | 488 | strncapcmp(const char *known, const char *unknown, unsigned unk_len) |
480 | 489 | { |
... | ... | @@ -488,7 +497,7 @@ strncapcmp(const char *known, const char *unknown, unsigned unk_len) |
488 | 497 | return 0; |
489 | 498 | return -1; |
490 | 499 | } |
491 | - | |
500 | +*/ | |
492 | 501 | |
493 | 502 | #if !defined(ME) /*[*/ |
494 | 503 | #if defined(C3270) /*[*/ |
... | ... | @@ -504,6 +513,7 @@ strncapcmp(const char *known, const char *unknown, unsigned unk_len) |
504 | 513 | #endif /*]*/ |
505 | 514 | #endif /*]*/ |
506 | 515 | |
516 | +/* | |
507 | 517 | void |
508 | 518 | parse_xrm(const char *arg, const char *where) |
509 | 519 | { |
... | ... | @@ -516,13 +526,13 @@ parse_xrm(const char *arg, const char *where) |
516 | 526 | char *t; |
517 | 527 | void *address = NULL; |
518 | 528 | enum resource_type type = XRM_STRING; |
519 | -#if defined(C3270) /*[*/ | |
529 | +#if defined(C3270) | |
520 | 530 | char *add_buf = CN; |
521 | 531 | char *hide; |
522 | 532 | Boolean arbitrary = False; |
523 | -#endif /*]*/ | |
533 | +#endif | |
524 | 534 | |
525 | - /* Enforce "-3270." or "-3270*" or "*". */ | |
535 | + // Enforce "-3270." or "-3270*" or "*". | |
526 | 536 | if (!strncmp(arg, me_dot, sizeof(me_dot)-1)) |
527 | 537 | match_len = sizeof(me_dot)-1; |
528 | 538 | else if (!strncmp(arg, me_star, sizeof(me_star)-1)) |
... | ... | @@ -536,7 +546,7 @@ parse_xrm(const char *arg, const char *where) |
536 | 546 | return; |
537 | 547 | } |
538 | 548 | |
539 | - /* Separate the parts. */ | |
549 | + // Separate the parts. | |
540 | 550 | s = arg + match_len; |
541 | 551 | while (*s && *s != ':' && !isspace(*s)) |
542 | 552 | s++; |
... | ... | @@ -556,22 +566,22 @@ parse_xrm(const char *arg, const char *where) |
556 | 566 | while (isspace(*s)) |
557 | 567 | s++; |
558 | 568 | |
559 | - /* Look up the name. */ | |
569 | + // Look up the name. | |
560 | 570 | for (i = 0; resources[i].name != CN; i++) { |
561 | 571 | if (!strncapcmp(resources[i].name, arg + match_len, rnlen)) { |
562 | 572 | address = resources[i].address; |
563 | 573 | type = resources[i].type; |
564 | -#if defined(C3270) /*[*/ | |
574 | +#if defined(C3270) | |
565 | 575 | if (address == NULL) { |
566 | 576 | add_buf = lib3270_malloc(strlen(s) + 1); |
567 | 577 | address = add_buf; |
568 | 578 | } |
569 | -#endif /*]*/ | |
579 | +#endif | |
570 | 580 | break; |
571 | 581 | } |
572 | 582 | } |
573 | 583 | |
574 | -#if defined(C3270) /*[*/ | |
584 | +#if defined(C3270) | |
575 | 585 | if (address == NULL) { |
576 | 586 | if (!strncasecmp(ResKeymap ".", arg + match_len, |
577 | 587 | strlen(ResKeymap ".")) || |
... | ... | @@ -583,22 +593,22 @@ parse_xrm(const char *arg, const char *where) |
583 | 593 | strlen(ResCodepage ".")) || |
584 | 594 | !strncasecmp("host.", arg + match_len, 5) || |
585 | 595 | !strncasecmp("printer.", arg + match_len, 8) || |
586 | -#if defined(_WIN32) /*[*/ | |
596 | +#if defined(_WIN32) | |
587 | 597 | !strncasecmp(ResHostColorFor, arg + match_len, |
588 | 598 | strlen(ResHostColorFor)) || |
589 | 599 | !strncasecmp(ResConsoleColorForHostColor, arg + match_len, |
590 | 600 | strlen(ResConsoleColorForHostColor)) |
591 | -#else /*][*/ | |
601 | +#else | |
592 | 602 | !strncasecmp(ResCursesColorFor, arg + match_len, |
593 | 603 | strlen(ResCursesColorFor)) |
594 | -#endif /*]*/ | |
604 | +#endif | |
595 | 605 | ) { |
596 | 606 | address = &hide; |
597 | 607 | type = XRM_STRING; |
598 | 608 | arbitrary = True; |
599 | 609 | } |
600 | 610 | } |
601 | -#endif /*]*/ | |
611 | +#endif | |
602 | 612 | if (address == NULL) { |
603 | 613 | xs_warning("%s: Unknown resource name: %.*s", |
604 | 614 | where, (int)rnlen, arg + match_len); |
... | ... | @@ -670,8 +680,8 @@ parse_xrm(const char *arg, const char *where) |
670 | 680 | } |
671 | 681 | } |
672 | 682 | |
673 | -#if defined(C3270) /*[*/ | |
674 | - /* Add a new, arbitrarily-named resource. */ | |
683 | +#if defined(C3270) | |
684 | + // Add a new, arbitrarily-named resource. | |
675 | 685 | if (arbitrary) { |
676 | 686 | char *rsname; |
677 | 687 | |
... | ... | @@ -680,10 +690,11 @@ parse_xrm(const char *arg, const char *where) |
680 | 690 | rsname[rnlen] = '\0'; |
681 | 691 | add_resource(rsname, hide); |
682 | 692 | } |
683 | -#endif /*]*/ | |
693 | +#endif | |
684 | 694 | } |
695 | +*/ | |
685 | 696 | |
686 | -/* Read resources from a file. */ | |
697 | +/* Read resources from a file. */ /* | |
687 | 698 | int |
688 | 699 | read_resource_file(const char *filename, Boolean fatal) |
689 | 700 | { |
... | ... | @@ -701,7 +712,7 @@ read_resource_file(const char *filename, Boolean fatal) |
701 | 712 | return -1; |
702 | 713 | } |
703 | 714 | |
704 | - /* Merge in what's in the file into the resource database. */ | |
715 | + // Merge in what's in the file into the resource database. | |
705 | 716 | where = lib3270_malloc(strlen(filename) + 64); |
706 | 717 | |
707 | 718 | ilen = 0; |
... | ... | @@ -712,15 +723,15 @@ read_resource_file(const char *filename, Boolean fatal) |
712 | 723 | |
713 | 724 | lno++; |
714 | 725 | |
715 | - /* Stip any trailing newline. */ | |
726 | + // Stip any trailing newline. | |
716 | 727 | sl = strlen(buf + ilen); |
717 | 728 | if (sl && (buf + ilen)[sl-1] == '\n') |
718 | 729 | (buf + ilen)[--sl] = '\0'; |
719 | 730 | |
720 | - /* | |
721 | - * Translate backslash-n to real newline characters, and | |
722 | - * remember if the last character is a backslash. | |
723 | - */ | |
731 | + // | |
732 | + //Translate backslash-n to real newline characters, and | |
733 | + // remember if the last character is a backslash. | |
734 | + // | |
724 | 735 | for (bsl = False, s = buf + ilen, t = s; *s; s++) { |
725 | 736 | if (bsl) { |
726 | 737 | if (*s == 'n') |
... | ... | @@ -737,12 +748,12 @@ read_resource_file(const char *filename, Boolean fatal) |
737 | 748 | } |
738 | 749 | *t = '\0'; |
739 | 750 | |
740 | - /* Skip leading whitespace. */ | |
751 | + // Skip leading whitespace. | |
741 | 752 | s = buf; |
742 | 753 | while (isspace(*s)) |
743 | 754 | s++; |
744 | 755 | |
745 | - /* Skip comments _before_ checking for line continuation. */ | |
756 | + // Skip comments _before_ checking for line continuation. | |
746 | 757 | if (*s == '!') { |
747 | 758 | ilen = 0; |
748 | 759 | continue; |
... | ... | @@ -755,7 +766,7 @@ read_resource_file(const char *filename, Boolean fatal) |
755 | 766 | continue; |
756 | 767 | } |
757 | 768 | |
758 | - /* If this line is a continuation, try again. */ | |
769 | + // If this line is a continuation, try again. | |
759 | 770 | if (bsl) { |
760 | 771 | ilen += strlen(buf + ilen); |
761 | 772 | if (ilen >= sizeof(buf) - 1) { |
... | ... | @@ -767,7 +778,7 @@ read_resource_file(const char *filename, Boolean fatal) |
767 | 778 | continue; |
768 | 779 | } |
769 | 780 | |
770 | - /* Strip trailing whitespace and check for empty lines. */ | |
781 | + // Strip trailing whitespace and check for empty lines. | |
771 | 782 | sl = strlen(s); |
772 | 783 | while (sl && isspace(s[sl-1])) |
773 | 784 | s[--sl] = '\0'; |
... | ... | @@ -776,11 +787,11 @@ read_resource_file(const char *filename, Boolean fatal) |
776 | 787 | continue; |
777 | 788 | } |
778 | 789 | |
779 | - /* Digest it. */ | |
790 | + // Digest it. | |
780 | 791 | (void) sprintf(where, "%s:%d", filename, lno); |
781 | 792 | parse_xrm(s, where); |
782 | 793 | |
783 | - /* Get ready for the next iteration. */ | |
794 | + // Get ready for the next iteration. | |
784 | 795 | ilen = 0; |
785 | 796 | } |
786 | 797 | lib3270_free(where); |
... | ... | @@ -788,29 +799,13 @@ read_resource_file(const char *filename, Boolean fatal) |
788 | 799 | } |
789 | 800 | |
790 | 801 | // Boolean flipped = False; |
802 | +*/ | |
791 | 803 | |
792 | 804 | /* Replacements for functions in popups.c. */ |
793 | 805 | |
794 | -#include <stdarg.h> | |
795 | - | |
796 | -Boolean error_popup_visible = False; | |
806 | +// Boolean error_popup_visible = False; | |
797 | 807 | |
798 | 808 | |
799 | -/* Pop up an error dialog, based on an error number. */ | |
800 | -void popup_an_errno(H3270 *session, int errn, const char *fmt, ...) | |
801 | -{ | |
802 | - char vmsgbuf[4096]; | |
803 | - va_list args; | |
804 | - | |
805 | - va_start(args, fmt); | |
806 | - (void) vsprintf(vmsgbuf, fmt, args); | |
807 | - va_end(args); | |
808 | - | |
809 | - lib3270_write_log(session, "3270", "Error Popup:\n%s\nrc=%d (%s)",vmsgbuf,errn,strerror(errn)); | |
810 | - | |
811 | - Error(NULL,vmsgbuf); | |
812 | -} | |
813 | - | |
814 | 809 | #ifdef DEBUG |
815 | 810 | extern void lib3270_initialize(void) |
816 | 811 | { |
... | ... | @@ -818,11 +813,12 @@ extern void lib3270_initialize(void) |
818 | 813 | } |
819 | 814 | #endif |
820 | 815 | |
816 | + | |
817 | +/* | |
821 | 818 | void |
822 | 819 | action_output(const char *fmt, ...) |
823 | 820 | { |
824 | 821 | // TODO (perry#1#): Implement a callback to browse the text string. |
825 | -/* | |
826 | 822 | va_list args; |
827 | 823 | |
828 | 824 | va_start(args, fmt); |
... | ... | @@ -844,32 +840,6 @@ action_output(const char *fmt, ...) |
844 | 840 | (void) fprintf(aout, "%s\n", vmsgbuf); |
845 | 841 | macro_output = True; |
846 | 842 | } |
847 | -*/ | |
848 | -} | |
849 | - | |
850 | - | |
851 | -#if defined(_WIN32) /*[*/ | |
852 | - | |
853 | -/* Missing parts for wc3270. */ | |
854 | -#include <windows.h> | |
855 | -#define SECS_BETWEEN_EPOCHS 11644473600ULL | |
856 | -#define SECS_TO_100NS 10000000ULL /* 10^7 */ | |
857 | - | |
858 | -int | |
859 | -gettimeofday(struct timeval *tv, void *ignored) | |
860 | -{ | |
861 | - FILETIME t; | |
862 | - ULARGE_INTEGER u; | |
863 | - | |
864 | - GetSystemTimeAsFileTime(&t); | |
865 | - memcpy(&u, &t, sizeof(ULARGE_INTEGER)); | |
866 | - | |
867 | - /* Isolate seconds and move epochs. */ | |
868 | - tv->tv_sec = (DWORD)((u.QuadPart / SECS_TO_100NS) - | |
869 | - SECS_BETWEEN_EPOCHS); | |
870 | - tv->tv_usec = (u.QuadPart % SECS_TO_100NS) / 10ULL; | |
871 | - return 0; | |
872 | 843 | } |
873 | - | |
874 | -#endif /*]*/ | |
844 | +*/ | |
875 | 845 | ... | ... |
src/lib3270/gluec.h
... | ... | @@ -20,7 +20,7 @@ |
20 | 20 | /* glue.c */ |
21 | 21 | // extern int parse_command_line(int argc, const char **argv, const char **cl_hostname); |
22 | 22 | // extern int parse_program_parameters(int argc, const char **argv); |
23 | -LIB3270_INTERNAL void parse_xrm(const char *arg, const char *where); | |
23 | +// LIB3270_INTERNAL void parse_xrm(const char *arg, const char *where); | |
24 | 24 | LIB3270_INTERNAL void notify_ssl_error(H3270 *session, const char *title, const char *msg, const char *state, const char *alert); |
25 | 25 | |
26 | 26 | /* XtGlue.c */ | ... | ... |
src/lib3270/popupsc.h
... | ... | @@ -15,4 +15,4 @@ |
15 | 15 | /* Non-display version of popupsc.h */ |
16 | 16 | |
17 | 17 | LIB3270_INTERNAL void popup_an_errno(H3270 *session, int errn, const char *fmt, ...); |
18 | -LIB3270_INTERNAL void action_output(const char *fmt, ...); | |
18 | +// LIB3270_INTERNAL void action_output(const char *fmt, ...); | ... | ... |
src/lib3270/sources.mak
... | ... | @@ -33,6 +33,6 @@ TERMINAL_SOURCES = bounds.c XtGlue.c ctlr.c util.c toggles.c screen.c selection. |
33 | 33 | NETWORK_SOURCES = iocalls.c proxy.c |
34 | 34 | |
35 | 35 | # Full library sources |
36 | -SOURCES = $(TERMINAL_SOURCES) $(NETWORK_SOURCES) actions.c ft.c ft_cut.c ft_dft.c glue.c resources.c \ | |
36 | +SOURCES = $(TERMINAL_SOURCES) $(NETWORK_SOURCES) ft.c ft_cut.c ft_dft.c glue.c resources.c \ | |
37 | 37 | rpq.c see.c trace_ds.c paste.c macros.c fallbacks.c log.c |
38 | 38 | ... | ... |
src/lib3270/util.c
... | ... | @@ -992,3 +992,42 @@ LIB3270_EXPORT const char * lib3270_get_revision(void) |
992 | 992 | { |
993 | 993 | return build_rpq_revision; |
994 | 994 | } |
995 | + | |
996 | +/* Pop up an error dialog, based on an error number. */ | |
997 | +void popup_an_errno(H3270 *session, int errn, const char *fmt, ...) | |
998 | +{ | |
999 | + va_list args; | |
1000 | + char * text; | |
1001 | + | |
1002 | + va_start(args, fmt); | |
1003 | + text = lib3270_vsprintf(fmt, args); | |
1004 | + va_end(args); | |
1005 | + | |
1006 | + lib3270_write_log(session, "3270", "Error Popup:\n%s\nrc=%d (%s)",text,errn,strerror(errn)); | |
1007 | + | |
1008 | + Error(session,text); | |
1009 | + | |
1010 | + lib3270_free(text); | |
1011 | +} | |
1012 | + | |
1013 | +#if defined(_WIN32) | |
1014 | + | |
1015 | +#define SECS_BETWEEN_EPOCHS 11644473600ULL | |
1016 | +#define SECS_TO_100NS 10000000ULL /* 10^7 */ | |
1017 | + | |
1018 | +int gettimeofday(struct timeval *tv, void *ignored) | |
1019 | +{ | |
1020 | + FILETIME t; | |
1021 | + ULARGE_INTEGER u; | |
1022 | + | |
1023 | + GetSystemTimeAsFileTime(&t); | |
1024 | + memcpy(&u, &t, sizeof(ULARGE_INTEGER)); | |
1025 | + | |
1026 | + /* Isolate seconds and move epochs. */ | |
1027 | + tv->tv_sec = (DWORD)((u.QuadPart / SECS_TO_100NS) - SECS_BETWEEN_EPOCHS); | |
1028 | + tv->tv_usec = (u.QuadPart % SECS_TO_100NS) / 10ULL; | |
1029 | + return 0; | |
1030 | +} | |
1031 | + | |
1032 | +#endif | |
1033 | + | ... | ... |
src/lib3270/utilc.h
... | ... | @@ -46,7 +46,7 @@ LIB3270_INTERNAL void RemoveTimeOut(void *cookie); |
46 | 46 | LIB3270_INTERNAL const char * KeysymToString(KeySym k); |
47 | 47 | LIB3270_INTERNAL KeySym StringToKeysym(char *s); |
48 | 48 | |
49 | -LIB3270_INTERNAL int read_resource_file(const char *filename, Boolean fatal); | |
49 | +// LIB3270_INTERNAL int read_resource_file(const char *filename, Boolean fatal); | |
50 | 50 | LIB3270_INTERNAL Boolean split_hier(char *label, char **base, char ***parents); |
51 | 51 | |
52 | 52 | typedef struct { | ... | ... |