This file is indexed.

/usr/include/SyFi/syfi_version.h is in libsyfi1.0-dev 1.0.0.dfsg-1.2.

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
#ifndef __SYFI_VERSION_H__
#define __SYFI_VERSION_H__

/* Major, minor, and micro version number of the SyFi library. */
int SYFILIB_MAJOR_VERSION = 1;
int SYFILIB_MINOR_VERSION = 0;
char SYFILIB_MICRO_VERSION[] = "0";

#endif // ndef __SYFI_VERSION_H__