This file is indexed.

/usr/include/IGSTK/igstkConfigure.h is in libigstk4-dev 4.4.0-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
/* 
 * here is where system comupted values get stored these values should only
 * change when the target compile platform changes 
 */

#define IGSTK_VERSION_MAJOR 4
#define IGSTK_VERSION_MINOR 4
#define IGSTK_VERSION_PATCH 0
#define IGSTK_VERSION_STRING ""

/* define ITK version */
#define ITK_PRE4_VERSION

/* define any platform-specific macros */
#define HAVE_TERMIOS_H
#define HAVE_TERMIO_H

/* define some cmake-configurable macros */
#define IGSTK_SERIAL_PORT_0 ""
#define IGSTK_SERIAL_PORT_1 ""
#define IGSTK_SERIAL_PORT_2 ""
#define IGSTK_SERIAL_PORT_3 ""
#define IGSTK_SERIAL_PORT_4 ""
#define IGSTK_SERIAL_PORT_5 ""
#define IGSTK_SERIAL_PORT_6 ""
#define IGSTK_SERIAL_PORT_7 ""

/* indicate whether FLTK is being used or not */
#define FLTK_FOUND

/* indicate whether to use or not the coordinate reference system infrastructure */
/* #undef IGSTK_USE_COORDINATE_REFERENCE_SYSTEM */

#define IGSTK_USE_FLTK
/* #undef IGSTK_USE_MicronTracker */
#define IGSTK_USE_Qt
#define IGSTK_USE_OpenIGTLink
#define IGSTK_USE_SceneGraphVisualization
/* #undef IGSTK_USE_OpenCV */
/* #undef IGSTK_USE_VideoImager */
/* #undef IGSTK_USE_InfiniTrack */
/* #undef IGSTK_USE_Ascension3DGTracker */
/* #undef Ascension3DG_MedSafe */