This file is indexed.

/usr/include/cairo/cairo-version.h is in libcairo2-dev 1.13.0~20140204-0ubuntu1.

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 13
#define CAIRO_VERSION_MICRO 1

#endif