/usr/include/tntdb/config.h is in libtntdb-dev 1.1-1.
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 | /* 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
|