This file is indexed.

/usr/include/feel/feelinfo.h is in libfeel++-dev 0.91.0~svn7215-3build1.

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
/* buildid */
#define FEEL_BUILDID 7215 // 1

/* revision */
#define FEEL_REVISION 7215 // 1

/* full blown version */
#define FEEL_VERSION (((0) << 16) | ((91) << 9) | (0))

/* extra version information: date, cvs, ... */
#define FEEL_VERSION_EXTRA  // 0

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

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

/* minor version number */
#define FEEL_VERSION_MINOR 91 // 1

/* Feel version string */
#define FEEL_VERSION_STRING 0.91.0

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

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

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