File: tsk_incs.h

package info (click to toggle)
sleuthkit 4.1.3-3~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 36,800 kB
  • sloc: ansic: 147,143; sh: 40,085; cpp: 36,823; java: 6,886; makefile: 1,248; xml: 529; python: 409; perl: 59; sed: 16
file content (14 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (2)
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 // set because we have pthreads

#endif