This file is indexed.

/usr/include/tsk3/tsk_incs.h is in libtsk-dev 3.2.3-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
#ifndef _TSK_INCS_H
#define _TSK_INCS_H
// automatically by ./configure
// Contains the config.h data needed by programs that use libtsk

#include <unistd.h>
#ifndef __STDC_FORMAT_MACROS
#define  __STDC_FORMAT_MACROS
#endif
#include <inttypes.h>
#include <sys/param.h>

#endif