This file is indexed.

/usr/include/netcdf is in libnetcdf-c++4-dev 4.3.0+ds-5.

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
//
// generic include file for the netCDF C++ API
//
extern "C" {
#include <netcdf.h>
}
#include <ncAtt.h>
#include <ncByte.h>
#include <ncChar.h>
#include <ncCheck.h>
#include <ncCompoundType.h>
#include <ncDim.h>
#include <ncDouble.h>
#include <ncEnumType.h>
#include <ncException.h>
#include <ncFile.h>
#include <ncFloat.h>
#include <ncGroup.h>
#include <ncGroupAtt.h>
#include <ncInt.h>
#include <ncInt64.h>
#include <ncOpaqueType.h>
#include <ncShort.h>
#include <ncString.h>
#include <ncType.h>
#include <ncUbyte.h>
#include <ncUint.h>
#include <ncUint64.h>
#include <ncUshort.h>
#include <ncVar.h>
#include <ncVarAtt.h>
#include <ncVlenType.h>