This file is indexed.

/usr/include/tjutils/config.h is in libodin-dev 1.8.8-2ubuntu1.

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

/* Third-party libraries used by all ODIN components */
#define BASELIBS "-lgsl -lgslcblas -lpthread -ldl -lm "

/* Preprocessor flags */
#define CPPFLAGS "-D_FORTIFY_SOURCE=2 -I/usr/include/dcmtk -I/usr/include/dcmtk/dcmdata -I/usr/include/dcmtk/ofstd -I/usr/include/nifti "

/* "Using custom heap" */
/* #undef CUSTOM_HEAP */

/* Size of Custom Heap in MB */
/* #undef CUSTOM_HEAP_SIZE */

/* Compiler */
#define CXX "g++"

/* Compiler flags */
#define CXXFLAGS "-O3 -fno-tree-vectorize -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I/usr/include/dcmtk -I/usr/include/dcmtk/dcmdata -I/usr/include/dcmtk/ofstd -I/usr/include/nifti "

/* Initial default browser */
#define DEFAULT_BROWSER "/usr/bin/sensible-browser"

/* Initial default editor */
#define DEFAULT_EDITOR "/usr/bin/sensible-editor"

/* "DICOM support" */
#define DICOMSUPPORT /**/

/* define for empty template list */
#define EMPTY_TEMPL_LIST template<>

/* "Compile EPIC drivers" */
/* #undef EPIC_PLUGIN */

/* "Graphical User Interface enabled" */
#define GUISUPPORT /**/

/* Define to 1 if you have the `acosh' function. */
#define HAVE_ACOSH 1

/* "existence of blitz/tinyvec-et.h" */
/* #undef HAVE_BLITZ_TINYVEC_ET */

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

/* Define to 1 if you have the <direct.h> header file. */
/* #undef HAVE_DIRECT_H */

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

/* "Using dynamic linking loader" */
#define HAVE_DL /**/

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

/* Define to 1 if you have the `erfc' function. */
#define HAVE_ERFC 1

/* Define to 1 if you have the `fopen64' function. */
#define HAVE_FOPEN64 1

/* Define to 1 if you have the `fseeko' function. */
#define HAVE_FSEEKO 1

/* Define to 1 if you have the `fseeko64' function. */
#define HAVE_FSEEKO64 1

/* Define to 1 if you have the `ftello' function. */
#define HAVE_FTELLO 1

/* Define to 1 if you have the `ftello64' function. */
#define HAVE_FTELLO64 1

/* "Using gdb/xterm" */
/* #undef HAVE_GDB_XTERM */

/* Define to 1 if you have the `gettimeofday' function. */
#define HAVE_GETTIMEOFDAY 1

/* Define to 1 if you have the `gsl_multifit_fdfsolver_jac' function. */
#define HAVE_GSL_MULTIFIT_FDFSOLVER_JAC 1

/* "existence of newer gsl_multimin_fminimizer_nmsimplex2 algorithm" */
#define HAVE_GSL_MULTIMIN_FMINIMIZER_NMSIMPLEX2 /**/

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

/* Define to 1 if you have the <io.h> header file. */
/* #undef HAVE_IO_H */

/* Define to 1 if you have the `j1' function. */
#define HAVE_J1 1

/* "Using LAPACK" */
#define HAVE_LAPACK /**/

/* "GSL support" */
#define HAVE_LIBGSL /**/

/* "libz support" */
#define HAVE_LIBZ /**/

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

/* compiler understands long long */
#define HAVE_LONG_LONG 1

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

/* Define to 1 if you have the `mmap64' function. */
#define HAVE_MMAP64 1

/* Define to 1 if you have the `nanosleep' function. */
#define HAVE_NANOSLEEP 1

/* Define to 1 if you have the `open64' function. */
#define HAVE_OPEN64 1

/* "Using POSIX threads" */
#define HAVE_PTHREAD /**/

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

/* Define to 1 if you have the `read' function. */
#define HAVE_READ 1

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

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

/* Define to 1 if you have the `snprintf' function. */
#define HAVE_SNPRINTF 1

/* Define to 1 if you have the `srand' function. */
#define HAVE_SRAND 1

/* Define to 1 if you have the `stat' function. */
#define HAVE_STAT 1

/* Define to 1 if you have the `stat64' function. */
#define HAVE_STAT64 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 `strftime' function. */
#define HAVE_STRFTIME 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 `strptime' function. */
#define HAVE_STRPTIME 1

/* Define to 1 if you have the `sysconf' function. */
#define HAVE_SYSCONF 1

/* Define to 1 if you have the <sys/mman.h> header file. */
#define HAVE_SYS_MMAN_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/time.h> header file. */
#define HAVE_SYS_TIME_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 <sys/wait.h> header file. */
#define HAVE_SYS_WAIT_H 1

/* "Thread-safe LAPACK" */
/* #undef HAVE_THREADSAFE_LAPACK */

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

/* Define to 1 if you have the <typeinfo> header file. */
#define HAVE_TYPEINFO 1

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

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

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

/* Define to 1 if you have the <windows.h> header file. */
/* #undef HAVE_WINDOWS_H */

/* "Compile IDEA drivers" */
/* #undef IDEA_PLUGIN */

/* Installation prefix */
#define INSTALL_PREFIX "/usr"

/* Linker */
#define LD "/usr/bin/ld -m elf_x86_64"

/* Linker flags */
#define LDFLAGS "-Wl,-Bsymbolic-functions -Wl,-z,relro "

/* libdir of configure */
#define LIBDIR_CONFIGURE "/usr/lib/odin"

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

/* "MacOS support" */
/* #undef MACOS */

/* "NIFTI support" */
#define NIFTISUPPORT /**/

/* "Not using command line" */
/* #undef NO_CMDLINE */

/* "No file handling" */
/* #undef NO_FILEHANDLING */

/* "Multithreading disabled" */
/* #undef NO_THREADS */

/* "Unit test disabled" */
/* #undef NO_UNIT_TEST */

/* "IDEA support" */
/* #undef ODIN4IDEA */

/* "Debug compilation" */
/* #undef ODIN_DEBUG */

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

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

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

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

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

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

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

/* "Compile Paravision drivers" */
/* #undef PARAVISION_PLUGIN */

/* Plugin-Libraries */
#define PLUGIN_LIBS " odinseq_standalone"

/* "PNG support" */
#define PNGSUPPORT /**/

/* "self-friend class possible/required" */
#define SELF_FRIEND_CLASS /**/

/* The number of bytes in type char */
#define SIZEOF_CHAR 1

/* The number of bytes in type int */
#define SIZEOF_INT 4

/* The number of bytes in type long */
#define SIZEOF_LONG 8

/* The number of bytes in type short */
#define SIZEOF_SHORT 2

/* "Compile Standalone drivers" */
#define STANDALONE_PLUGIN /**/

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

/* "Using STL replacement" */
/* #undef STL_REPLACEMENT */

/* "Using stream replacement" */
/* #undef STREAM_REPLACEMENT */

/* "Using string replacement" */
/* #undef STRING_REPLACEMENT */

/* "Using the GNU compiler collection" */
#define USING_GCC /**/

/* "Using Win32-API" */
/* #undef USING_WIN32 */

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

/* "Vista support" */
/* #undef VISTASUPPORT */

/* "VTK support" */
#define VTKSUPPORT /**/