This file is indexed.

/usr/include/gctp/bcea.h is in libgctp-dev 1.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
/* 27-June-00 AT  added default radius and Ltruscale for BCEA projection */
#ifdef __cplusplus
extern "C" {
#endif

#define PGSd_BCEA 98
#define PGSd_DEFAULT_BCEA_RADIUS 6371228.0 /*Earth radius for BCEA projection*/
#define PGSd_DEFAULT_BCEA_LTRUESCALE 30.0  /*Latitude of true scale */

#ifdef __cplusplus
}
#endif