This file is indexed.

/usr/include/parrot/6.6.0/parrot/pbcversion.h is in libparrot-dev 6.6.0-1.

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
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* ex: set ro:
 * !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
 *
 * This file is generated automatically from 'PBC_COMPAT'
 * by tools/build/pbcversion_h.pl.
 *
 * Any changes made here will be lost!
 *
 */

#ifndef PARROT_PBCVERSION_H_GUARD
#define PARROT_PBCVERSION_H_GUARD

#define PARROT_PBC_MAJOR 13
#define PARROT_PBC_MINOR 0

#endif /* PARROT_PBCVERSION_H_GUARD */

/*
 * Local variables:
 *   c-file-style: "parrot"
 *   buffer-read-only: t
 * End:
 * vim: expandtab shiftwidth=4:
 */