This file is indexed.

/usr/include/libiwl/config.h is in libpsi3-dev 3.4.0-6+b1.

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 _psi3_libiwl_config_h_
#define _psi3_libiwl_config_h_

typedef short int Label;
typedef double Value;

#define IWL_KEY_BUF "IWL Buffers"
#define IWL_KEY_ONEL "IWL One-electron matrix elements"

#define IWL_INTS_PER_BUF 2980

#endif