This file is indexed.

/usr/include/libmypaint/mypaint-config.h is in libmypaint-dev 1.3.0-2.

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
#ifndef MYPAINTCONFIG_H
#define MYPAINTCONFIG_H

#ifndef MYPAINT_TILE_SIZE
#define MYPAINT_TILE_SIZE 64
#endif

#ifndef MYPAINT_MAX_THREADS
#define MYPAINT_MAX_THREADS 16
#endif

#ifndef MYPAINT_MAX_MIPMAP_LEVEL
#define MYPAINT_MAX_MIPMAP_LEVEL 4
#endif

#endif /* MYPAINTCONFIG_H */