This file is indexed.

/usr/include/terralib/stat/erro.h is in libterralib-dev 4.0.0-5ubuntu1.

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
#ifndef ErroH
#define ErroH
#include <stdlib.h>
#include <stdio.h>
#define FatalError(x) {printf("%s\n", x); exit(0);}
#endif