This file is indexed.

/usr/include/feel/feelinfo.h is in libfeel++-dev 1:0.95.0-final-2build2.

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
/* buildid */
#define FEELPP_BUILDID 4f37eca // 1

/* revision */
#define FEELPP_REVISION 4f37eca // 1

/* full blown version */
#define FEELPP_VERSION (((0) << 16) | ((95) << 9) | (0))

/* metadata version information: git ... */
#define FEELPP_VERSION_METADATA  // 0

/* prerelease version information: -alpha.1, -beta.1 -rc.1, ... */
#define FEELPP_VERSION_PRERELEASE -final // 1

/* major version number */
#define FEELPP_VERSION_MAJOR 0 // 0

/* micro version number */
#define FEELPP_VERSION_MICRO 0 // 0

/* minor version number */
#define FEELPP_VERSION_MINOR 95 // 1

/* Feel version string */
#define FEELPP_VERSION_STRING 0.95.0-final

/* the cmake install prefix */
#define INSTALL_PREFIX /usr

/* define prefix dir for feel installation */
#define FEELPP_PREFIX /usr

/* define data dir for feel installation */
#define FEELPP_DATADIR /usr/share/feel