This file is indexed.

/usr/include/rtai/rtai_config.h is in librtai-dev 3.9.1-4.

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
/* rtai_config.h.  Generated from rtai_config.h.in by configure.  */
/* rtai_config.h.in.  Generated from configure.in by autoheader.  */

/* Kconfig */
#define CONFIG_KBUILD 1

/* Legacy */
#define CONFIG_RTAI 1

/* Kconfig */
/* #undef CONFIG_RTAI_16550A_ANY */

/* Kconfig */
/* #undef CONFIG_RTAI_16550A_MMIO */

/* Kconfig */
/* #undef CONFIG_RTAI_16550A_PIO */

/* Kconfig */
/* #undef CONFIG_RTAI_ADEOS */

/* Kconfig */
/* #undef CONFIG_RTAI_ALIGN_LINUX_PRIORITY */

/* Kconfig */
#define CONFIG_RTAI_ALLOW_RR 0

/* Kconfig */
#define CONFIG_RTAI_BITS 1

/* Kconfig */
/* #undef CONFIG_RTAI_BITS_BUILTIN */

/* Build system alias */
#define CONFIG_RTAI_BUILD_STRING "x86_64-pc-linux-gnu"

/* Kconfig */
#define CONFIG_RTAI_BUSY_TIME_ALIGN 0

/* Kconfig */
#define CONFIG_RTAI_CAL_FREQS_FACT 0

/* Kconfig */
/* #undef CONFIG_RTAI_CLOCK_REALTIME */

/* Compiler */
#define CONFIG_RTAI_COMPILER "gcc version 4.8.0 (Ubuntu 4.8.0-6ubuntu1) "

/* Kconfig */
#define CONFIG_RTAI_CPUS 2

/* Kconfig */
/* #undef CONFIG_RTAI_DEBUG_RTDM */

/* Kconfig */
/* #undef CONFIG_RTAI_DIAG_TSC_SYNC */

/* Kconfig */
#define CONFIG_RTAI_DONT_DISPATCH_CORE_IRQS 0

/* Kconfig */
/* #undef CONFIG_RTAI_DRIVERS_16550A */

/* Kconfig */
#define CONFIG_RTAI_DRIVERS_SERIAL 1

/* Kconfig */
#define CONFIG_RTAI_FIFOS 1

/* Kconfig */
/* #undef CONFIG_RTAI_FIFOS_BUILTIN */

/* Kconfig */
#define CONFIG_RTAI_FIFOS_TEMPLATE "/dev/rtf%d"

/* Kconfig */
#define CONFIG_RTAI_FPU_SUPPORT 1

/* Kconfig */
/* #undef CONFIG_RTAI_FULL_PRINHER */

/* Kconfig */
/* #undef CONFIG_RTAI_HAL_PREEMPT */

/* Host system alias */
#define CONFIG_RTAI_HOST_STRING "x86_64-pc-linux-gnu"

/* Kconfig */
#define CONFIG_RTAI_IMMEDIATE_LINUX_SYSCALL 0

/* Kconfig */
/* #undef CONFIG_RTAI_INTERNAL_LEDS_SUPPORT */

/* Kconfig */
#define CONFIG_RTAI_INTERNAL_LXRT_INLINE 2

/* Kconfig */
#define CONFIG_RTAI_INTERNAL_LXRT_SUPPORT 1

/* Use RTAI Adeos-newgen HAL */
#define CONFIG_RTAI_IPIPE 1

/* Kconfig */
#define CONFIG_RTAI_KSTACK_HEAPSZ 512

/* Kconfig */
/* #undef CONFIG_RTAI_LEDS */

/* Kconfig */
/* #undef CONFIG_RTAI_LEDS_BUILTIN */

/* Kconfig */
/* #undef CONFIG_RTAI_LONG_TIMED_LIST */


#ifndef CONFIG_RTAI_LXRT_INLINE
#define CONFIG_RTAI_LXRT_INLINE CONFIG_RTAI_INTERNAL_LXRT_INLINE
#endif /* !CONFIG_RTAI_LXRT_INLINE */
#define __hidefun(name) name ## _hidden_inline
#if CONFIG_RTAI_LXRT_INLINE == 1
#define RTAI_PROTO(type,name,arglist) static inline type name arglist
#elif CONFIG_RTAI_LXRT_INLINE == 2
#define RTAI_PROTO(type,name,arglist) extern inline type name arglist
#elif CONFIG_RTAI_LXRT_INLINE == 3
#define RTAI_PROTO(type,name,arglist) type name arglist; static inline type __hidefun(name) arglist
#else
#define RTAI_PROTO(type,name,arglist) type name arglist
#endif /* CONFIG_RTAI_LXRT_INLINE */
#define RTAI_PROTO_ALWAYS_INLINE(type,name,arglist) static inline type name arglist
#define RTAI_PROTO_NEVER_INLINE(type,name,arglist) type name arglist; static inline type __hidefun(name) arglist


/* Kconfig */
/* #undef CONFIG_RTAI_LXRT_USE_LINUX_SYSCALL */

/* Kconfig */
/* #undef CONFIG_RTAI_MAINTAINER */

/* Kconfig */
/* #undef CONFIG_RTAI_MAINTAINER_PGM */

/* Kconfig */
/* #undef CONFIG_RTAI_MAINTAINER_PMA */

/* Kconfig */
#define CONFIG_RTAI_MALLOC 1

/* Kconfig */
#define CONFIG_RTAI_MALLOC_BUILTIN 1

/* Kconfig */
#define CONFIG_RTAI_MALLOC_HEAPSZ 2048

/* Kconfig */
#define CONFIG_RTAI_MALLOC_VMALLOC 1

/* Kconfig */
/* #undef CONFIG_RTAI_MASTER_TSC_CPU */

/* Kconfig */
#define CONFIG_RTAI_MATH 1

/* Kconfig */
/* #undef CONFIG_RTAI_MATH_BUILTIN */

/* Kconfig */
/* #undef CONFIG_RTAI_MATH_C99 */

/* Kconfig */
#define CONFIG_RTAI_MBX 1

/* Kconfig */
/* #undef CONFIG_RTAI_MBX_BUILTIN */

/* Kconfig */
#define CONFIG_RTAI_MONITOR_EXECTIME 0

/* Legacy */
#define CONFIG_RTAI_MOUNT_ON_LOAD 1

/* Kconfig */
#define CONFIG_RTAI_MQ 1

/* Kconfig */
/* #undef CONFIG_RTAI_MQ_BUILTIN */

/* Kconfig */
#define CONFIG_RTAI_MSG 1

/* Kconfig */
/* #undef CONFIG_RTAI_MSG_BUILTIN */

/* Kconfig */
#define CONFIG_RTAI_NETRPC 1

/* Kconfig */
/* #undef CONFIG_RTAI_NETRPC_BUILTIN */

/* Kconfig */
/* #undef CONFIG_RTAI_NETRPC_RTNET */

/* Kconfig */
#define CONFIG_RTAI_ONE_SHOT 0

/* Kconfig */
#define CONFIG_RTAI_REVISION_LEVEL 1

/* Kconfig */
#define CONFIG_RTAI_RTC_FREQ 0

/* Kconfig */
/* #undef CONFIG_RTAI_RTDM */

/* Kconfig */
#define CONFIG_RTAI_RTDM_FD_MAX 128

/* Kconfig */
/* #undef CONFIG_RTAI_RTDM_SELECT */

/* Kconfig */
/* #undef CONFIG_RTAI_RTDM_SHIRQ */

/* Kconfig */
/* #undef CONFIG_RTAI_RT_POLL */

/* Kconfig */
/* #undef CONFIG_RTAI_RT_POLL_ON_STACK */

/* Kconfig */
#define CONFIG_RTAI_SCHED_8254_LATENCY 4700

/* Kconfig */
#define CONFIG_RTAI_SCHED_APIC_LATENCY 3944

/* Kconfig */
/* #undef CONFIG_RTAI_SCHED_ISR_LOCK */

/* Kconfig */
#define CONFIG_RTAI_SCHED_LXRT_NUMSLOTS 150

/* Kconfig */
#define CONFIG_RTAI_SEM 1

/* Kconfig */
/* #undef CONFIG_RTAI_SEM_BUILTIN */

/* Kconfig */
#define CONFIG_RTAI_SHM 1

/* Kconfig */
/* #undef CONFIG_RTAI_SHM_BUILTIN */

/* Kconfig */
#define CONFIG_RTAI_TASKLETS 1

/* Kconfig */
/* #undef CONFIG_RTAI_TASKLETS_BUILTIN */

/* Kconfig */
/* #undef CONFIG_RTAI_TASK_SWITCH_SIGNAL */

/* Kconfig */
#define CONFIG_RTAI_TBX 1

/* Kconfig */
/* #undef CONFIG_RTAI_TBX_BUILTIN */

/* Kconfig */
/* #undef CONFIG_RTAI_TRACE */

/* Kconfig */
/* #undef CONFIG_RTAI_TUNE_TSC_SYNC */

/* Kconfig */
/* #undef CONFIG_RTAI_USE_COMEDI_LOCK */

/* Kconfig */
/* #undef CONFIG_RTAI_USE_LINUX_COMEDI */

/* Kconfig */
#define CONFIG_RTAI_USE_NEWERR 0

/* Kconfig */
/* #undef CONFIG_RTAI_USE_TLSF */

/* Kconfig */
#define CONFIG_RTAI_USI 1

/* Kconfig */
/* #undef CONFIG_RTAI_USI_BUILTIN */

/* Kconfig */
#define CONFIG_RTAI_VERSION_MAJOR 3

/* Kconfig */
#define CONFIG_RTAI_VERSION_MINOR 9

/* Kconfig */
#define CONFIG_RTAI_WD 1

#ifdef __IN_RTAI__

/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1

/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1

/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1

/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1

/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1

/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1

/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1

/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1

/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1

/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1

/* Define to the sub-directory in which libtool stores uninstalled libraries.
   */
#define LT_OBJDIR ".libs/"

/* Name of package */
#define PACKAGE "rtai"

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "rtai@rtai.org"

/* Define to the full name of this package. */
#define PACKAGE_NAME "rtai"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "rtai 3.9.1"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "rtai"

/* Define to the home page for this package. */
#define PACKAGE_URL ""

/* Define to the version of this package. */
#define PACKAGE_VERSION "3.9.1"

/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1

/* Version number of package */
#define VERSION "3.9.1"

/* Define to 1 if the X Window System is missing or not being used. */
/* #undef X_DISPLAY_MISSING */

#endif /* __IN_RTAI__ */