/usr/include/tsk/tsk_incs.h is in libtsk-dev 4.4.2-3.
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 | #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>
#define TSK_MULTITHREAD_LIB // enable multithreading
#endif
|