This file is indexed.

/usr/include/tntdb/config.h is in libtntdb-dev 1.3-3build1.

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
/** defines, whether type long long exists */
#define HAVE_LONG_LONG

/** defines, whether type unsigned long long exists */
#define HAVE_UNSIGNED_LONG_LONG

/* define if int and int32_t are same types */
#define INT_INT32_T_CONFLICT 1

/* define if int and int64_t are same types */
#define INT_INT64_T_CONFLICT 1

/* define if unsigned and uint32_t are same types */
#define UNSIGNED_UINT32_T_CONFLICT 1

/* define if unsigned and uint64_t are same types */
#define UNSIGNED_UINT64_T_CONFLICT 1