This file is indexed.

/usr/lib/mpich-mpd/include/mpi_fortdefs.h is in libmpich-mpd1.0-dev 1.2.7-10ubuntu1.

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
/* This information is needed for mpi.h */
#ifndef MPI_FORTDEFS
#define MPI_FORTDEFS

typedef int MPI_Fint;

#if 0
#   include "mpid_fortdefs.h"
#endif

#endif