This file is indexed.

/usr/include/gmt/gmt_version.h is in libgmt-dev 4.5.6-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
13
14
15
16
17
18
19
20
21
#if 0
#ifdef __LP64__
#define GMT_VERSION "4.5.6 (CVS "__DATE__" "__TIME__") [64-bit]"
#else
#define GMT_VERSION "4.5.6 (CVS "__DATE__" "__TIME__")"
#endif
#define GMT_STRING "GMT 4.5.6 (CVS)"
#define MANDATE __DATE__
#else
#ifdef __LP64__
#define GMT_VERSION "4.5.6 [64-bit]"
#else
#define GMT_VERSION "4.5.6"
#endif
#define GMT_STRING "GMT 4.5.6"
#define MANDATE "10 Mar 2011"
#endif
#define GMT_MAJOR_VERSION 4
#define GMT_MINOR_VERSION 5
#define GMT_RELEASE_VERSION 6
#define GSHHS_VERSION "2.1.1"