This file is indexed.

/usr/include/freehdl/kernel-flags.hh is in libfreehdl0-dev 0.0.8-2.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
13
14
15
16
17
18
19
20
21
#ifndef FREEHDL_KERNEL_FLAGS_H
#define FREEHDL_KERNEL_FLAGS_H

// This header file contains several flags of general use

// If defined enables collection of statistical information
//#define STATISTICS(a)
#define STATISTICS(a) a

// If defined plots some statistical informations about reader_info
// instances.
//#define READER_INFO_STATISTICS

// Enables some debug actions (usually some debug messages) during simulation
//#define REPORT(a) a
#define REPORT(a) 

// Enables some performance monitoring on ULTRA sparc machines
//#define PERFMON_STATISTICS

#endif