This file is indexed.

/usr/include/scim-1.0/scim.h is in libscim-dev 1.4.15-6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
/** @file scim.h
 *  all of the header files are included within this file.
 *  source files may include this file instead of others headers.
 */

/* 
 * Smart Common Input Method
 * 
 * Copyright (c) 2002-2005 James Su <suzhe@tsinghua.org.cn>
 *
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this program; if not, write to the
 * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
 * Boston, MA  02111-1307  USA
 *
 * $Id: scim.h,v 1.38 2005/05/17 06:45:14 suzhe Exp $
 */

// Define the macros
#define Uses_SCIM_TYPES
#define Uses_SCIM_UTILITY
#define Uses_SCIM_GLOBAL_CONFIG
#define Uses_SCIM_EXCEPTION
#define Uses_SCIM_DEBUG
#define Uses_SCIM_OBJECT
#define Uses_SCIM_SIGNALS
#define Uses_SCIM_SLOT
#define Uses_SCIM_CONNECTION
#define Uses_SCIM_BIND
#define Uses_SCIM_POINTER
#define Uses_STL_STRING
#define Uses_STL_VECTOR
#define Uses_STL_ALGORITHM
#define Uses_STL_NEW

#ifdef Uses_SCIM_FILTER_MANAGER
    #define Uses_SCIM_FILTER
#endif

#ifdef Uses_SCIM_FILTER_MODULE
    #define Uses_SCIM_MODULE
    #define Uses_SCIM_CONFIG_BASE
    #define Uses_SCIM_BACKEND
    #define Uses_SCIM_FILTER
#endif

#ifdef Uses_SCIM_FILTER
    #define Uses_SCIM_IMENGINE
#endif

#ifdef Uses_SCIM_PANEL
    #define Uses_SCIM_PANEL_AGENT
    #define Uses_SCIM_PANEL_CLIENT
#endif

#ifdef Uses_SCIM_PANEL_AGENT
    #define Uses_SCIM_HELPER_MANAGER
    #define Uses_SCIM_TRANSACTION
#endif

#ifdef Uses_SCIM_PANEL_CLIENT
    #define Uses_SCIM_TRANSACTION
#endif

#ifdef Uses_SCIM_HELPER_MANAGER
    #define Uses_SCIM_HELPER
#endif

#ifdef Uses_SCIM_HELPER_MODULE
    #define Uses_SCIM_HELPER
    #define Uses_SCIM_MODULE
    #define Uses_SCIM_CONFIG_BASE
#endif

#ifdef Uses_SCIM_HELPER
    #define Uses_SCIM_TRANSACTION
    #define Uses_SCIM_EVENT
#endif

#ifdef Uses_SCIM_COMPOSE_KEY
    #define Uses_SCIM_IMENGINE
#endif

#ifdef Uses_SCIM_TRANSACTION
    #define Uses_SCIM_EVENT
    #define Uses_SCIM_LOOKUP_TABLE
    #define Uses_SCIM_SOCKET
    #define Uses_SCIM_ATTRIBUTE
    #define Uses_SCIM_PROPERTY
    #define Uses_SCIM_TRANS_COMMANDS
#endif

#ifdef Uses_SCIM_CONFIG_MODULE
    #define Uses_SCIM_MODULE
    #define Uses_SCIM_CONFIG_BASE
#endif

#ifdef Uses_SCIM_IMENGINE_MODULE
    #define Uses_SCIM_MODULE
    #define Uses_SCIM_CONFIG_BASE
    #define Uses_SCIM_IMENGINE
#endif

#ifdef Uses_SCIM_FRONTEND_MODULE
    #define Uses_SCIM_MODULE
    #define Uses_SCIM_CONFIG_BASE
    #define Uses_SCIM_FRONTEND
#endif

#ifdef Uses_SCIM_ICONV
    #define Uses_C_ICONV
#endif

#ifdef Uses_SCIM_FRONTEND
    #define Uses_SCIM_BACKEND
    #define Uses_SCIM_IMENGINE
    #define Uses_SCIM_EVENT
    #define Uses_SCIM_LOOKUP_TABLE
    #define Uses_STL_MAP
    #define Uses_C_STDIO
    #define Uses_SCIM_ATTRIBUTE
    #define Uses_SCIM_PROPERTY
    #define Uses_SCIM_TRANSACTION
    #define Uses_SCIM_SOCKET
#endif

#ifdef Uses_SCIM_BACKEND
    #define Uses_SCIM_IMENGINE
    #define Uses_SCIM_CONFIG_BASE
    #define Uses_SCIM_COMPOSE_KEY
#endif

#ifdef Uses_SCIM_IMENGINE
    #define Uses_SCIM_EVENT
    #define Uses_SCIM_LOOKUP_TABLE
    #define Uses_SCIM_ATTRIBUTE
    #define Uses_SCIM_PROPERTY
    #define Uses_SCIM_TRANSACTION
    #define Uses_SCIM_SOCKET
#endif

#ifdef Uses_SCIM_LOOKUP_TABLE
    #define Uses_SCIM_EVENT
    #define Uses_SCIM_ATTRIBUTE
#endif

#ifdef Uses_SCIM_CONFIG_BASE
    #define Uses_SCIM_MODULE
    #define Uses_SCIM_CONFIG_MODULE
    #define Uses_STL_LIST
#endif

#ifdef Uses_SCIM_EXCEPTION
    #define Uses_STL_EXCEPTION
#endif

#ifdef Uses_SCIM_DEBUG
    #define Uses_STL_IOSTREAM
    #define Uses_STL_FSTREAM
#endif

#ifdef Uses_SCIM_UTILITY
    #define Uses_STL_IOSTREAM
#endif

#ifdef Uses_SCIM_HOTKEY
    #define Uses_SCIM_EVENT
    #define Uses_SCIM_CONFIG_BASE
    #define Uses_SCIM_CONFIG_PATH
#endif

// Include Standard headers
#ifdef Uses_STL_EXCEPTION
    #include <exception>
#endif

#ifdef Uses_STL_NEW
    #include <new>
#endif

#ifdef Uses_STL_IOSTREAM
    #include <iostream>
#endif

#ifdef Uses_STL_FSTREAM
    #include <fstream>
#endif

#ifdef Uses_STL_FUNCTIONAL
    #include <functional>
#endif

#ifdef Uses_STL_IOMANIP
    #include <iomanip>
#endif

#ifdef Uses_STL_MEMORY
    #include <memory>
#endif
    
#ifdef Uses_STL_VECTOR
    #include <vector>
#endif

#ifdef Uses_STL_LIST
    #include <list>
#endif

#ifdef Uses_STL_MAP
    #include <map>
#endif

#ifdef Uses_STL_QUEUE
    #include <queue>
#endif

#ifdef Uses_STL_ALGORITHM
    #include <algorithm>
#endif

#ifdef Uses_STL_UTILITY
    #include <utility>
#endif

#ifdef Uses_STL_STRING
    #include <string>
#endif

#ifdef Uses_STL_STRSTREAM
    #include <strstream>
#endif

#ifdef Uses_C_STDIO
    #include <cstdio>
#endif

#ifdef Uses_C_STDLIB
    #include <cstdlib>
#endif

#ifdef Uses_C_LOCALE
    #include <clocale>
#endif

#ifdef Uses_C_CTYPE
    #include <cctype>
#endif

#ifdef Uses_C_WCTYPE
    #include <cwctype>
#endif

#ifdef Uses_C_STRING
    #include <cstring>
#endif

#ifdef Uses_C_LIMITS
    #include <climits>
#endif

#ifdef Uses_C_ICONV
    #include <iconv.h>
#endif

//Include SCIM Headers
#ifdef Uses_SCIM_TYPES
    #include <scim_types.h>
#endif

#ifdef Uses_SCIM_DEBUG
    #include <scim_debug.h>
#endif

#ifdef Uses_SCIM_EXCEPTION
    #include <scim_exception.h>
#endif

#ifdef Uses_SCIM_EVENT
    #include <scim_event.h>
#endif

#ifdef Uses_SCIM_UTILITY
    #include <scim_utility.h>
#endif

#ifdef Uses_SCIM_GLOBAL_CONFIG
    #include <scim_global_config.h>
#endif

#ifdef Uses_SCIM_POINTER
    #include <scim_pointer.h>
#endif

#ifdef Uses_SCIM_OBJECT
    #include <scim_object.h>
#endif

#ifdef Uses_SCIM_SLOT
    #include <scim_slot.h>
#endif

#ifdef Uses_SCIM_CONNECTION
    #include <scim_connection.h>
#endif

#ifdef Uses_SCIM_SIGNALS
    #include <scim_signals.h>
#endif

#ifdef Uses_SCIM_BIND
    #include <scim_bind.h>
#endif

#ifdef Uses_SCIM_CONFIG_BASE
    #include <scim_config_base.h>
#endif

#ifdef Uses_SCIM_ATTRIBUTE
    #include <scim_attribute.h>
#endif

#ifdef Uses_SCIM_PROPERTY
    #include <scim_property.h>
#endif

#ifdef Uses_SCIM_LOOKUP_TABLE
    #include <scim_lookup_table.h>
#endif

#ifdef Uses_SCIM_ICONV
    #include <scim_iconv.h>
#endif

#ifdef Uses_SCIM_MODULE
    #include <scim_module.h>
#endif

#ifdef Uses_SCIM_SOCKET
    #include <scim_socket.h>
#endif

#ifdef Uses_SCIM_TRANSACTION
    #include <scim_transaction.h>
#endif

#ifdef Uses_SCIM_IMENGINE
    #include <scim_imengine.h>
#endif

#ifdef Uses_SCIM_IMENGINE_MODULE
    #include <scim_imengine_module.h>
#endif

#ifdef Uses_SCIM_COMPOSE_KEY
    #include <scim_compose_key.h>
#endif

#ifdef Uses_SCIM_BACKEND
    #include <scim_backend.h>
#endif

#ifdef Uses_SCIM_FRONTEND
    #include <scim_frontend.h>
#endif

#ifdef Uses_SCIM_FRONTEND_MODULE
    #include <scim_frontend_module.h>
#endif

#ifdef Uses_SCIM_CONFIG_MODULE
    #include <scim_config_module.h>
#endif

#ifdef Uses_SCIM_CONFIG_PATH
    #include <scim_config_path.h>
#endif

#ifdef Uses_SCIM_TRANS_COMMANDS
    #include <scim_trans_commands.h>
#endif

#ifdef Uses_SCIM_HELPER
    #include <scim_helper.h>
#endif

#ifdef Uses_SCIM_HELPER_MODULE
    #include <scim_helper_module.h>
#endif

#ifdef Uses_SCIM_HELPER_MANAGER
    #include <scim_helper_manager.h>
#endif

#ifdef Uses_SCIM_PANEL_AGENT
    #include <scim_panel_agent.h>
#endif

#ifdef Uses_SCIM_PANEL_CLIENT
    #include <scim_panel_client.h>
#endif

#ifdef Uses_SCIM_HOTKEY
    #include <scim_hotkey.h>
#endif

#ifdef Uses_SCIM_FILTER
    #include <scim_filter.h>
#endif

#ifdef Uses_SCIM_FILTER_MODULE
    #include <scim_filter_module.h>
#endif

#ifdef Uses_SCIM_FILTER_MANAGER
    #include <scim_filter_manager.h>
#endif
/*
vi:ts=4:nowrap:ai:expandtab
*/