This file is indexed.

/usr/include/matioConfig.h is in libmatio-dev 1.3.4-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
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/* src/matioConfig.h.  Generated from matioConfig.h.in by configure.  */
#define HAVE_ZLIB 1
#define HAVE_INTTYPES_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STDINT_H 1
#define STDC_HEADERS 1

#define MATIO_PLATFORM "x86_64-pc-linux-gnu"
#define MATIO_MAJOR_VERSION 1
#define MATIO_MINOR_VERSION 3
#define MATIO_RELEASE_LEVEL 4

/* #undef FC_FUNC */
/* #undef FC_FUNC_ */

#define LINUX 1
/* #undef WINNT */
/* #undef SUN */

#define SIZEOF_DOUBLE 8
#define SIZEOF_FLOAT 4
/* #undef SIZEOF_LONG */
#define SIZEOF_INT 4
#define SIZEOF_SHORT 2
#define SIZEOF_CHAR 1
/* #undef SIZEOF_VOID_PTR */

#define HAVE_MAT_INT64_T 1
#define HAVE_MAT_INT32_T 1
#define HAVE_MAT_INT16_T 1
#define HAVE_MAT_INT8_T 1
#define HAVE_MAT_UINT64_T 1
#define HAVE_MAT_UINT32_T 1
#define HAVE_MAT_UINT16_T 1
#define HAVE_MAT_UINT8_T 1

#define _mat_uint8_t uint8_t
#define _mat_uint16_t uint16_t
#define _mat_uint32_t uint32_t
#define _mat_uint64_t uint64_t
#define _mat_int8_t int8_t
#define _mat_int16_t int16_t
#define _mat_int32_t int32_t
#define _mat_int64_t int64_t

#define HAVE_VA_COPY 1
/* #undef HAVE___VA_COPY */
#define HAVE_VSNPRINTF 1
#define HAVE_SNPRINTF 1
#define HAVE_VASPRINTF 1
#define HAVE_ASPRINTF 1

#define EXTENDED_SPARSE 1

/* #undef Z_PREFIX */