This file is indexed.

/usr/include/kerngen/pilot.h is in libkernlib1-dev 20061220+dfsg3-4.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
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
#if 0
* This pilot patch was created from kerngen.car patch _kerngen
* This directory was created from kernfor.car patch qdefault
*   Character set is ASCII
*  Internal double-precision
*            copy vectors as floating normally
#endif
#if defined(CERNLIB_MSDOS)
#include <kerngen/kdos.h>
#endif
#if defined(CERNLIB_WINNT)
#include <kerngen/kwnt.h>
#endif
#if (defined(CERNLIB_DECS))&&(!defined(CERNLIB_QMVAOS))
#include <kerngen/kvmi.h>
#endif
#if (defined(CERNLIB_DECS))&&(defined(CERNLIB_QMVAOS))
#include <kerngen/kvaos.h>
#endif
#if defined(CERNLIB_HPUX)
#include <kerngen/khpx.h>
#endif
#if defined(CERNLIB_IBMRT)
#include <kerngen/kirt.h>
#endif
#if defined(CERNLIB_LINUX)
#include <kerngen/klnx.h>
#endif
#if defined(CERNLIB_MACMPW)
#include <kerngen/kmpw.h>
#endif
#if defined(CERNLIB_OS9)
#if 0
* Added at release 94B
#endif
#include <kerngen/kos9.h>
#endif
#if defined(CERNLIB_SGI)
#include <kerngen/ksgi.h>
#endif
#if defined(CERNLIB_SUN)
#include <kerngen/ksun.h>
#endif
#if (defined(CERNLIB_VAXVMS))&&(!defined(CERNLIB_QMALPH))
#include <kerngen/kvax.h>
#endif
#if (defined(CERNLIB_VAXVMS))&&(defined(CERNLIB_QMALPH))
#include <kerngen/kalph.h>
#endif
#ifndef CERNLIB_A4
#define CERNLIB_A4
#endif
#ifndef CERNLIB_B32
#define CERNLIB_B32
#endif
#ifndef CERNLIB_HEX
#define CERNLIB_HEX
#endif
#if !defined(CERNLIB_QEBCDIC)
#ifndef CERNLIB_QASCII
#define CERNLIB_QASCII
#endif
#endif
#if defined(CERNLIB_B32)||defined(CERNLIB_B36)
#ifndef CERNLIB_INTDOUBL
#define CERNLIB_INTDOUBL
#endif
#endif
#if defined(CERNLIB_QX_SC)
#ifdef CERNLIB_QXNO_SC
#undef CERNLIB_QXNO_SC
#endif
#endif
#if defined(CERNLIB_QXNO_SC)
#ifdef CERNLIB_QX_SC
#undef CERNLIB_QX_SC
#endif
#endif
#if defined(CERNLIB_QXNO_SC)||defined(CERNLIB_QX_SC)
#ifdef CERNLIB_QXCAPT
#undef CERNLIB_QXCAPT
#endif
#endif
#if (!defined(CERNLIB_QXNO_SC))&&(!defined(CERNLIB_QXCAPT))
#ifndef CERNLIB_QX_SC
#define CERNLIB_QX_SC
#endif
#endif
#if defined(CERNLIB_SHIFT)
#ifndef CERNLIB_PROJSHIFT
#define CERNLIB_PROJSHIFT
#endif
#endif

#ifndef type_of_call
#define type_of_call
#endif