This file is indexed.

/usr/include/cairo/cairo-version.h is in libcairo2-dev 1.15.10-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
#ifndef CAIRO_VERSION_H
#define CAIRO_VERSION_H

#define CAIRO_VERSION_MAJOR 1
#define CAIRO_VERSION_MINOR 15
#define CAIRO_VERSION_MICRO 10

#endif