This file is indexed.

/usr/share/pyshared/soya/config.py is in python-soya 0.15~rc1-10.

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
# -*- indent-tabs-mode: t -*-

HAVE_OPENGL = 1
OPENGL_INCDIR = ''
OPENGL_LIB = 'GL'
OPENGL_LIBDIR = ''

HAVE_SDL = 1
SDL_INCDIR = ''
SDL_LIB = 'SDL'
SDL_LIBDIR = ''

HAVE_FREETYPE2 = 1
FREETYPE2_INCDIR = ''
FREETYPE2_LIB = 'freetype'
FREETYPE2_LIBDIR = ''

HAVE_CAL3D = 1
CAL3D_INCDIR = ''
CAL3D_LIB = 'cal3d'
CAL3D_LIBDIR = ''