This file is indexed.

/usr/include/pbseq/hdf/HDFConfig.hpp is in libpbihdf-dev 0~20161219-2.

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
#ifndef _BLASR_HDF_CONFIG_HPP_
#define _BLASR_HDF_CONFIG_HPP_

#define MAX_DIMS 10

#ifdef HAVE_HDF5_1_10_1
#define CommonFG Group
#define H5Location H5Object
#endif


#endif