This file is indexed.

/usr/include/isajet758/isalnk.inc is in libisajet758-3-dev 20061220+dfsg3-3.

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
#ifndef CERNLIB_ISAJET_ISALNK_INC
#define CERNLIB_ISAJET_ISALNK_INC
*
*
* isalnk.inc
*
      INTEGER NVD,MQREF,MPQREF
      PARAMETER (NVD=100)
      PARAMETER (MQREF=200)
      PARAMETER (MPQREF=10)
      COMMON/ISALNK/LVD(NVD),QREF(MQREF),PQREF(MPQREF)
      SAVE /ISALNK/
      INTEGER LVD          ! vertex links
      INTEGER QREF         ! initial and final parton links
      INTEGER PQREF        ! links to primary jets

#endif