This file is indexed.

/usr/include/cairo/cairo-version.h is in libcairo2-dev 1.14.0-2.1+deb8u2.

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

#define CAIRO_VERSION_MAJOR 1
#define CAIRO_VERSION_MINOR 14
#define CAIRO_VERSION_MICRO 0

#endif