This file is indexed.

/usr/include/comis/pilot.h is in libpawlib2-dev 1:2.14.04.dfsg.2-9.

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
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
#ifndef CERNLIB_PAW
#define CERNLIB_PAW
#endif

#if (defined(CERNLIB_CONVEX)) && (!defined(CERNLIB_SINGLE))
#ifndef CERNLIB_LINUX
#define CERNLIB_LINUX
#endif
#endif


#if defined(CERNLIB_HPUX)
#ifndef CERNLIB_ALIGN
#define CERNLIB_ALIGN
#endif
#endif

#if defined(CERNLIB_QMVAOS)
#ifndef CERNLIB_ALPHA_OSF
#define CERNLIB_ALPHA_OSF
#endif
#endif

#if defined(CERNLIB_DECS)   || defined(CERNLIB_IBMRT) || \
    defined(CERNLIB_SUN)    || defined(CERNLIB_SGI)   || \
    defined(CERNLIB_AIX370) || defined(CERNLIB_HPUX)  || \
    defined(CERNLIB_IPSC)   || defined(CERNLIB_ALLIANT)
#ifndef CERNLIB_UNIX
#define CERNLIB_UNIX
#endif
#endif

#if defined(CERNLIB_DECS)  || defined(CERNLIB_IBMRT) || \
    defined(CERNLIB_SUN)   || defined(CERNLIB_SGI)   || \
    defined(CERNLIB_HPUX)  || defined(CERNLIB_MSDOS) || \
    defined(CERNLIB_LINUX) || defined(CERNLIB_WINNT)
#ifndef CERNLIB_STDUNIX
#define CERNLIB_STDUNIX
#endif
#endif

#if defined(CERNLIB_VAXVMS)
#ifndef CERNLIB_VAX
#define CERNLIB_VAX
#endif
#ifndef CERNLIB_QXNO_SC
#define CERNLIB_QXNO_SC   
#endif
#endif

#if defined(CERNLIB_CRAY) || defined(CERNLIB_NEXT) || \
    defined(CERNLIB_LINUX)
#ifndef CERNLIB_UNIX
#define CERNLIB_UNIX
#endif
#endif

#if defined(CERNLIB_STDUNIX)
#ifndef CERNLIB_UNIX
#define CERNLIB_UNIX
#endif
#endif

#if defined(CERNLIB_IBMMVS) || defined(CERNLIB_NEWLIB)
#ifndef CERNLIB_IBM
#define CERNLIB_IBM
#endif
#endif

#if defined(CERNLIB_IBM)
#ifndef CERNLIB_ASSEMB
#define CERNLIB_ASSEMB
#endif
#ifndef CERNLIB_QMIBMXA
#define CERNLIB_QMIBMXA
#endif
#endif

#if defined(CERNLIB_UNIX)
#ifndef CERNLIB_DECCC
#define CERNLIB_DECCC
#endif
#endif

#if defined(CERNLIB_CRAY) || defined(CERNLIB_MSSTDCALL)
#ifndef CERNLIB_QXCAPT
#define CERNLIB_QXCAPT
#endif
#endif

#if defined(CERNLIB_HPUX) || defined(CERNLIB_SUN)       || \
    defined(CERNLIB_SGI)  || defined(CERNLIB_ALPHA_OSF) || \
    defined(CERNLIB_IBMRT)|| defined(CERNLIB_LINUX)
#ifndef CERNLIB_SHL
#define CERNLIB_SHL
#endif
#endif

#if defined(CERNLIB_SUN)     || defined(CERNLIB_SGI)    || \
    defined(CERNLIB_DECS)    || defined(CERNLIB_CONVEX) || \
    defined(CERNLIB_IBMRT)   || defined(CERNLIB_HPUX)   || \
    defined(CERNLIB_AIX370)  || defined(CERNLIB_IPSC)   || \
    defined(CERNLIB_ALLIANT) || defined(CERNLIB_NEXT)   || \
    defined(CERNLIB_LINUX)   || defined(CERNLIB_MSDOS)  || \
    defined(CERNLIB_WINNT)
#ifndef CERNLIB_QXCAPT
# ifndef CERNLIB_QX_SC
#   define CERNLIB_QX_SC
# endif
#endif
#endif

#if defined(CERNLIB_APOLLO)
#ifndef CERNLIB_QXNO_SC
#define CERNLIB_QXNO_SC
#endif
#endif

#ifdef CERNLIB_MSSTDCALL
# define type_of_call __stdcall
# ifdef CERNLIB_QX_SC
#  undef CERNLIB_QX_SC
# endif
# ifndef CERNLIB_QXCAPT
#  define CERNLIB_QXCAPT
# endif
#endif

#ifndef type_of_call
#define type_of_call
#endif